bimplus-renderer 1.8.13-dynloading-01 → 1.8.13-dynloading-03
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/package.json +4 -1
- package/assets/images/but_clash_sprite.png +0 -0
- package/assets/images/but_close_window.png +0 -0
- package/assets/images/but_fingerprint.png +0 -0
- package/assets/images/but_isolation_off.png +0 -0
- package/assets/images/but_isolation_on.png +0 -0
- package/assets/wasm/web-ifc-mt.wasm +0 -0
- package/assets/wasm/web-ifc.bimplus-renderer.js +0 -1580
- package/assets/wasm/web-ifc.wasm +0 -0
- package/bin/README.emcc.md +0 -41
- package/bin/processPartitionVertices.js +0 -16
- package/eslint.config.mjs +0 -38
- package/karma-files-config.js +0 -155
- package/karma-modelviewer-ddt.conf.js +0 -66
- package/karma-shared-config.js +0 -90
- package/openAllFiles.ps1 +0 -17
- package/types/bimplus-renderer.d.ts +0 -351
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "bimplus-renderer",
|
|
3
|
-
"version": "1.8.13-dynloading-
|
|
3
|
+
"version": "1.8.13-dynloading-03",
|
|
4
4
|
"description": "bim+ renderer",
|
|
5
5
|
"types": "types/bimplus-renderer.d.ts",
|
|
6
6
|
"keywords": [
|
|
@@ -21,6 +21,9 @@
|
|
|
21
21
|
"type": "git",
|
|
22
22
|
"url": "."
|
|
23
23
|
},
|
|
24
|
+
"files": [
|
|
25
|
+
"dist/**"
|
|
26
|
+
],
|
|
24
27
|
"scripts": {
|
|
25
28
|
"eslint": "eslint src/**/* test/**/*",
|
|
26
29
|
"build": "npm run build-worker-dev && npm run eslint && webpack --config webpack.dev.js && npm run copy-wasm",
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|