@inweb/client 25.3.6 → 25.3.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.
- 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.7",
|
|
3929
3929
|
}));
|
|
3930
3930
|
}
|
|
3931
3931
|
/**
|
|
@@ -21508,7 +21508,7 @@
|
|
|
21508
21508
|
commands("VisualizeJS").registerCommand("zoomToSelected", zoomToSelected);
|
|
21509
21509
|
|
|
21510
21510
|
///////////////////////////////////////////////////////////////////////////////
|
|
21511
|
-
const version = "25.3.
|
|
21511
|
+
const version = "25.3.7";
|
|
21512
21512
|
|
|
21513
21513
|
exports.Assembly = Assembly;
|
|
21514
21514
|
exports.CANVAS_EVENTS = CANVAS_EVENTS;
|