@fluidframework/test-runtime-utils 2.71.0 → 2.72.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/.eslintrc.cjs +1 -1
- package/CHANGELOG.md +4 -13
- package/dist/assertionShortCodesMap.d.ts +0 -1
- package/dist/assertionShortCodesMap.d.ts.map +1 -1
- package/dist/assertionShortCodesMap.js +0 -1
- package/dist/assertionShortCodesMap.js.map +1 -1
- package/lib/assertionShortCodesMap.d.ts +0 -1
- package/lib/assertionShortCodesMap.d.ts.map +1 -1
- package/lib/assertionShortCodesMap.js +0 -1
- package/lib/assertionShortCodesMap.js.map +1 -1
- package/package.json +19 -19
- package/src/assertionShortCodesMap.ts +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/test-runtime-utils",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.72.0",
|
|
4
4
|
"description": "Fluid runtime test utilities",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -69,31 +69,31 @@
|
|
|
69
69
|
"temp-directory": "nyc/.nyc_output"
|
|
70
70
|
},
|
|
71
71
|
"dependencies": {
|
|
72
|
-
"@fluid-internal/client-utils": "~2.
|
|
73
|
-
"@fluidframework/container-definitions": "~2.
|
|
74
|
-
"@fluidframework/container-runtime-definitions": "~2.
|
|
75
|
-
"@fluidframework/core-interfaces": "~2.
|
|
76
|
-
"@fluidframework/core-utils": "~2.
|
|
77
|
-
"@fluidframework/datastore-definitions": "~2.
|
|
78
|
-
"@fluidframework/driver-definitions": "~2.
|
|
79
|
-
"@fluidframework/driver-utils": "~2.
|
|
80
|
-
"@fluidframework/id-compressor": "~2.
|
|
81
|
-
"@fluidframework/routerlicious-driver": "~2.
|
|
82
|
-
"@fluidframework/runtime-definitions": "~2.
|
|
83
|
-
"@fluidframework/runtime-utils": "~2.
|
|
84
|
-
"@fluidframework/telemetry-utils": "~2.
|
|
72
|
+
"@fluid-internal/client-utils": "~2.72.0",
|
|
73
|
+
"@fluidframework/container-definitions": "~2.72.0",
|
|
74
|
+
"@fluidframework/container-runtime-definitions": "~2.72.0",
|
|
75
|
+
"@fluidframework/core-interfaces": "~2.72.0",
|
|
76
|
+
"@fluidframework/core-utils": "~2.72.0",
|
|
77
|
+
"@fluidframework/datastore-definitions": "~2.72.0",
|
|
78
|
+
"@fluidframework/driver-definitions": "~2.72.0",
|
|
79
|
+
"@fluidframework/driver-utils": "~2.72.0",
|
|
80
|
+
"@fluidframework/id-compressor": "~2.72.0",
|
|
81
|
+
"@fluidframework/routerlicious-driver": "~2.72.0",
|
|
82
|
+
"@fluidframework/runtime-definitions": "~2.72.0",
|
|
83
|
+
"@fluidframework/runtime-utils": "~2.72.0",
|
|
84
|
+
"@fluidframework/telemetry-utils": "~2.72.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.
|
|
92
|
-
"@fluid-tools/build-cli": "^0.
|
|
91
|
+
"@fluid-internal/mocha-test-setup": "~2.72.0",
|
|
92
|
+
"@fluid-tools/build-cli": "^0.60.0",
|
|
93
93
|
"@fluidframework/build-common": "^2.0.3",
|
|
94
|
-
"@fluidframework/build-tools": "^0.
|
|
95
|
-
"@fluidframework/eslint-config-fluid": "
|
|
96
|
-
"@fluidframework/test-runtime-utils-previous": "npm:@fluidframework/test-runtime-utils@2.
|
|
94
|
+
"@fluidframework/build-tools": "^0.60.0",
|
|
95
|
+
"@fluidframework/eslint-config-fluid": "~2.72.0",
|
|
96
|
+
"@fluidframework/test-runtime-utils-previous": "npm:@fluidframework/test-runtime-utils@2.71.0",
|
|
97
97
|
"@microsoft/api-extractor": "7.52.11",
|
|
98
98
|
"@types/jsrsasign": "^10.5.12",
|
|
99
99
|
"@types/mocha": "^10.0.10",
|
|
@@ -1201,7 +1201,6 @@ export const shortCodeMap = {
|
|
|
1201
1201
|
"0x907": "unknown op type",
|
|
1202
1202
|
"0x908": "unknon type of op",
|
|
1203
1203
|
"0x909": "should not be called",
|
|
1204
|
-
"0x90e": "Unknown format version",
|
|
1205
1204
|
"0x911": "Invalid operation on a disposed TreeCheckout",
|
|
1206
1205
|
"0x916": "invalid value",
|
|
1207
1206
|
"0x921": "Expected a leaf schema.",
|