@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.
package/dist/client.js CHANGED
@@ -3925,7 +3925,7 @@
3925
3925
  .then((data) => ({
3926
3926
  ...data,
3927
3927
  server: data.version,
3928
- client: "25.2.10",
3928
+ client: "25.2.12",
3929
3929
  }));
3930
3930
  }
3931
3931
  /**
@@ -20365,7 +20365,7 @@
20365
20365
  * library instance or leave it blank to use the default URL defined by `Client.js`.
20366
20366
  */
20367
20367
  configure(params) {
20368
- this._visualizeJsUrl = params.visualizeJsUrl || "https://opencloud.azureedge.net/libs/visualizejs/master/Visualize.js";
20368
+ this._visualizeJsUrl = params.visualizeJsUrl || "https://opencloud.azureedge.net/libs/visualizejs/25.2/Visualize.js";
20369
20369
  return this;
20370
20370
  }
20371
20371
  /**
@@ -21518,7 +21518,7 @@
21518
21518
  commands("VisualizeJS").registerCommand("zoomToSelected", zoomToSelected);
21519
21519
 
21520
21520
  ///////////////////////////////////////////////////////////////////////////////
21521
- const version = "25.2.10";
21521
+ const version = "25.2.12";
21522
21522
 
21523
21523
  exports.Assembly = Assembly;
21524
21524
  exports.CANVAS_EVENTS = CANVAS_EVENTS;