@fluidframework/fluid-runner 2.1.1 → 2.2.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.
Files changed (3) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/README.md +2 -2
  3. package/package.json +13 -13
package/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # @fluidframework/fluid-runner
2
2
 
3
+ ## 2.2.0
4
+
5
+ Dependency updates only.
6
+
3
7
  ## 2.1.0
4
8
 
5
9
  Dependency updates only.
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 (LIBRARY_PACKAGE_README_HEADER:apiDocs=FALSE) -->
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 (LIBRARY_PACKAGE_README_FOOTER:clientRequirements=FALSE) -->
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.1.1",
3
+ "version": "2.2.1",
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": "~2.1.1",
73
- "@fluidframework/container-definitions": "~2.1.1",
74
- "@fluidframework/container-loader": "~2.1.1",
75
- "@fluidframework/core-interfaces": "~2.1.1",
76
- "@fluidframework/driver-definitions": "~2.1.1",
77
- "@fluidframework/odsp-driver": "~2.1.1",
78
- "@fluidframework/odsp-driver-definitions": "~2.1.1",
79
- "@fluidframework/telemetry-utils": "~2.1.1",
72
+ "@fluidframework/aqueduct": "~2.2.1",
73
+ "@fluidframework/container-definitions": "~2.2.1",
74
+ "@fluidframework/container-loader": "~2.2.1",
75
+ "@fluidframework/core-interfaces": "~2.2.1",
76
+ "@fluidframework/driver-definitions": "~2.2.1",
77
+ "@fluidframework/odsp-driver": "~2.2.1",
78
+ "@fluidframework/odsp-driver-definitions": "~2.2.1",
79
+ "@fluidframework/telemetry-utils": "~2.2.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.1.1",
87
- "@fluid-tools/build-cli": "^0.41.0",
86
+ "@fluid-internal/mocha-test-setup": "~2.2.1",
87
+ "@fluid-tools/build-cli": "^0.43.0",
88
88
  "@fluidframework/build-common": "^2.0.3",
89
- "@fluidframework/build-tools": "^0.41.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.1.0",
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",