@fluidframework/request-handler 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 +10 -10
package/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # @fluidframework/request-handler
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
  A simple request-handling library for the Fluid Framework.
4
4
 
5
- <!-- AUTO-GENERATED-CONTENT:START (LIBRARY_PACKAGE_README_HEADER) -->
5
+ <!-- AUTO-GENERATED-CONTENT:START (LIBRARY_README_HEADER) -->
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. -->
@@ -40,7 +40,7 @@ API documentation for **@fluidframework/request-handler** is available at <https
40
40
 
41
41
  <!-- AUTO-GENERATED-CONTENT:END -->
42
42
 
43
- <!-- AUTO-GENERATED-CONTENT:START (LIBRARY_PACKAGE_README_FOOTER) -->
43
+ <!-- AUTO-GENERATED-CONTENT:START (README_FOOTER) -->
44
44
 
45
45
  <!-- prettier-ignore-start -->
46
46
  <!-- 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/request-handler",
3
- "version": "2.1.1",
3
+ "version": "2.2.1",
4
4
  "description": "A simple request handling library for Fluid Framework",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -67,21 +67,21 @@
67
67
  "temp-directory": "nyc/.nyc_output"
68
68
  },
69
69
  "dependencies": {
70
- "@fluidframework/container-runtime-definitions": "~2.1.1",
71
- "@fluidframework/core-interfaces": "~2.1.1",
72
- "@fluidframework/core-utils": "~2.1.1",
73
- "@fluidframework/runtime-definitions": "~2.1.1",
74
- "@fluidframework/runtime-utils": "~2.1.1"
70
+ "@fluidframework/container-runtime-definitions": "~2.2.1",
71
+ "@fluidframework/core-interfaces": "~2.2.1",
72
+ "@fluidframework/core-utils": "~2.2.1",
73
+ "@fluidframework/runtime-definitions": "~2.2.1",
74
+ "@fluidframework/runtime-utils": "~2.2.1"
75
75
  },
76
76
  "devDependencies": {
77
77
  "@arethetypeswrong/cli": "^0.15.2",
78
78
  "@biomejs/biome": "~1.8.3",
79
- "@fluid-internal/mocha-test-setup": "~2.1.1",
80
- "@fluid-tools/build-cli": "^0.41.0",
79
+ "@fluid-internal/mocha-test-setup": "~2.2.1",
80
+ "@fluid-tools/build-cli": "^0.43.0",
81
81
  "@fluidframework/build-common": "^2.0.3",
82
- "@fluidframework/build-tools": "^0.41.0",
82
+ "@fluidframework/build-tools": "^0.43.0",
83
83
  "@fluidframework/eslint-config-fluid": "^5.3.0",
84
- "@fluidframework/request-handler-previous": "npm:@fluidframework/request-handler@2.1.0",
84
+ "@fluidframework/request-handler-previous": "npm:@fluidframework/request-handler@2.2.0",
85
85
  "@microsoft/api-extractor": "^7.45.1",
86
86
  "@types/diff": "^3.5.1",
87
87
  "@types/mocha": "^9.1.1",