@inweb/viewer-visualize 25.7.12 → 25.7.13

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.
@@ -16742,7 +16742,7 @@
16742
16742
  * library instance or leave it blank to use the default URL defined by `Client.js`.
16743
16743
  */
16744
16744
  configure(params) {
16745
- this._visualizeJsUrl = params.visualizeJsUrl || "https://opencloud.azureedge.net/libs/visualizejs/25.7/Visualize.js";
16745
+ this._visualizeJsUrl = params.visualizeJsUrl || "https://public-fhemb7e3embacwec.z02.azurefd.net/libs/visualizejs/25.7/Visualize.js";
16746
16746
  return this;
16747
16747
  }
16748
16748
  /**