babylonjs-loaders 7.24.0 → 7.25.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -585,6 +585,7 @@ export {};
585
585
  declare module "babylonjs-loaders/glTF/2.0/index" {
586
586
  export * from "babylonjs-loaders/glTF/2.0/glTFLoader";
587
587
  export * from "babylonjs-loaders/glTF/2.0/glTFLoaderExtension";
588
+ export * from "babylonjs-loaders/glTF/2.0/glTFLoaderExtensionRegistry";
588
589
  export * from "babylonjs-loaders/glTF/2.0/glTFLoaderInterfaces";
589
590
  export * from "babylonjs-loaders/glTF/2.0/Extensions/index";
590
591
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "babylonjs-loaders",
3
- "version": "7.24.0",
3
+ "version": "7.25.0",
4
4
  "main": "babylonjs.loaders.js",
5
5
  "types": "babylonjs.loaders.module.d.ts",
6
6
  "files": [
@@ -11,12 +11,12 @@
11
11
  "build:dev": "webpack --env development",
12
12
  "build:prod": "webpack --env production",
13
13
  "build:declaration": "build-tools -c pud --config ./config.json",
14
- "clean": "rimraf dist && rimraf babylon*.*",
14
+ "clean": "rimraf dist && rimraf babylon*.* -g",
15
15
  "test:escheck": "es-check es6 ./babylonjs.loaders.js"
16
16
  },
17
17
  "dependencies": {
18
- "babylonjs": "^7.24.0",
19
- "babylonjs-gltf2interface": "^7.24.0"
18
+ "babylonjs": "^7.25.0",
19
+ "babylonjs-gltf2interface": "^7.25.0"
20
20
  },
21
21
  "devDependencies": {
22
22
  "@dev/build-tools": "1.0.0",