@fluidframework/fluid-runner 2.92.0 → 2.93.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/eslint.config.mts +1 -1
- package/lib/tsdoc-metadata.json +1 -1
- package/package.json +14 -15
package/CHANGELOG.md
CHANGED
package/eslint.config.mts
CHANGED
package/lib/tsdoc-metadata.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/fluid-runner",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.93.0",
|
|
4
4
|
"description": "Utility for running various functionality inside a Fluid Framework environment",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -71,29 +71,29 @@
|
|
|
71
71
|
"temp-directory": "nyc/.nyc_output"
|
|
72
72
|
},
|
|
73
73
|
"dependencies": {
|
|
74
|
-
"@fluidframework/aqueduct": "~2.
|
|
75
|
-
"@fluidframework/container-definitions": "~2.
|
|
76
|
-
"@fluidframework/container-loader": "~2.
|
|
77
|
-
"@fluidframework/core-interfaces": "~2.
|
|
78
|
-
"@fluidframework/driver-definitions": "~2.
|
|
79
|
-
"@fluidframework/odsp-driver": "~2.
|
|
80
|
-
"@fluidframework/odsp-driver-definitions": "~2.
|
|
81
|
-
"@fluidframework/telemetry-utils": "~2.
|
|
74
|
+
"@fluidframework/aqueduct": "~2.93.0",
|
|
75
|
+
"@fluidframework/container-definitions": "~2.93.0",
|
|
76
|
+
"@fluidframework/container-loader": "~2.93.0",
|
|
77
|
+
"@fluidframework/core-interfaces": "~2.93.0",
|
|
78
|
+
"@fluidframework/driver-definitions": "~2.93.0",
|
|
79
|
+
"@fluidframework/odsp-driver": "~2.93.0",
|
|
80
|
+
"@fluidframework/odsp-driver-definitions": "~2.93.0",
|
|
81
|
+
"@fluidframework/telemetry-utils": "~2.93.0",
|
|
82
82
|
"@json2csv/plainjs": "^7.0.6",
|
|
83
83
|
"yargs": "17.7.2"
|
|
84
84
|
},
|
|
85
85
|
"devDependencies": {
|
|
86
86
|
"@arethetypeswrong/cli": "^0.18.2",
|
|
87
87
|
"@biomejs/biome": "~2.4.5",
|
|
88
|
-
"@fluid-internal/mocha-test-setup": "~2.
|
|
88
|
+
"@fluid-internal/mocha-test-setup": "~2.93.0",
|
|
89
89
|
"@fluid-tools/build-cli": "^0.64.0",
|
|
90
90
|
"@fluidframework/build-common": "^2.0.3",
|
|
91
91
|
"@fluidframework/build-tools": "^0.64.0",
|
|
92
92
|
"@fluidframework/eslint-config-fluid": "^9.0.0",
|
|
93
|
-
"@fluidframework/fluid-runner-previous": "npm:@fluidframework/fluid-runner@2.
|
|
94
|
-
"@microsoft/api-extractor": "7.
|
|
93
|
+
"@fluidframework/fluid-runner-previous": "npm:@fluidframework/fluid-runner@2.92.0",
|
|
94
|
+
"@microsoft/api-extractor": "7.58.1",
|
|
95
95
|
"@types/mocha": "^10.0.10",
|
|
96
|
-
"@types/node": "~
|
|
96
|
+
"@types/node": "~22.19.17",
|
|
97
97
|
"@types/yargs": "^17.0.32",
|
|
98
98
|
"c8": "^10.1.3",
|
|
99
99
|
"concurrently": "^9.2.1",
|
|
@@ -152,7 +152,6 @@
|
|
|
152
152
|
"test:mocha:esm": "mocha",
|
|
153
153
|
"test:mocha:verbose": "cross-env FLUID_TEST_VERBOSE=1 npm run test:mocha",
|
|
154
154
|
"tsc": "fluid-tsc commonjs --project ./tsconfig.cjs.json && copyfiles -f ../../../common/build/build-common/src/cjs/package.json ./dist",
|
|
155
|
-
"typetests:gen": "flub generate typetests --dir . -v"
|
|
156
|
-
"typetests:prepare": "flub typetests --dir . --reset --previous --normalize"
|
|
155
|
+
"typetests:gen": "flub generate typetests --dir . -v"
|
|
157
156
|
}
|
|
158
157
|
}
|