@fluidframework/test-runtime-utils 2.74.0-368706 → 2.74.0
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/CHANGELOG.md +4 -0
- package/assertTagging.config.mjs +1 -1
- package/dist/assertionShortCodesMap.d.ts +8 -15
- package/dist/assertionShortCodesMap.d.ts.map +1 -1
- package/dist/assertionShortCodesMap.js +9 -16
- package/dist/assertionShortCodesMap.js.map +1 -1
- package/dist/deepFreeze.js.map +1 -1
- package/dist/mockDeltas.d.ts.map +1 -1
- package/dist/mockDeltas.js.map +1 -1
- package/dist/mockStorage.d.ts.map +1 -1
- package/dist/mockStorage.js.map +1 -1
- package/dist/mocks.d.ts.map +1 -1
- package/dist/mocks.js.map +1 -1
- package/dist/mocksDataStoreContext.d.ts.map +1 -1
- package/dist/mocksDataStoreContext.js.map +1 -1
- package/dist/mocksForReconnection.d.ts.map +1 -1
- package/dist/mocksForReconnection.js.map +1 -1
- package/eslint.config.mts +30 -0
- package/lib/assertionShortCodesMap.d.ts +8 -15
- package/lib/assertionShortCodesMap.d.ts.map +1 -1
- package/lib/assertionShortCodesMap.js +9 -16
- package/lib/assertionShortCodesMap.js.map +1 -1
- package/lib/deepFreeze.js.map +1 -1
- package/lib/mockDeltas.d.ts.map +1 -1
- package/lib/mockDeltas.js.map +1 -1
- package/lib/mockStorage.d.ts.map +1 -1
- package/lib/mockStorage.js.map +1 -1
- package/lib/mocks.d.ts.map +1 -1
- package/lib/mocks.js.map +1 -1
- package/lib/mocksDataStoreContext.d.ts.map +1 -1
- package/lib/mocksDataStoreContext.js.map +1 -1
- package/lib/mocksForReconnection.d.ts.map +1 -1
- package/lib/mocksForReconnection.js.map +1 -1
- package/package.json +19 -18
- package/src/assertionShortCodesMap.ts +9 -16
- package/src/deepFreeze.ts +1 -1
- package/src/mockDeltas.ts +9 -9
- package/src/mockStorage.ts +1 -1
- package/src/mocks.ts +39 -36
- package/src/mocksDataStoreContext.ts +5 -1
- package/src/mocksForReconnection.ts +7 -7
package/CHANGELOG.md
CHANGED
package/assertTagging.config.mjs
CHANGED
|
@@ -1419,18 +1419,6 @@ export declare const shortCodeMap: {
|
|
|
1419
1419
|
"0xa6f": string;
|
|
1420
1420
|
"0xa70": string;
|
|
1421
1421
|
"0xa71": string;
|
|
1422
|
-
"0xa73": string;
|
|
1423
|
-
"0xa74": string;
|
|
1424
|
-
"0xa75": string;
|
|
1425
|
-
"0xa76": string;
|
|
1426
|
-
"0xa77": string;
|
|
1427
|
-
"0xa78": string;
|
|
1428
|
-
"0xa79": string;
|
|
1429
|
-
"0xa7a": string;
|
|
1430
|
-
"0xa7b": string;
|
|
1431
|
-
"0xa7c": string;
|
|
1432
|
-
"0xa7d": string;
|
|
1433
|
-
"0xa7e": string;
|
|
1434
1422
|
"0xa7f": string;
|
|
1435
1423
|
"0xa80": string;
|
|
1436
1424
|
"0xa83": string;
|
|
@@ -1621,7 +1609,6 @@ export declare const shortCodeMap: {
|
|
|
1621
1609
|
"0xb5d": string;
|
|
1622
1610
|
"0xb5e": string;
|
|
1623
1611
|
"0xb5f": string;
|
|
1624
|
-
"0xb60": string;
|
|
1625
1612
|
"0xb61": string;
|
|
1626
1613
|
"0xb62": string;
|
|
1627
1614
|
"0xb63": string;
|
|
@@ -1774,7 +1761,6 @@ export declare const shortCodeMap: {
|
|
|
1774
1761
|
"0xc16": string;
|
|
1775
1762
|
"0xc17": string;
|
|
1776
1763
|
"0xc1a": string;
|
|
1777
|
-
"0xc1b": string;
|
|
1778
1764
|
"0xc1e": string;
|
|
1779
1765
|
"0xc1f": string;
|
|
1780
1766
|
"0xc20": string;
|
|
@@ -1838,7 +1824,6 @@ export declare const shortCodeMap: {
|
|
|
1838
1824
|
"0xc62": string;
|
|
1839
1825
|
"0xc63": string;
|
|
1840
1826
|
"0xc64": string;
|
|
1841
|
-
"0xc65": string;
|
|
1842
1827
|
"0xc66": string;
|
|
1843
1828
|
"0xc67": string;
|
|
1844
1829
|
"0xc68": string;
|
|
@@ -1900,5 +1885,13 @@ export declare const shortCodeMap: {
|
|
|
1900
1885
|
"0xca1": string;
|
|
1901
1886
|
"0xca2": string;
|
|
1902
1887
|
"0xca3": string;
|
|
1888
|
+
"0xca4": string;
|
|
1889
|
+
"0xca5": string;
|
|
1890
|
+
"0xca6": string;
|
|
1891
|
+
"0xca7": string;
|
|
1892
|
+
"0xca8": string;
|
|
1893
|
+
"0xca9": string;
|
|
1894
|
+
"0xcaa": string;
|
|
1895
|
+
"0xcab": string;
|
|
1903
1896
|
};
|
|
1904
1897
|
//# sourceMappingURL=assertionShortCodesMap.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"assertionShortCodesMap.d.ts","sourceRoot":"","sources":["../src/assertionShortCodesMap.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAIH,eAAO,MAAM,YAAY
|
|
1
|
+
{"version":3,"file":"assertionShortCodesMap.d.ts","sourceRoot":"","sources":["../src/assertionShortCodesMap.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAIH,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAi2DxB,CAAC"}
|
|
@@ -1423,18 +1423,6 @@ exports.shortCodeMap = {
|
|
|
1423
1423
|
"0xa6f": "Pending changes must exist for rollback when collaborating",
|
|
1424
1424
|
"0xa70": "Pending changes must not exist when not collaborating",
|
|
1425
1425
|
"0xa71": "must have local change to ack",
|
|
1426
|
-
"0xa73": "The typeField must be present in new JSON content",
|
|
1427
|
-
"0xa74": "Expected object schema",
|
|
1428
|
-
"0xa75": "the field must be an array node",
|
|
1429
|
-
"0xa76": "the modification must be an array node",
|
|
1430
|
-
"0xa77": "node to move must exist",
|
|
1431
|
-
"0xa78": "node to move must exist",
|
|
1432
|
-
"0xa79": "objectId does not exist in nodeMap",
|
|
1433
|
-
"0xa7a": "Different scopes not supported yet.",
|
|
1434
|
-
"0xa7b": "Collision of object id property.",
|
|
1435
|
-
"0xa7c": "Ref not found.",
|
|
1436
|
-
"0xa7d": "Expected at least two types",
|
|
1437
|
-
"0xa7e": "Expected at least two types",
|
|
1438
1426
|
"0xa7f": "Delta manager does not have inbound/outbound queues.",
|
|
1439
1427
|
"0xa80": "Invalid delta manager",
|
|
1440
1428
|
"0xa83": "Expected commit(s) for a non no-op rebase",
|
|
@@ -1625,7 +1613,6 @@ exports.shortCodeMap = {
|
|
|
1625
1613
|
"0xb5d": "Expected last remove to be unacked",
|
|
1626
1614
|
"0xb5e": "Expected prior remove to be acked",
|
|
1627
1615
|
"0xb5f": "Expected same length for client ids and seqs",
|
|
1628
|
-
"0xb60": "Invalid schema",
|
|
1629
1616
|
"0xb61": "Invalid old reference",
|
|
1630
1617
|
"0xb62": "Invalid new segment on rebase",
|
|
1631
1618
|
"0xb63": "Resubmitting obliterate op without obliterate info in segment group",
|
|
@@ -1778,7 +1765,6 @@ exports.shortCodeMap = {
|
|
|
1778
1765
|
"0xc16": "missing schema for array node",
|
|
1779
1766
|
"0xc17": "Expected MapNodeStoredSchema",
|
|
1780
1767
|
"0xc1a": "Expected MapNodeStoredSchema",
|
|
1781
|
-
"0xc1b": "Expected at least two types",
|
|
1782
1768
|
"0xc1e": "Expected a constructed node to be an object",
|
|
1783
1769
|
"0xc1f": "Transaction did not complete.",
|
|
1784
1770
|
"0xc20": "snapshot tree not found for one of tree's summarizables",
|
|
@@ -1842,7 +1828,6 @@ exports.shortCodeMap = {
|
|
|
1842
1828
|
"0xc62": "Cannot encode branch base without originatorId",
|
|
1843
1829
|
"0xc63": "Cannot decode branch id without originatorId",
|
|
1844
1830
|
"0xc64": "Cannot decode branch base without originatorId",
|
|
1845
|
-
"0xc65": "Cannot encode V5 summary without originator",
|
|
1846
1831
|
"0xc66": "Shared branches must have an id",
|
|
1847
1832
|
"0xc67": "Duplicate shared branch id",
|
|
1848
1833
|
"0xc68": "Only commit messages are supported",
|
|
@@ -1903,6 +1888,14 @@ exports.shortCodeMap = {
|
|
|
1903
1888
|
"0xca0": "Unsupported FieldBatchFormatVersion for incremental encoding; must be v2 or higher",
|
|
1904
1889
|
"0xca1": "Unsupported FieldBatchFormatVersion for incremental encoding; must be v2 or higher",
|
|
1905
1890
|
"0xca2": "localOpActivity must be undefined when entering rollback",
|
|
1906
|
-
"0xca3": "localOpActivity must be undefined when entering applyStashedOp"
|
|
1891
|
+
"0xca3": "localOpActivity must be undefined when entering applyStashedOp",
|
|
1892
|
+
"0xca4": "Expected applied commit to be parented",
|
|
1893
|
+
"0xca5": "Cannot encode vSharedBranches summary without originator",
|
|
1894
|
+
"0xca6": "Unsupported write version requested.",
|
|
1895
|
+
"0xca7": "getUnhydratedContext should not be reentrant",
|
|
1896
|
+
"0xca8": "missing schema",
|
|
1897
|
+
"0xca9": "missing schema",
|
|
1898
|
+
"0xcaa": "Reachable schema missing from input TreeSchema",
|
|
1899
|
+
"0xcab": "missing kind"
|
|
1907
1900
|
};
|
|
1908
1901
|
//# sourceMappingURL=assertionShortCodesMap.js.map
|