babylonjs-inspector 6.24.0 → 6.25.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 +7 -7
- package/readme.md +2 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "babylonjs-inspector",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.25.0",
|
|
4
4
|
"main": "babylon.inspector.bundle.max.js",
|
|
5
5
|
"types": "babylon.inspector.module.d.ts",
|
|
6
6
|
"files": [
|
|
@@ -14,12 +14,12 @@
|
|
|
14
14
|
"clean": "rimraf dist && rimraf babylon*.*"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"babylonjs": "^6.
|
|
18
|
-
"babylonjs-gui": "^6.
|
|
19
|
-
"babylonjs-gui-editor": "^6.
|
|
20
|
-
"babylonjs-loaders": "^6.
|
|
21
|
-
"babylonjs-materials": "^6.
|
|
22
|
-
"babylonjs-serializers": "^6.
|
|
17
|
+
"babylonjs": "^6.25.0",
|
|
18
|
+
"babylonjs-gui": "^6.25.0",
|
|
19
|
+
"babylonjs-gui-editor": "^6.25.0",
|
|
20
|
+
"babylonjs-loaders": "^6.25.0",
|
|
21
|
+
"babylonjs-materials": "^6.25.0",
|
|
22
|
+
"babylonjs-serializers": "^6.25.0"
|
|
23
23
|
},
|
|
24
24
|
"devDependencies": {
|
|
25
25
|
"@dev/build-tools": "1.0.0",
|
package/readme.md
CHANGED
|
@@ -11,6 +11,8 @@ If you wish however to use a different version of the inspector or host it on yo
|
|
|
11
11
|
|
|
12
12
|
## CDN
|
|
13
13
|
|
|
14
|
+
> ⚠️ WARNING: The CDN should not be used in production environments. The purpose of our CDN is to serve Babylon packages to users learning how to use the platform or running small experiments. Once you've built an application and are ready to share it with the world at large, you should serve all packages from your own CDN.
|
|
15
|
+
|
|
14
16
|
The latest compiled js file is offered on our public CDN here:
|
|
15
17
|
|
|
16
18
|
* https://preview.babylonjs.com/inspector/babylon.inspector.bundle.js
|