Skip to content

Commit

Permalink
update to v0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
matas-bitbybit-dev committed May 12, 2023
1 parent 462f106 commit e641bad
Show file tree
Hide file tree
Showing 17 changed files with 278 additions and 278 deletions.
158 changes: 79 additions & 79 deletions angular/laptop-holder/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion angular/laptop-holder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@angular/platform-browser": "13.3.0",
"@angular/platform-browser-dynamic": "13.3.0",
"@angular/router": "13.3.0",
"bitbybit-core": "0.10.1",
"bitbybit-core": "0.11.0",
"rxjs": "7.5.5",
"tslib": "2.3.1",
"zone.js": "0.11.5"
Expand Down
2 changes: 1 addition & 1 deletion angular/laptop-holder/src/app/occ.worker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { OpenCascadeInstance } from 'bitbybit-occt/bitbybit-dev-occt/bitbybit-de
import { initializationComplete, onMessageInput } from 'bitbybit-occt-worker';

initOpenCascade().then((occ: OpenCascadeInstance) => {
initializationComplete(occ);
initializationComplete(occ, undefined);
});

addEventListener('message', ({ data }) => {
Expand Down
14 changes: 7 additions & 7 deletions node/basic/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion node/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"license": "MIT",
"type": "module",
"dependencies": {
"bitbybit-occt": "0.10.1"
"bitbybit-occt": "0.11.0"
},
"devDependencies": {
"concurrently": "^7.6.0",
Expand Down
14 changes: 7 additions & 7 deletions node/express-app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion node/express-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"dependencies": {
"dotenv": "^16.0.3",
"express": "^4.18.2",
"bitbybit-occt": "0.10.1"
"bitbybit-occt": "0.11.0"
},
"type":"module",
"devDependencies": {
Expand Down
Loading

0 comments on commit e641bad

Please sign in to comment.