@inweb/client 25.3.0 → 25.3.2

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.3.0",
3928
+ client: "25.3.2",
3929
3929
  }));
3930
3930
  }
3931
3931
  /**
@@ -21518,7 +21518,7 @@
21518
21518
  commands("VisualizeJS").registerCommand("zoomToSelected", zoomToSelected);
21519
21519
 
21520
21520
  ///////////////////////////////////////////////////////////////////////////////
21521
- const version = "25.3.0";
21521
+ const version = "25.3.2";
21522
21522
 
21523
21523
  exports.Assembly = Assembly;
21524
21524
  exports.CANVAS_EVENTS = CANVAS_EVENTS;