@inweb/viewer-visualize 26.7.2 → 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.
|
@@ -3387,7 +3387,7 @@ class Viewer extends EventEmitter2 {
|
|
|
3387
3387
|
return this._markup;
|
|
3388
3388
|
}
|
|
3389
3389
|
configure(params) {
|
|
3390
|
-
this._visualizeJsUrl = params.visualizeJsUrl || "https://public-fhemb7e3embacwec.z02.azurefd.net/libs/visualizejs/
|
|
3390
|
+
this._visualizeJsUrl = params.visualizeJsUrl || "https://public-fhemb7e3embacwec.z02.azurefd.net/libs/visualizejs/26.7/Visualize.js";
|
|
3391
3391
|
this._crossOrigin = params.crossOrigin;
|
|
3392
3392
|
return this;
|
|
3393
3393
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@inweb/viewer-visualize",
|
|
3
|
-
"version": "26.7.
|
|
3
|
+
"version": "26.7.7",
|
|
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.7.
|
|
33
|
-
"@inweb/eventemitter2": "~26.7.
|
|
34
|
-
"@inweb/markup": "~26.7.
|
|
35
|
-
"@inweb/viewer-core": "~26.7.
|
|
32
|
+
"@inweb/client": "~26.7.7",
|
|
33
|
+
"@inweb/eventemitter2": "~26.7.7",
|
|
34
|
+
"@inweb/markup": "~26.7.7",
|
|
35
|
+
"@inweb/viewer-core": "~26.7.7"
|
|
36
36
|
},
|
|
37
|
-
"visualizeJS": "https://public-fhemb7e3embacwec.z02.azurefd.net/libs/visualizejs/
|
|
37
|
+
"visualizeJS": "https://public-fhemb7e3embacwec.z02.azurefd.net/libs/visualizejs/26.7/Visualize.js"
|
|
38
38
|
}
|