@sequent-org/ifc-viewer 1.1.1-ci.20.0 → 1.2.3-ci.22.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.
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@sequent-org/ifc-viewer",
3
3
  "private": false,
4
- "version": "1.1.1-ci.20.0",
4
+ "version": "1.2.3-ci.22.0",
5
5
  "type": "module",
6
- "description": "IFC 3D model viewer component for web applications",
6
+ "description": "IFC 3D model viewer component for web applications - fully self-contained with local IFCLoader",
7
7
  "main": "src/index.js",
8
8
  "module": "src/index.js",
9
9
  "exports": {
@@ -13,8 +13,7 @@
13
13
  },
14
14
  "files": [
15
15
  "src/",
16
- "README.md",
17
- "patches/"
16
+ "README.md"
18
17
  ],
19
18
  "keywords": [
20
19
  "ifc",
@@ -35,16 +34,13 @@
35
34
  "dev": "vite",
36
35
  "build": "vite build",
37
36
  "preview": "vite preview",
38
- "test:manual": "vite dev --open test.html",
39
- "postinstall": "patch-package"
37
+ "test:manual": "vite dev --open test.html"
40
38
  },
41
39
  "devDependencies": {
42
- "vite": "^7.1.2",
43
- "patch-package": "^8.0.0"
40
+ "vite": "^7.1.2"
44
41
  },
45
42
  "dependencies": {
46
43
  "three": "^0.149.0",
47
- "web-ifc": "^0.0.39",
48
- "web-ifc-three": "^0.0.126"
44
+ "web-ifc": "^0.0.39"
49
45
  }
50
46
  }