@inweb/viewer-visualize 26.7.6 → 26.7.7
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.
package/dist/viewer-visualize.js
CHANGED
|
@@ -19529,7 +19529,7 @@
|
|
|
19529
19529
|
* `use-credentials`.
|
|
19530
19530
|
*/
|
|
19531
19531
|
configure(params) {
|
|
19532
|
-
this._visualizeJsUrl = params.visualizeJsUrl || "https://public-fhemb7e3embacwec.z02.azurefd.net/libs/visualizejs/
|
|
19532
|
+
this._visualizeJsUrl = params.visualizeJsUrl || "https://public-fhemb7e3embacwec.z02.azurefd.net/libs/visualizejs/26.7/Visualize.js";
|
|
19533
19533
|
this._crossOrigin = params.crossOrigin;
|
|
19534
19534
|
return this;
|
|
19535
19535
|
}
|