@babylonjs/loaders 5.31.0 → 5.31.1
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
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@babylonjs/loaders",
|
3
|
-
"version": "5.31.
|
3
|
+
"version": "5.31.1",
|
4
4
|
"main": "index.js",
|
5
5
|
"module": "index.js",
|
6
6
|
"types": "index.d.ts",
|
@@ -19,10 +19,10 @@
|
|
19
19
|
"prepublishOnly": "build-tools -c prepare-es6-build"
|
20
20
|
},
|
21
21
|
"devDependencies": {
|
22
|
-
"@babylonjs/core": "^5.31.
|
22
|
+
"@babylonjs/core": "^5.31.1",
|
23
23
|
"@dev/build-tools": "^1.0.0",
|
24
24
|
"@lts/loaders": "^1.0.0",
|
25
|
-
"babylonjs-gltf2interface": "^5.31.
|
25
|
+
"babylonjs-gltf2interface": "^5.31.1",
|
26
26
|
"rimraf": "^3.0.2",
|
27
27
|
"typescript": "^4.4.4"
|
28
28
|
},
|