@inweb/viewer-visualize 25.6.7 → 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.
|
@@ -5238,7 +5238,7 @@ class Viewer extends EventEmitter2 {
|
|
|
5238
5238
|
return this._visualizeJsUrl;
|
|
5239
5239
|
}
|
|
5240
5240
|
configure(params) {
|
|
5241
|
-
this._visualizeJsUrl = params.visualizeJsUrl || "https://opencloud.azureedge.net/libs/visualizejs/
|
|
5241
|
+
this._visualizeJsUrl = params.visualizeJsUrl || "https://opencloud.azureedge.net/libs/visualizejs/25.6/Visualize.js";
|
|
5242
5242
|
return this;
|
|
5243
5243
|
}
|
|
5244
5244
|
async initialize(canvas, onProgress) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@inweb/viewer-visualize",
|
|
3
|
-
"version": "25.6.
|
|
3
|
+
"version": "25.6.8",
|
|
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",
|
|
@@ -41,5 +41,5 @@
|
|
|
41
41
|
"canvas": "^2.11.2",
|
|
42
42
|
"konva": "^9.2.0"
|
|
43
43
|
},
|
|
44
|
-
"visualizeJS": "https://opencloud.azureedge.net/libs/visualizejs/
|
|
44
|
+
"visualizeJS": "https://opencloud.azureedge.net/libs/visualizejs/25.6/Visualize.js"
|
|
45
45
|
}
|