@magic-xpa/engine 4.900.0-dev490.158 → 4.900.0-dev490.159
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/esm2020/src/CurrentClientVersion.mjs +2 -2
- package/esm2020/src/rt/RecomputeTable.mjs +3 -3
- package/fesm2015/magic-xpa-engine.mjs +2 -2
- package/fesm2015/magic-xpa-engine.mjs.map +1 -1
- package/fesm2020/magic-xpa-engine.mjs +2 -2
- package/fesm2020/magic-xpa-engine.mjs.map +1 -1
- package/package.json +4 -4
|
@@ -21951,7 +21951,7 @@ class RecomputeTable {
|
|
|
21951
21951
|
this.fillData_1(task.DataView, task, parser);
|
|
21952
21952
|
}
|
|
21953
21953
|
else
|
|
21954
|
-
|
|
21954
|
+
parser.setCurrIndex(parser.getXMLdata().indexOf(XMLConstants.TAG_CLOSE, parser.getCurrIndex()) + 1);
|
|
21955
21955
|
}
|
|
21956
21956
|
fillData_1(dataView, task, parser) {
|
|
21957
21957
|
if (parser.getNextTag() == XMLConstants.MG_TAG_RECOMPUTE) {
|
|
@@ -29538,7 +29538,7 @@ class CommandsTable {
|
|
|
29538
29538
|
}
|
|
29539
29539
|
}
|
|
29540
29540
|
|
|
29541
|
-
let CurrentClientVersion = '4.900.0-dev490.
|
|
29541
|
+
let CurrentClientVersion = '4.900.0-dev490.159';
|
|
29542
29542
|
|
|
29543
29543
|
class ClientManager {
|
|
29544
29544
|
constructor() {
|