@inweb/viewer-visualize 26.5.4 → 26.5.6
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
|
@@ -19388,7 +19388,7 @@
|
|
|
19388
19388
|
* `use-credentials`.
|
|
19389
19389
|
*/
|
|
19390
19390
|
configure(params) {
|
|
19391
|
-
this._visualizeJsUrl = params.visualizeJsUrl || "https://public-fhemb7e3embacwec.z02.azurefd.net/libs/visualizejs/
|
|
19391
|
+
this._visualizeJsUrl = params.visualizeJsUrl || "https://public-fhemb7e3embacwec.z02.azurefd.net/libs/visualizejs/26.5/Visualize.js";
|
|
19392
19392
|
this._crossOrigin = params.crossOrigin;
|
|
19393
19393
|
return this;
|
|
19394
19394
|
}
|