@fluidframework/request-handler 2.70.0-361788 → 2.71.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/CHANGELOG.md +8 -0
- package/package.json +11 -11
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.71.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.
|
|
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.71.0",
|
|
73
|
+
"@fluidframework/core-interfaces": "~2.71.0",
|
|
74
|
+
"@fluidframework/core-utils": "~2.71.0",
|
|
75
|
+
"@fluidframework/runtime-definitions": "~2.71.0",
|
|
76
|
+
"@fluidframework/runtime-utils": "~2.71.0"
|
|
77
77
|
},
|
|
78
78
|
"devDependencies": {
|
|
79
79
|
"@arethetypeswrong/cli": "^0.17.1",
|
|
80
80
|
"@biomejs/biome": "~1.9.3",
|
|
81
|
-
"@fluid-internal/mocha-test-setup": "2.
|
|
81
|
+
"@fluid-internal/mocha-test-setup": "~2.71.0",
|
|
82
82
|
"@fluid-tools/build-cli": "^0.58.3",
|
|
83
83
|
"@fluidframework/build-common": "^2.0.3",
|
|
84
84
|
"@fluidframework/build-tools": "^0.58.3",
|
|
85
|
-
"@fluidframework/eslint-config-fluid": "^
|
|
86
|
-
"@fluidframework/request-handler-previous": "npm:@fluidframework/request-handler@2.
|
|
85
|
+
"@fluidframework/eslint-config-fluid": "^7.0.0",
|
|
86
|
+
"@fluidframework/request-handler-previous": "npm:@fluidframework/request-handler@2.70.0",
|
|
87
87
|
"@microsoft/api-extractor": "7.52.11",
|
|
88
88
|
"@types/diff": "^3.5.1",
|
|
89
89
|
"@types/mocha": "^10.0.10",
|
|
@@ -132,8 +132,8 @@
|
|
|
132
132
|
"ci:build:api-reports:legacy": "api-extractor run --config api-extractor/api-extractor.legacy.json",
|
|
133
133
|
"ci:build:docs": "api-extractor run",
|
|
134
134
|
"clean": "rimraf --glob dist lib {alpha,beta,internal,legacy}.d.ts \"**/*.tsbuildinfo\" \"**/*.build.log\" _api-extractor-temp nyc",
|
|
135
|
-
"eslint": "eslint --format stylish src",
|
|
136
|
-
"eslint:fix": "eslint --format stylish src --fix --fix-type problem,suggestion,layout",
|
|
135
|
+
"eslint": "eslint --quiet --format stylish src",
|
|
136
|
+
"eslint:fix": "eslint --quiet --format stylish src --fix --fix-type problem,suggestion,layout",
|
|
137
137
|
"format": "npm run format:biome",
|
|
138
138
|
"format:biome": "biome check . --write",
|
|
139
139
|
"lint": "fluid-build . --task lint",
|