@inweb/client 25.3.4 → 25.3.5
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 +2 -2
- package/dist/client.min.js +1 -1
- package/dist/client.module.js +2 -2
- package/package.json +1 -1
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.
|
|
3928
|
+
client: "25.3.5",
|
|
3929
3929
|
}));
|
|
3930
3930
|
}
|
|
3931
3931
|
/**
|
|
@@ -21516,7 +21516,7 @@
|
|
|
21516
21516
|
commands("VisualizeJS").registerCommand("zoomToSelected", zoomToSelected);
|
|
21517
21517
|
|
|
21518
21518
|
///////////////////////////////////////////////////////////////////////////////
|
|
21519
|
-
const version = "25.3.
|
|
21519
|
+
const version = "25.3.5";
|
|
21520
21520
|
|
|
21521
21521
|
exports.Assembly = Assembly;
|
|
21522
21522
|
exports.CANVAS_EVENTS = CANVAS_EVENTS;
|