@babylonjs/materials 5.0.0-rc.0 → 5.0.0-rc.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 +2 -2
package/package.json
CHANGED
@@ -4,7 +4,7 @@
|
|
4
4
|
},
|
5
5
|
"name": "@babylonjs/materials",
|
6
6
|
"description": "The Babylon.js materials library is a collection of advanced materials to be used in a Babylon.js scene.",
|
7
|
-
"version": "5.0.0-rc.
|
7
|
+
"version": "5.0.0-rc.1",
|
8
8
|
"repository": {
|
9
9
|
"type": "git",
|
10
10
|
"url": "https://github.com/BabylonJS/Babylon.js.git"
|
@@ -251,7 +251,7 @@
|
|
251
251
|
],
|
252
252
|
"license": "Apache-2.0",
|
253
253
|
"dependencies": {
|
254
|
-
"@babylonjs/core": "5.0.0-rc.
|
254
|
+
"@babylonjs/core": "5.0.0-rc.1",
|
255
255
|
"tslib": "^2.3.1"
|
256
256
|
},
|
257
257
|
"engines": {
|