babylonjs-loaders 6.27.0 → 6.28.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.
@@ -3323,7 +3323,7 @@ export interface IGLTFValidationConfiguration {
3323
3323
  */
3324
3324
  export class GLTFValidation {
3325
3325
  /**
3326
- * The configuration. Defaults to `{ url: "https://preview.babylonjs.com/gltf_validator.js" }`.
3326
+ * The configuration. Defaults to `{ url: "https://cdn.babylonjs.com/gltf_validator.js" }`.
3327
3327
  */
3328
3328
  static Configuration: IGLTFValidationConfiguration;
3329
3329
  private static _LoadScriptPromise;
@@ -7109,7 +7109,7 @@ declare module BABYLON {
7109
7109
  */
7110
7110
  export class GLTFValidation {
7111
7111
  /**
7112
- * The configuration. Defaults to `{ url: "https://preview.babylonjs.com/gltf_validator.js" }`.
7112
+ * The configuration. Defaults to `{ url: "https://cdn.babylonjs.com/gltf_validator.js" }`.
7113
7113
  */
7114
7114
  static Configuration: IGLTFValidationConfiguration;
7115
7115
  private static _LoadScriptPromise;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "babylonjs-loaders",
3
- "version": "6.27.0",
3
+ "version": "6.28.0",
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": "^6.27.0",
19
- "babylonjs-gltf2interface": "^6.27.0"
18
+ "babylonjs": "^6.28.0",
19
+ "babylonjs-gltf2interface": "^6.28.0"
20
20
  },
21
21
  "devDependencies": {
22
22
  "@dev/build-tools": "1.0.0",