iflow-engine-base-3d 3.12.30 → 4.0.0

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.
@@ -830,7 +830,7 @@ class Pt {
830
830
  e.stopImmediatePropagation();
831
831
  };
832
832
  }
833
- const Qe = "3.12.29", et = {
833
+ const Qe = "4.0.0", et = {
834
834
  version: Qe
835
835
  }, N = et.version;
836
836
  function ie() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iflow-engine-base-3d",
3
- "version": "3.12.30",
3
+ "version": "4.0.0",
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"
@@ -64,7 +65,6 @@
64
65
  "vue": "^3.5.25"
65
66
  },
66
67
  "dependencies": {
67
- "@dgreenheck/ez-tree": "^1.1.0",
68
68
  "@lucide/vue": "^1.42.0",
69
69
  "@mkkellogg/gaussian-splats-3d": "^0.4.7",
70
70
  "@noble/ciphers": "^2.2.0",