@fluidframework/fluid-runner 2.3.0-288113 → 2.3.1
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/lib/tsdoc-metadata.json +1 -1
- package/package.json +16 -15
package/CHANGELOG.md
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.
|
|
3
|
+
"version": "2.3.1",
|
|
4
4
|
"description": "Utility for running various functionality inside a Fluid Framework environment",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -69,27 +69,27 @@
|
|
|
69
69
|
"temp-directory": "nyc/.nyc_output"
|
|
70
70
|
},
|
|
71
71
|
"dependencies": {
|
|
72
|
-
"@fluidframework/aqueduct": "2.3.
|
|
73
|
-
"@fluidframework/container-definitions": "2.3.
|
|
74
|
-
"@fluidframework/container-loader": "2.3.
|
|
75
|
-
"@fluidframework/core-interfaces": "2.3.
|
|
76
|
-
"@fluidframework/driver-definitions": "2.3.
|
|
77
|
-
"@fluidframework/odsp-driver": "2.3.
|
|
78
|
-
"@fluidframework/odsp-driver-definitions": "2.3.
|
|
79
|
-
"@fluidframework/telemetry-utils": "2.3.
|
|
72
|
+
"@fluidframework/aqueduct": "~2.3.1",
|
|
73
|
+
"@fluidframework/container-definitions": "~2.3.1",
|
|
74
|
+
"@fluidframework/container-loader": "~2.3.1",
|
|
75
|
+
"@fluidframework/core-interfaces": "~2.3.1",
|
|
76
|
+
"@fluidframework/driver-definitions": "~2.3.1",
|
|
77
|
+
"@fluidframework/odsp-driver": "~2.3.1",
|
|
78
|
+
"@fluidframework/odsp-driver-definitions": "~2.3.1",
|
|
79
|
+
"@fluidframework/telemetry-utils": "~2.3.1",
|
|
80
80
|
"json2csv": "^5.0.7",
|
|
81
81
|
"yargs": "17.7.2"
|
|
82
82
|
},
|
|
83
83
|
"devDependencies": {
|
|
84
84
|
"@arethetypeswrong/cli": "^0.15.2",
|
|
85
85
|
"@biomejs/biome": "~1.8.3",
|
|
86
|
-
"@fluid-internal/mocha-test-setup": "2.3.
|
|
87
|
-
"@fluid-tools/build-cli": "^0.
|
|
86
|
+
"@fluid-internal/mocha-test-setup": "~2.3.1",
|
|
87
|
+
"@fluid-tools/build-cli": "^0.46.0",
|
|
88
88
|
"@fluidframework/build-common": "^2.0.3",
|
|
89
|
-
"@fluidframework/build-tools": "^0.
|
|
90
|
-
"@fluidframework/eslint-config-fluid": "^5.
|
|
89
|
+
"@fluidframework/build-tools": "^0.46.0",
|
|
90
|
+
"@fluidframework/eslint-config-fluid": "^5.4.0",
|
|
91
91
|
"@fluidframework/fluid-runner-previous": "npm:@fluidframework/fluid-runner@2.2.0",
|
|
92
|
-
"@microsoft/api-extractor": "
|
|
92
|
+
"@microsoft/api-extractor": "7.47.8",
|
|
93
93
|
"@types/mocha": "^9.1.1",
|
|
94
94
|
"@types/node": "^18.19.0",
|
|
95
95
|
"@types/yargs": "^17.0.32",
|
|
@@ -107,7 +107,8 @@
|
|
|
107
107
|
"typescript": "~5.4.5"
|
|
108
108
|
},
|
|
109
109
|
"typeValidation": {
|
|
110
|
-
"broken": {}
|
|
110
|
+
"broken": {},
|
|
111
|
+
"entrypoint": "internal"
|
|
111
112
|
},
|
|
112
113
|
"scripts": {
|
|
113
114
|
"api": "fluid-build . --task api",
|