@babylonjs/loaders 5.0.0-beta.6 → 5.0.0-beta.7
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +3 -3
package/package.json
CHANGED
@@ -4,7 +4,7 @@
|
|
4
4
|
},
|
5
5
|
"name": "@babylonjs/loaders",
|
6
6
|
"description": "The Babylon.js file loaders library is an extension you can use to load different 3D file types into a Babylon scene.",
|
7
|
-
"version": "5.0.0-beta.
|
7
|
+
"version": "5.0.0-beta.7",
|
8
8
|
"repository": {
|
9
9
|
"type": "git",
|
10
10
|
"url": "https://github.com/BabylonJS/Babylon.js.git"
|
@@ -194,8 +194,8 @@
|
|
194
194
|
],
|
195
195
|
"license": "Apache-2.0",
|
196
196
|
"dependencies": {
|
197
|
-
"babylonjs-gltf2interface": "5.0.0-beta.
|
198
|
-
"@babylonjs/core": "5.0.0-beta.
|
197
|
+
"babylonjs-gltf2interface": "5.0.0-beta.7",
|
198
|
+
"@babylonjs/core": "5.0.0-beta.7",
|
199
199
|
"tslib": "^2.3.1"
|
200
200
|
},
|
201
201
|
"engines": {
|