@babylonjs/loaders 4.2.0-rc.8 → 4.2.2
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": "4.2.
|
7
|
+
"version": "4.2.2",
|
8
8
|
"repository": {
|
9
9
|
"type": "git",
|
10
10
|
"url": "https://github.com/BabylonJS/Babylon.js.git"
|
@@ -176,8 +176,8 @@
|
|
176
176
|
],
|
177
177
|
"license": "Apache-2.0",
|
178
178
|
"dependencies": {
|
179
|
-
"babylonjs-gltf2interface": "4.2.
|
180
|
-
"@babylonjs/core": "4.2.
|
179
|
+
"babylonjs-gltf2interface": "4.2.2",
|
180
|
+
"@babylonjs/core": "4.2.2",
|
181
181
|
"tslib": ">=1.10.0"
|
182
182
|
},
|
183
183
|
"engines": {
|