@inweb/viewer-visualize 25.6.6 → 25.6.8

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.
@@ -16812,7 +16812,7 @@
16812
16812
  * library instance or leave it blank to use the default URL defined by `Client.js`.
16813
16813
  */
16814
16814
  configure(params) {
16815
- this._visualizeJsUrl = params.visualizeJsUrl || "https://opencloud.azureedge.net/libs/visualizejs/master/Visualize.js";
16815
+ this._visualizeJsUrl = params.visualizeJsUrl || "https://opencloud.azureedge.net/libs/visualizejs/25.6/Visualize.js";
16816
16816
  return this;
16817
16817
  }
16818
16818
  /**