babylonjs-loaders 6.27.1 → 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.
@@ -3241,7 +3241,7 @@ declare module BABYLON {
3241
3241
  */
3242
3242
  export class GLTFValidation {
3243
3243
  /**
3244
- * The configuration. Defaults to `{ url: "https://preview.babylonjs.com/gltf_validator.js" }`.
3244
+ * The configuration. Defaults to `{ url: "https://cdn.babylonjs.com/gltf_validator.js" }`.
3245
3245
  */
3246
3246
  static Configuration: IGLTFValidationConfiguration;
3247
3247
  private static _LoadScriptPromise;