babylonjs-procedural-textures 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 +2 -2
- package/readme.md +2 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "babylonjs-procedural-textures",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.25.0",
|
|
4
4
|
"main": "babylonjs.proceduralTextures.js",
|
|
5
5
|
"types": "babylonjs.proceduralTextures.module.d.ts",
|
|
6
6
|
"files": [
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"test:escheck": "es-check es6 ./babylonjs.proceduralTextures.js"
|
|
16
16
|
},
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"babylonjs": "^6.
|
|
18
|
+
"babylonjs": "^6.25.0"
|
|
19
19
|
},
|
|
20
20
|
"devDependencies": {
|
|
21
21
|
"@dev/build-tools": "1.0.0",
|
package/readme.md
CHANGED
|
@@ -7,6 +7,8 @@ For usage documentation please visit https://doc.babylonjs.com/extensions and ch
|
|
|
7
7
|
|
|
8
8
|
## CDN
|
|
9
9
|
|
|
10
|
+
> ⚠️ 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.
|
|
11
|
+
|
|
10
12
|
Compiled js files (minified and source) are offered on our public CDN here:
|
|
11
13
|
|
|
12
14
|
* https://preview.babylonjs.com/proceduralTexturesLibrary/babylonjs.proceduralTextures.js
|