Skip to content

Commit 7f0d769

Browse files
update to v0.19.7, use cdn for wasm
1 parent 24a7405 commit 7f0d769

File tree

40 files changed

+664
-664
lines changed

40 files changed

+664
-664
lines changed

angular/babylonjs/laptop-holder/package-lock.json

+121-121
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

angular/babylonjs/laptop-holder/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"private": true,
1212
"dependencies": {
13-
"@bitbybit-dev/babylonjs": "0.19.6",
13+
"@bitbybit-dev/babylonjs": "0.19.7",
1414
"@angular/animations": "13.3.0",
1515
"@angular/common": "13.3.0",
1616
"@angular/compiler": "13.3.0",

angular/babylonjs/laptop-holder/src/app/occ.worker.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/// <reference lib="webworker" />
2-
import initOpenCascade from '@bitbybit-dev/occt/bitbybit-dev-occt';
2+
import initOpenCascade from '@bitbybit-dev/occt/bitbybit-dev-occt/cdn';
33
import { OpenCascadeInstance } from '@bitbybit-dev/occt/bitbybit-dev-occt/bitbybit-dev-occt.js';
44
import { initializationComplete, onMessageInput } from '@bitbybit-dev/occt-worker';
55

nextjs/babylonjs/simple/app/occ.worker.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/// <reference lib="webworker" />
22
/*eslint no-restricted-globals: 0*/
3-
import initOpenCascade from "@bitbybit-dev/occt/bitbybit-dev-occt";
3+
import initOpenCascade from "@bitbybit-dev/occt/bitbybit-dev-occt/cdn";
44
import type { OpenCascadeInstance } from '@bitbybit-dev/occt/bitbybit-dev-occt/bitbybit-dev-occt.js';
55
import { initializationComplete, onMessageInput } from '@bitbybit-dev/occt-worker';
66

nextjs/babylonjs/simple/package-lock.json

+61-61
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nextjs/babylonjs/simple/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"lint": "next lint"
1010
},
1111
"dependencies": {
12-
"@bitbybit-dev/babylonjs": "0.19.6",
12+
"@bitbybit-dev/babylonjs": "0.19.7",
1313
"react": "19.0.0-rc-69d4b800-20241021",
1414
"react-dom": "19.0.0-rc-69d4b800-20241021",
1515
"next": "15.0.1",

node/basic/package-lock.json

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node/basic/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"license": "MIT",
1313
"type": "module",
1414
"dependencies": {
15-
"@bitbybit-dev/occt": "^0.19.6"
15+
"@bitbybit-dev/occt": "^0.19.7"
1616
},
1717
"devDependencies": {
1818
"concurrently": "^7.6.0",

0 commit comments

Comments
 (0)