@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.
@@ -5229,7 +5229,7 @@ class Viewer extends EventEmitter2 {
5229
5229
  return this._markup;
5230
5230
  }
5231
5231
  configure(params) {
5232
- this._visualizeJsUrl = params.visualizeJsUrl || "https://opencloud.azureedge.net/libs/visualizejs/25.7/Visualize.js";
5232
+ this._visualizeJsUrl = params.visualizeJsUrl || "https://public-fhemb7e3embacwec.z02.azurefd.net/libs/visualizejs/25.7/Visualize.js";
5233
5233
  return this;
5234
5234
  }
5235
5235
  async initialize(canvas, onProgress) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inweb/viewer-visualize",
3
- "version": "25.7.12",
3
+ "version": "25.7.13",
4
4
  "description": "3D CAD and BIM data Viewer powered by Visualize",
5
5
  "homepage": "https://cloud.opendesign.com/docs/index.html",
6
6
  "license": "SEE LICENSE IN LICENSE",
@@ -29,10 +29,10 @@
29
29
  "docs": "typedoc"
30
30
  },
31
31
  "dependencies": {
32
- "@inweb/client": "~25.7.12",
33
- "@inweb/eventemitter2": "~25.7.12",
34
- "@inweb/markup": "~25.7.12",
35
- "@inweb/viewer-core": "~25.7.12"
32
+ "@inweb/client": "~25.7.13",
33
+ "@inweb/eventemitter2": "~25.7.13",
34
+ "@inweb/markup": "~25.7.13",
35
+ "@inweb/viewer-core": "~25.7.13"
36
36
  },
37
- "visualizeJS": "https://opencloud.azureedge.net/libs/visualizejs/25.7/Visualize.js"
37
+ "visualizeJS": "https://public-fhemb7e3embacwec.z02.azurefd.net/libs/visualizejs/25.7/Visualize.js"
38
38
  }