iflow-engine-base-3d 3.12.30 → 3.12.31
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "iflow-engine-base-3d",
|
|
3
|
-
"version": "3.12.
|
|
3
|
+
"version": "3.12.31",
|
|
4
4
|
"description": "BIM Engine SDK for Vue2, Vue3, React and HTML",
|
|
5
5
|
"main": "./dist/bim-engine-sdk.umd.js",
|
|
6
6
|
"module": "./dist/bim-engine-sdk.es.js",
|
|
@@ -42,6 +42,7 @@
|
|
|
42
42
|
"build:720": "vite build --mode 720",
|
|
43
43
|
"build:gis": "vite build --mode gis",
|
|
44
44
|
"test:v3-ordinary-mesh": "node --experimental-strip-types --test scripts/check-v3-ordinary-mesh-optimization.mjs",
|
|
45
|
+
"test:v2-mobile-memory": "node --experimental-strip-types --test scripts/check-v2-mobile-memory-profile.mjs",
|
|
45
46
|
"build:dwg-preview": "vite build --mode 2d",
|
|
46
47
|
"build:2d": "vite build --mode 2d",
|
|
47
48
|
"build:gaussian": "vite build --mode gaussian"
|