@fluidframework/request-handler 2.90.0 → 2.91.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 +2 -0
- package/CHANGELOG.md +4 -0
- package/package.json +9 -9
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
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/request-handler",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.91.0",
|
|
4
4
|
"description": "A simple request handling library for Fluid Framework",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -69,20 +69,20 @@
|
|
|
69
69
|
"temp-directory": "nyc/.nyc_output"
|
|
70
70
|
},
|
|
71
71
|
"dependencies": {
|
|
72
|
-
"@fluidframework/container-runtime-definitions": "~2.
|
|
73
|
-
"@fluidframework/core-interfaces": "~2.
|
|
74
|
-
"@fluidframework/core-utils": "~2.
|
|
75
|
-
"@fluidframework/runtime-definitions": "~2.
|
|
76
|
-
"@fluidframework/runtime-utils": "~2.
|
|
72
|
+
"@fluidframework/container-runtime-definitions": "~2.91.0",
|
|
73
|
+
"@fluidframework/core-interfaces": "~2.91.0",
|
|
74
|
+
"@fluidframework/core-utils": "~2.91.0",
|
|
75
|
+
"@fluidframework/runtime-definitions": "~2.91.0",
|
|
76
|
+
"@fluidframework/runtime-utils": "~2.91.0"
|
|
77
77
|
},
|
|
78
78
|
"devDependencies": {
|
|
79
79
|
"@arethetypeswrong/cli": "^0.18.2",
|
|
80
|
-
"@biomejs/biome": "~
|
|
81
|
-
"@fluid-internal/mocha-test-setup": "~2.
|
|
80
|
+
"@biomejs/biome": "~2.4.5",
|
|
81
|
+
"@fluid-internal/mocha-test-setup": "~2.91.0",
|
|
82
82
|
"@fluid-tools/build-cli": "^0.63.0",
|
|
83
83
|
"@fluidframework/build-common": "^2.0.3",
|
|
84
84
|
"@fluidframework/build-tools": "^0.63.0",
|
|
85
|
-
"@fluidframework/eslint-config-fluid": "~2.
|
|
85
|
+
"@fluidframework/eslint-config-fluid": "~2.91.0",
|
|
86
86
|
"@fluidframework/request-handler-previous": "npm:@fluidframework/request-handler@2.83.0",
|
|
87
87
|
"@microsoft/api-extractor": "7.52.11",
|
|
88
88
|
"@types/diff": "^3.5.1",
|