@inweb/viewer-visualize 25.4.7 → 25.4.11
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.
|
@@ -5170,7 +5170,7 @@ class Viewer extends EventEmitter2 {
|
|
|
5170
5170
|
return this._visualizeJsUrl;
|
|
5171
5171
|
}
|
|
5172
5172
|
configure(params) {
|
|
5173
|
-
this._visualizeJsUrl = params.visualizeJsUrl || "https://opencloud.azureedge.net/libs/visualizejs/
|
|
5173
|
+
this._visualizeJsUrl = params.visualizeJsUrl || "https://opencloud.azureedge.net/libs/visualizejs/25.4/Visualize.js";
|
|
5174
5174
|
return this;
|
|
5175
5175
|
}
|
|
5176
5176
|
async initialize(canvas, onProgress) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@inweb/viewer-visualize",
|
|
3
|
-
"version": "25.4.
|
|
3
|
+
"version": "25.4.11",
|
|
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.4/Visualize.js"
|
|
45
45
|
}
|