@fluidframework/test-runtime-utils 2.70.0-361788 → 2.70.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 +13 -0
- package/dist/assertionShortCodesMap.d.ts +8 -6
- package/dist/assertionShortCodesMap.d.ts.map +1 -1
- package/dist/assertionShortCodesMap.js +9 -7
- package/dist/assertionShortCodesMap.js.map +1 -1
- package/lib/assertionShortCodesMap.d.ts +8 -6
- package/lib/assertionShortCodesMap.d.ts.map +1 -1
- package/lib/assertionShortCodesMap.js +9 -7
- package/lib/assertionShortCodesMap.js.map +1 -1
- package/package.json +15 -15
- package/src/assertionShortCodesMap.ts +9 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/test-runtime-utils",
|
|
3
|
-
"version": "2.70.0
|
|
3
|
+
"version": "2.70.0",
|
|
4
4
|
"description": "Fluid runtime test utilities",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -69,26 +69,26 @@
|
|
|
69
69
|
"temp-directory": "nyc/.nyc_output"
|
|
70
70
|
},
|
|
71
71
|
"dependencies": {
|
|
72
|
-
"@fluid-internal/client-utils": "2.70.0
|
|
73
|
-
"@fluidframework/container-definitions": "2.70.0
|
|
74
|
-
"@fluidframework/container-runtime-definitions": "2.70.0
|
|
75
|
-
"@fluidframework/core-interfaces": "2.70.0
|
|
76
|
-
"@fluidframework/core-utils": "2.70.0
|
|
77
|
-
"@fluidframework/datastore-definitions": "2.70.0
|
|
78
|
-
"@fluidframework/driver-definitions": "2.70.0
|
|
79
|
-
"@fluidframework/driver-utils": "2.70.0
|
|
80
|
-
"@fluidframework/id-compressor": "2.70.0
|
|
81
|
-
"@fluidframework/routerlicious-driver": "2.70.0
|
|
82
|
-
"@fluidframework/runtime-definitions": "2.70.0
|
|
83
|
-
"@fluidframework/runtime-utils": "2.70.0
|
|
84
|
-
"@fluidframework/telemetry-utils": "2.70.0
|
|
72
|
+
"@fluid-internal/client-utils": "~2.70.0",
|
|
73
|
+
"@fluidframework/container-definitions": "~2.70.0",
|
|
74
|
+
"@fluidframework/container-runtime-definitions": "~2.70.0",
|
|
75
|
+
"@fluidframework/core-interfaces": "~2.70.0",
|
|
76
|
+
"@fluidframework/core-utils": "~2.70.0",
|
|
77
|
+
"@fluidframework/datastore-definitions": "~2.70.0",
|
|
78
|
+
"@fluidframework/driver-definitions": "~2.70.0",
|
|
79
|
+
"@fluidframework/driver-utils": "~2.70.0",
|
|
80
|
+
"@fluidframework/id-compressor": "~2.70.0",
|
|
81
|
+
"@fluidframework/routerlicious-driver": "~2.70.0",
|
|
82
|
+
"@fluidframework/runtime-definitions": "~2.70.0",
|
|
83
|
+
"@fluidframework/runtime-utils": "~2.70.0",
|
|
84
|
+
"@fluidframework/telemetry-utils": "~2.70.0",
|
|
85
85
|
"jsrsasign": "^11.0.0",
|
|
86
86
|
"uuid": "^11.1.0"
|
|
87
87
|
},
|
|
88
88
|
"devDependencies": {
|
|
89
89
|
"@arethetypeswrong/cli": "^0.17.1",
|
|
90
90
|
"@biomejs/biome": "~1.9.3",
|
|
91
|
-
"@fluid-internal/mocha-test-setup": "2.70.0
|
|
91
|
+
"@fluid-internal/mocha-test-setup": "~2.70.0",
|
|
92
92
|
"@fluid-tools/build-cli": "^0.58.3",
|
|
93
93
|
"@fluidframework/build-common": "^2.0.3",
|
|
94
94
|
"@fluidframework/build-tools": "^0.58.3",
|
|
@@ -458,7 +458,6 @@ export const shortCodeMap = {
|
|
|
458
458
|
"0x2e4": "there should be service config for active connection",
|
|
459
459
|
"0x2e8": "There should be a store context for the op",
|
|
460
460
|
"0x2e9": "Must call getLocalState() after applying initial states",
|
|
461
|
-
"0x2ea": "Configuration state should be enabled",
|
|
462
461
|
"0x2eb": "Summary not supported with configuration disabled",
|
|
463
462
|
"0x2ec": "Blob must be present in blobsContents",
|
|
464
463
|
"0x2ed": "There should be a channel context for the op",
|
|
@@ -1805,12 +1804,7 @@ export const shortCodeMap = {
|
|
|
1805
1804
|
"0xc23": "Tracked summary properties must be available when tracking a summary",
|
|
1806
1805
|
"0xc24": "Already tracking a summary",
|
|
1807
1806
|
"0xc25": "Tracked summary properties must not be available when ready to track",
|
|
1808
|
-
"0xc26": "Incremental chunk contents not found",
|
|
1809
1807
|
"0xc27": "incremental decoder not available for incremental field decoding",
|
|
1810
|
-
"0xc28": "Incremental chunk data missing",
|
|
1811
|
-
"0xc29": "should return to fields mode when finished encoding",
|
|
1812
|
-
"0xc2a": "incremental encoding must be enabled to use IncrementalFieldShape",
|
|
1813
|
-
"0xc2b": "incremental encoding must be enabled",
|
|
1814
1808
|
"0xc2c": "The data store should be locally visible when generating attach summary",
|
|
1815
1809
|
"0xc2d": "logger would be in sessionIdOrLogger in this codepath",
|
|
1816
1810
|
"0xc2e": "DecomposedContainerForContainerRuntime is not a ContainerRuntime",
|
|
@@ -1897,5 +1891,13 @@ export const shortCodeMap = {
|
|
|
1897
1891
|
"0xc82": "Attempting to attach from unexpected state",
|
|
1898
1892
|
"0xc83": "Pending blob must be in local cache",
|
|
1899
1893
|
"0xc84": "Pending blob must not be in attached state",
|
|
1900
|
-
"0xc85": "bind must be an ISharedObjectHandle"
|
|
1894
|
+
"0xc85": "bind must be an ISharedObjectHandle",
|
|
1895
|
+
"0xc86": "Encoded incremental chunk not found",
|
|
1896
|
+
"0xc87": "Non object nodes with fields should only have one allowedTypes entry",
|
|
1897
|
+
"0xc88": "incremental encoder must be defined to use incrementalFieldEncoder",
|
|
1898
|
+
"0xc89": "catching up without clientId",
|
|
1899
|
+
"0xc8a": "catching up without clientId",
|
|
1900
|
+
"0xc8b": "connected without clientId",
|
|
1901
|
+
"0xc8c": "connected with different clientId than pending",
|
|
1902
|
+
"0xc8d": "connection state mismatch between getConnectionState and setConnectionStatus notification"
|
|
1901
1903
|
};
|