bimplus-renderer 1.8.8 → 1.8.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bimplus-renderer.js +1 -1
- package/dist/web-ifc-mt.wasm +0 -0
- package/dist/web-ifc.wasm +0 -0
- package/package.json +7 -6
package/dist/web-ifc-mt.wasm
CHANGED
|
Binary file
|
package/dist/web-ifc.wasm
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "bimplus-renderer",
|
|
3
|
-
"version": "1.8.
|
|
3
|
+
"version": "1.8.10",
|
|
4
4
|
"description": "bim+ renderer",
|
|
5
5
|
"types": "types/bimplus-renderer.d.ts",
|
|
6
6
|
"keywords": [
|
|
@@ -63,6 +63,7 @@
|
|
|
63
63
|
"copy-compiled-worker": "cpy --flat ./dist/GlbProcessorWorker.bimplus-renderer.worker.js ./src/compiledWorkers",
|
|
64
64
|
"cleanup-compiled-worker": "rimraf ./src/compiledWorkers/GlbProcessorWorker.bimplus-renderer.worker.js",
|
|
65
65
|
"copy-wasm": "cpy ./src/wasm/*.wasm ./dist/",
|
|
66
|
+
"copy-wasm-node-modules": "cpy ./node_modules/web-ifc/web-ifc.wasm ./node_modules/web-ifc/web-ifc-mt.wasm ./src/wasm/ --flat",
|
|
66
67
|
"eslint-lls": "eslint 'src/**/*.js' 'test/**'",
|
|
67
68
|
"build-lls": "npm run build-worker-dev && npm run eslint-lls && webpack --config webpack.dev.js && npm run copy-wasm-lls",
|
|
68
69
|
"build-prod-lls": "npm run build-worker-prod && npm run eslint-lls && webpack --config webpack.prod.js && npm run copy-wasm-lls",
|
|
@@ -99,13 +100,13 @@
|
|
|
99
100
|
"@pollyjs/persister-rest": "^6.0.6",
|
|
100
101
|
"arraybuffer-loader": "^1.0.8",
|
|
101
102
|
"babel-loader": "^10.0.0",
|
|
102
|
-
"bimplus-websdk": "^1.0.
|
|
103
|
+
"bimplus-websdk": "^1.0.52",
|
|
103
104
|
"clean-webpack-plugin": "^4.0.0",
|
|
104
105
|
"copy-webpack-plugin": "^13.0.0",
|
|
105
106
|
"coverage-istanbul-loader": "^3.0.5",
|
|
106
107
|
"cpy-cli": "^5.0.0",
|
|
107
108
|
"documentation": "^14.0.3",
|
|
108
|
-
"eslint": "^9.
|
|
109
|
+
"eslint": "^9.32.0",
|
|
109
110
|
"file-loader": "6.2.0",
|
|
110
111
|
"globals": "16.3.0",
|
|
111
112
|
"karma": "^6.4.4",
|
|
@@ -125,18 +126,18 @@
|
|
|
125
126
|
"shader-loader": "1.3.1",
|
|
126
127
|
"terser-webpack-plugin": "^5.3.14",
|
|
127
128
|
"url-loader": "4.1.1",
|
|
128
|
-
"webpack": "^5.
|
|
129
|
+
"webpack": "^5.101.0",
|
|
129
130
|
"webpack-cli": "^6.0.1",
|
|
130
131
|
"webpack-merge": "^6.0.1"
|
|
131
132
|
},
|
|
132
133
|
"dependencies": {
|
|
133
|
-
"@babel/runtime": "^7.
|
|
134
|
+
"@babel/runtime": "^7.28.2",
|
|
134
135
|
"async": "^3.2.6",
|
|
135
136
|
"dexie": "^4.0.11",
|
|
136
137
|
"fit_transform": "^0.0.6",
|
|
137
138
|
"moment-timezone": "^0.6.0",
|
|
138
139
|
"numeric": "^1.2.6",
|
|
139
140
|
"three": "0.178.0",
|
|
140
|
-
"web-ifc": "^0.0.
|
|
141
|
+
"web-ifc": "^0.0.70"
|
|
141
142
|
}
|
|
142
143
|
}
|