@babylonjs/loaders 5.22.0 → 5.22.1
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +5 -5
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@babylonjs/loaders",
|
3
|
-
"version": "5.22.
|
3
|
+
"version": "5.22.1",
|
4
4
|
"main": "index.js",
|
5
5
|
"module": "index.js",
|
6
6
|
"types": "index.d.ts",
|
@@ -19,16 +19,16 @@
|
|
19
19
|
"prepublishOnly": "build-tools -c prepare-es6-build"
|
20
20
|
},
|
21
21
|
"devDependencies": {
|
22
|
-
"@babylonjs/core": "^5.22.
|
22
|
+
"@babylonjs/core": "^5.22.1",
|
23
23
|
"@dev/build-tools": "^1.0.0",
|
24
24
|
"@lts/loaders": "^1.0.0",
|
25
|
-
"babylonjs-gltf2interface": "^5.22.
|
25
|
+
"babylonjs-gltf2interface": "^5.22.1",
|
26
26
|
"rimraf": "^3.0.2",
|
27
27
|
"typescript": "^4.4.4"
|
28
28
|
},
|
29
29
|
"peerDependencies": {
|
30
|
-
"@babylonjs/core": "^5.
|
31
|
-
"babylonjs-gltf2interface": "^5.
|
30
|
+
"@babylonjs/core": "^5.22.0",
|
31
|
+
"babylonjs-gltf2interface": "^5.22.0"
|
32
32
|
},
|
33
33
|
"keywords": [
|
34
34
|
"3D",
|