@combeenation/3d-viewer 12.0.0-beta2 → 12.0.1
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": "@combeenation/3d-viewer",
|
|
3
|
-
"version": "12.0.
|
|
3
|
+
"version": "12.0.1",
|
|
4
4
|
"description": "Combeenation 3D Viewer",
|
|
5
5
|
"homepage": "https://github.com/Combeenation/3d-viewer#readme",
|
|
6
6
|
"bugs": {
|
|
@@ -47,11 +47,8 @@
|
|
|
47
47
|
"prettier": "@combeenation/prettier-config",
|
|
48
48
|
"dependencies": {
|
|
49
49
|
"@babylonjs/core": "6.27.1",
|
|
50
|
-
"@babylonjs/inspector": "6.27.1",
|
|
51
50
|
"@babylonjs/loaders": "6.27.1",
|
|
52
51
|
"@babylonjs/materials": "6.27.1",
|
|
53
|
-
"@babylonjs/node-editor": "6.27.1",
|
|
54
|
-
"@babylonjs/node-geometry-editor": "6.27.1",
|
|
55
52
|
"@babylonjs/serializers": "6.27.1",
|
|
56
53
|
"eventemitter3": "4.0.7",
|
|
57
54
|
"gsap": "3.11.2",
|
|
@@ -81,5 +78,13 @@
|
|
|
81
78
|
"webpack-cli": "4.10.0",
|
|
82
79
|
"webpack-dev-server": "4.11.1",
|
|
83
80
|
"webpack-merge": "5.8.0"
|
|
81
|
+
},
|
|
82
|
+
"optionalDependencies": {
|
|
83
|
+
"@babylonjs/inspector": "6.27.1",
|
|
84
|
+
"@babylonjs/node-editor": "6.27.1",
|
|
85
|
+
"@babylonjs/node-geometry-editor": "6.27.1"
|
|
86
|
+
},
|
|
87
|
+
"optionalDependenciesComments": {
|
|
88
|
+
"@babylonjs": "Defining the inspector package (and it's dependencies) as optional is required to omit these packages in the production build of the CBN react-app (see CB-9269)"
|
|
84
89
|
}
|
|
85
90
|
}
|