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