Skip to content

Commit

Permalink
update to v0.16.5
Browse files Browse the repository at this point in the history
  • Loading branch information
matas-bitbybit-dev committed Sep 20, 2024
1 parent 7b20a6f commit 3ad9014
Show file tree
Hide file tree
Showing 18 changed files with 296 additions and 328 deletions.
142 changes: 71 additions & 71 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 @@ -10,7 +10,7 @@
},
"private": true,
"dependencies": {
"@bitbybit-dev/core": "0.16.3",
"@bitbybit-dev/core": "0.16.5",
"@angular/animations": "13.3.0",
"@angular/common": "13.3.0",
"@angular/compiler": "13.3.0",
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-dev/occt": "0.16.3"
"@bitbybit-dev/occt": "0.16.5"
},
"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-dev/occt": "0.16.3",
"@bitbybit-dev/occt": "0.16.5",
"@babylonjs/core": "7.2.1"
},
"type":"module",
Expand Down
32 changes: 0 additions & 32 deletions nuxt/basic/bitbybit-nuxt.js

This file was deleted.

3 changes: 1 addition & 2 deletions nuxt/basic/occ.worker.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/// <reference lib="webworker" />
/*eslint no-restricted-globals: 0*/
import initOpenCascade from './bitbybit-nuxt.js';
import initOpenCascade from "@bitbybit-dev/occt/bitbybit-dev-occt/nuxt.js";
import type { OpenCascadeInstance } from '@bitbybit-dev/occt/bitbybit-dev-occt/bitbybit-dev-occt.js';
import { initializationComplete, onMessageInput } from '@bitbybit-dev/occt-worker';

Expand All @@ -9,6 +9,5 @@ initOpenCascade().then((occ: OpenCascadeInstance) => {
});

addEventListener('message', ({ data }) => {
console.log(data)
onMessageInput(data, postMessage);
});
Loading

0 comments on commit 3ad9014

Please sign in to comment.