@magic-xpa/engine 4.801.0-dev481.237 → 4.801.0-dev481.238
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/bundles/magic-xpa-engine.umd.js +1 -1
- package/bundles/magic-xpa-engine.umd.js.map +1 -1
- package/bundles/magic-xpa-engine.umd.min.js +1 -1
- package/bundles/magic-xpa-engine.umd.min.js.map +1 -1
- package/esm2015/src/CurrentClientVersion.js +2 -2
- package/fesm2015/magic-xpa-engine.js +1 -1
- package/fesm2015/magic-xpa-engine.js.map +1 -1
- package/package.json +4 -4
|
@@ -37245,7 +37245,7 @@
|
|
|
37245
37245
|
return CommandsTable;
|
|
37246
37246
|
}());
|
|
37247
37247
|
|
|
37248
|
-
var CurrentClientVersion = '4.801.0-dev481.
|
|
37248
|
+
var CurrentClientVersion = '4.801.0-dev481.238';
|
|
37249
37249
|
|
|
37250
37250
|
var ClientManager = /** @class */ (function () {
|
|
37251
37251
|
function ClientManager() {
|