@inweb/client 25.2.10 → 25.2.12

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.
@@ -2080,7 +2080,7 @@ class Client extends EventEmitter2 {
2080
2080
  return this._httpClient.get("/version").then((response => response.json())).then((data => ({
2081
2081
  ...data,
2082
2082
  server: data.version,
2083
- client: "25.2.10"
2083
+ client: "25.2.12"
2084
2084
  })));
2085
2085
  }
2086
2086
  registerUser(email, password, userName) {
@@ -6643,7 +6643,7 @@ class Viewer extends EventEmitter2 {
6643
6643
  return this._visualizeJsUrl;
6644
6644
  }
6645
6645
  configure(params) {
6646
- this._visualizeJsUrl = params.visualizeJsUrl || "https://opencloud.azureedge.net/libs/visualizejs/master/Visualize.js";
6646
+ this._visualizeJsUrl = params.visualizeJsUrl || "https://opencloud.azureedge.net/libs/visualizejs/25.2/Visualize.js";
6647
6647
  return this;
6648
6648
  }
6649
6649
  async initialize(canvas, onProgress) {
@@ -7627,7 +7627,7 @@ function zoomToSelected(viewer) {
7627
7627
 
7628
7628
  commands("VisualizeJS").registerCommand("zoomToSelected", zoomToSelected);
7629
7629
 
7630
- const version = "25.2.10";
7630
+ const version = "25.2.12";
7631
7631
 
7632
7632
  export { Assembly, CANVAS_EVENTS, ClashTest, Client, EventEmitter2, File$1 as File, Job, Member, Model, OdBaseDragger, Options, Permission, Project, Role, User, Viewer, Viewer as VisualizejsViewer, commands, version };
7633
7633
  //# sourceMappingURL=client.module.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inweb/client",
3
- "version": "25.2.10",
3
+ "version": "25.2.12",
4
4
  "description": "Client.js is a library for implementing BIM Project management applications.",
5
5
  "homepage": "https://cloud.opendesign.com/docs/index.html",
6
6
  "license": "SEE LICENSE IN LICENSE",
@@ -34,5 +34,5 @@
34
34
  "canvas": "^2.11.2",
35
35
  "konva": "^9.2.0"
36
36
  },
37
- "visualizeJS": "https://opencloud.azureedge.net/libs/visualizejs/master/Visualize.js"
37
+ "visualizeJS": "https://opencloud.azureedge.net/libs/visualizejs/25.2/Visualize.js"
38
38
  }