@fluidframework/request-handler 2.90.0 → 2.92.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/.mocharc.cjs CHANGED
@@ -8,4 +8,6 @@
8
8
  const getFluidTestMochaConfig = require("@fluid-internal/mocha-test-setup/mocharc-common");
9
9
 
10
10
  const config = getFluidTestMochaConfig(__dirname);
11
+ // This package has no tests; disable fail-zero so the empty placeholder spec doesn't fail the run.
12
+ config["fail-zero"] = false;
11
13
  module.exports = config;
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @fluidframework/request-handler
2
2
 
3
+ ## 2.92.0
4
+
5
+ Dependency updates only.
6
+
7
+ ## 2.91.0
8
+
9
+ Dependency updates only.
10
+
3
11
  ## 2.90.0
4
12
 
5
13
  Dependency updates only.
package/dist/legacy.d.ts CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  /*
7
7
  * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
8
- * Generated by "flub generate entrypoints" in @fluid-tools/build-cli.
8
+ * Generated by "flub generate entrypoints --resolutionConditions require --outFileLegacyBeta legacy --outDir ./dist" in @fluid-tools/build-cli.
9
9
  */
10
10
 
11
11
  export {
package/dist/public.d.ts CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  /*
7
7
  * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
8
- * Generated by "flub generate entrypoints" in @fluid-tools/build-cli.
8
+ * Generated by "flub generate entrypoints --resolutionConditions require --outFileLegacyBeta legacy --outDir ./dist" in @fluid-tools/build-cli.
9
9
  */
10
10
 
11
11
  export {}
package/internal.d.ts CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  /*
7
7
  * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
8
- * Generated by "flub generate entrypoints" in @fluid-tools/build-cli.
8
+ * Generated by "flub generate entrypoints --outFileLegacyBeta legacy --outDir ./lib --node10TypeCompat" in @fluid-tools/build-cli.
9
9
  */
10
10
 
11
11
  export * from "./lib/index.js";
package/legacy.d.ts CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  /*
7
7
  * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
8
- * Generated by "flub generate entrypoints" in @fluid-tools/build-cli.
8
+ * Generated by "flub generate entrypoints --outFileLegacyBeta legacy --outDir ./lib --node10TypeCompat" in @fluid-tools/build-cli.
9
9
  */
10
10
 
11
11
  export * from "./lib/legacy.js";
package/lib/legacy.d.ts CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  /*
7
7
  * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
8
- * Generated by "flub generate entrypoints" in @fluid-tools/build-cli.
8
+ * Generated by "flub generate entrypoints --outFileLegacyBeta legacy --outDir ./lib --node10TypeCompat" in @fluid-tools/build-cli.
9
9
  */
10
10
 
11
11
  export {
package/lib/public.d.ts CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  /*
7
7
  * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
8
- * Generated by "flub generate entrypoints" in @fluid-tools/build-cli.
8
+ * Generated by "flub generate entrypoints --outFileLegacyBeta legacy --outDir ./lib --node10TypeCompat" in @fluid-tools/build-cli.
9
9
  */
10
10
 
11
11
  export {}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluidframework/request-handler",
3
- "version": "2.90.0",
3
+ "version": "2.92.0",
4
4
  "description": "A simple request handling library for Fluid Framework",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -69,21 +69,21 @@
69
69
  "temp-directory": "nyc/.nyc_output"
70
70
  },
71
71
  "dependencies": {
72
- "@fluidframework/container-runtime-definitions": "~2.90.0",
73
- "@fluidframework/core-interfaces": "~2.90.0",
74
- "@fluidframework/core-utils": "~2.90.0",
75
- "@fluidframework/runtime-definitions": "~2.90.0",
76
- "@fluidframework/runtime-utils": "~2.90.0"
72
+ "@fluidframework/container-runtime-definitions": "~2.92.0",
73
+ "@fluidframework/core-interfaces": "~2.92.0",
74
+ "@fluidframework/core-utils": "~2.92.0",
75
+ "@fluidframework/runtime-definitions": "~2.92.0",
76
+ "@fluidframework/runtime-utils": "~2.92.0"
77
77
  },
78
78
  "devDependencies": {
79
79
  "@arethetypeswrong/cli": "^0.18.2",
80
- "@biomejs/biome": "~1.9.3",
81
- "@fluid-internal/mocha-test-setup": "~2.90.0",
82
- "@fluid-tools/build-cli": "^0.63.0",
80
+ "@biomejs/biome": "~2.4.5",
81
+ "@fluid-internal/mocha-test-setup": "~2.92.0",
82
+ "@fluid-tools/build-cli": "^0.64.0",
83
83
  "@fluidframework/build-common": "^2.0.3",
84
- "@fluidframework/build-tools": "^0.63.0",
85
- "@fluidframework/eslint-config-fluid": "~2.90.0",
86
- "@fluidframework/request-handler-previous": "npm:@fluidframework/request-handler@2.83.0",
84
+ "@fluidframework/build-tools": "^0.64.0",
85
+ "@fluidframework/eslint-config-fluid": "^9.0.0",
86
+ "@fluidframework/request-handler-previous": "npm:@fluidframework/request-handler@2.91.0",
87
87
  "@microsoft/api-extractor": "7.52.11",
88
88
  "@types/diff": "^3.5.1",
89
89
  "@types/mocha": "^10.0.10",
@@ -92,7 +92,7 @@
92
92
  "concurrently": "^9.2.1",
93
93
  "copyfiles": "^2.4.1",
94
94
  "cross-env": "^10.1.0",
95
- "diff": "^3.5.0",
95
+ "diff": "^4.0.4",
96
96
  "eslint": "~9.39.1",
97
97
  "jiti": "^2.6.1",
98
98
  "mocha": "^11.7.5",
@@ -106,7 +106,7 @@
106
106
  },
107
107
  "scripts": {
108
108
  "api": "fluid-build . --task api",
109
- "api-extractor:commonjs": "flub generate entrypoints --outFileLegacyBeta legacy --outDir ./dist",
109
+ "api-extractor:commonjs": "flub generate entrypoints --resolutionConditions require --outFileLegacyBeta legacy --outDir ./dist",
110
110
  "api-extractor:esnext": "flub generate entrypoints --outFileLegacyBeta legacy --outDir ./lib --node10TypeCompat",
111
111
  "build": "fluid-build . --task build",
112
112
  "build:api-reports": "concurrently \"npm:build:api-reports:*\"",