@inweb/viewer-visualize 26.2.2 → 26.2.3
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.
|
@@ -3250,7 +3250,7 @@ class Viewer extends EventEmitter2 {
|
|
|
3250
3250
|
return this._markup;
|
|
3251
3251
|
}
|
|
3252
3252
|
configure(params) {
|
|
3253
|
-
this._visualizeJsUrl = params.visualizeJsUrl || "https://public-fhemb7e3embacwec.z02.azurefd.net/libs/visualizejs/
|
|
3253
|
+
this._visualizeJsUrl = params.visualizeJsUrl || "https://public-fhemb7e3embacwec.z02.azurefd.net/libs/visualizejs/26.2/Visualize.js";
|
|
3254
3254
|
this._crossOrigin = params.crossOrigin;
|
|
3255
3255
|
return this;
|
|
3256
3256
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@inweb/viewer-visualize",
|
|
3
|
-
"version": "26.2.
|
|
3
|
+
"version": "26.2.3",
|
|
4
4
|
"description": "JavaScript library for rendering CAD and BIM files in a browser using VisualizeJS",
|
|
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": "~26.2.
|
|
33
|
-
"@inweb/eventemitter2": "~26.2.
|
|
34
|
-
"@inweb/markup": "~26.2.
|
|
35
|
-
"@inweb/viewer-core": "~26.2.
|
|
32
|
+
"@inweb/client": "~26.2.3",
|
|
33
|
+
"@inweb/eventemitter2": "~26.2.3",
|
|
34
|
+
"@inweb/markup": "~26.2.3",
|
|
35
|
+
"@inweb/viewer-core": "~26.2.3"
|
|
36
36
|
},
|
|
37
|
-
"visualizeJS": "https://public-fhemb7e3embacwec.z02.azurefd.net/libs/visualizejs/
|
|
37
|
+
"visualizeJS": "https://public-fhemb7e3embacwec.z02.azurefd.net/libs/visualizejs/26.2/Visualize.js"
|
|
38
38
|
}
|