@babylonjs/loaders 5.27.0 → 5.27.1

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@babylonjs/loaders",
3
- "version": "5.27.0",
3
+ "version": "5.27.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.27.0",
22
+ "@babylonjs/core": "^5.27.1",
23
23
  "@dev/build-tools": "^1.0.0",
24
24
  "@lts/loaders": "^1.0.0",
25
- "babylonjs-gltf2interface": "^5.27.0",
25
+ "babylonjs-gltf2interface": "^5.27.1",
26
26
  "rimraf": "^3.0.2",
27
27
  "typescript": "^4.4.4"
28
28
  },