babylonjs-loaders 7.26.3 → 7.26.4

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.
@@ -4108,6 +4108,7 @@ import { ISceneLoaderPlugin } from "babylonjs/Loading/sceneLoader";
4108
4108
  import { AssetContainer } from "babylonjs/assetContainer";
4109
4109
  import { Scene } from "babylonjs/scene";
4110
4110
  import { STLFileLoaderMetadata } from "babylonjs-loaders/STL/stlFileLoader.metadata";
4111
+ import "babylonjs/Materials/standardMaterial";
4111
4112
  module "babylonjs/Loading/sceneLoader" {
4112
4113
  interface SceneLoaderPluginOptions {
4113
4114
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "babylonjs-loaders",
3
- "version": "7.26.3",
3
+ "version": "7.26.4",
4
4
  "main": "babylonjs.loaders.js",
5
5
  "types": "babylonjs.loaders.module.d.ts",
6
6
  "files": [
@@ -15,8 +15,8 @@
15
15
  "test:escheck": "es-check es6 ./babylonjs.loaders.js"
16
16
  },
17
17
  "dependencies": {
18
- "babylonjs": "^7.26.3",
19
- "babylonjs-gltf2interface": "^7.26.3"
18
+ "babylonjs": "^7.26.4",
19
+ "babylonjs-gltf2interface": "^7.26.4"
20
20
  },
21
21
  "devDependencies": {
22
22
  "@dev/build-tools": "1.0.0",