@fluidframework/fluid-runner 2.1.0 → 2.3.0-288113
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/README.md +2 -2
- package/package.json +13 -13
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
This package contains utility for running various functionality inside a Fluid Framework environment.
|
|
4
4
|
|
|
5
|
-
<!-- AUTO-GENERATED-CONTENT:START (
|
|
5
|
+
<!-- AUTO-GENERATED-CONTENT:START (LIBRARY_README_HEADER:apiDocs=FALSE) -->
|
|
6
6
|
|
|
7
7
|
<!-- prettier-ignore-start -->
|
|
8
8
|
<!-- NOTE: This section is automatically generated using @fluid-tools/markdown-magic. Do not update these generated contents directly. -->
|
|
@@ -117,7 +117,7 @@ The code around `exportFile` can be consumed in multiple different layers. It is
|
|
|
117
117
|
|
|
118
118
|
For an example of a consumption path that differs slightly to [`exportFile(...)`](./src/exportFile.ts), see [`parseBundleAndExportFile(...)`](./src/parseBundleAndExportFile.ts). In addition to running the same logic as [`exportFile`](./src/exportFile.ts) method, it implements the logic around parsing a dynamically provided bundle path into an `IFluidFileConverter` object.
|
|
119
119
|
|
|
120
|
-
<!-- AUTO-GENERATED-CONTENT:START (
|
|
120
|
+
<!-- AUTO-GENERATED-CONTENT:START (README_FOOTER:clientRequirements=FALSE) -->
|
|
121
121
|
|
|
122
122
|
<!-- prettier-ignore-start -->
|
|
123
123
|
<!-- NOTE: This section is automatically generated using @fluid-tools/markdown-magic. Do not update these generated contents directly. -->
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/fluid-runner",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.3.0-288113",
|
|
4
4
|
"description": "Utility for running various functionality inside a Fluid Framework environment",
|
|
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
|
-
"@fluidframework/aqueduct": "
|
|
73
|
-
"@fluidframework/container-definitions": "
|
|
74
|
-
"@fluidframework/container-loader": "
|
|
75
|
-
"@fluidframework/core-interfaces": "
|
|
76
|
-
"@fluidframework/driver-definitions": "
|
|
77
|
-
"@fluidframework/odsp-driver": "
|
|
78
|
-
"@fluidframework/odsp-driver-definitions": "
|
|
79
|
-
"@fluidframework/telemetry-utils": "
|
|
72
|
+
"@fluidframework/aqueduct": "2.3.0-288113",
|
|
73
|
+
"@fluidframework/container-definitions": "2.3.0-288113",
|
|
74
|
+
"@fluidframework/container-loader": "2.3.0-288113",
|
|
75
|
+
"@fluidframework/core-interfaces": "2.3.0-288113",
|
|
76
|
+
"@fluidframework/driver-definitions": "2.3.0-288113",
|
|
77
|
+
"@fluidframework/odsp-driver": "2.3.0-288113",
|
|
78
|
+
"@fluidframework/odsp-driver-definitions": "2.3.0-288113",
|
|
79
|
+
"@fluidframework/telemetry-utils": "2.3.0-288113",
|
|
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": "
|
|
87
|
-
"@fluid-tools/build-cli": "^0.
|
|
86
|
+
"@fluid-internal/mocha-test-setup": "2.3.0-288113",
|
|
87
|
+
"@fluid-tools/build-cli": "^0.43.0",
|
|
88
88
|
"@fluidframework/build-common": "^2.0.3",
|
|
89
|
-
"@fluidframework/build-tools": "^0.
|
|
89
|
+
"@fluidframework/build-tools": "^0.43.0",
|
|
90
90
|
"@fluidframework/eslint-config-fluid": "^5.3.0",
|
|
91
|
-
"@fluidframework/fluid-runner-previous": "npm:@fluidframework/fluid-runner@2.
|
|
91
|
+
"@fluidframework/fluid-runner-previous": "npm:@fluidframework/fluid-runner@2.2.0",
|
|
92
92
|
"@microsoft/api-extractor": "^7.45.1",
|
|
93
93
|
"@types/mocha": "^9.1.1",
|
|
94
94
|
"@types/node": "^18.19.0",
|