@fluidframework/request-handler 2.0.0-rc.3.0.2 → 2.0.0-rc.4.0.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 +4 -0
- package/dist/legacy.d.ts +1 -1
- package/lib/legacy.d.ts +1 -1
- package/lib/tsdoc-metadata.json +1 -1
- package/package.json +12 -12
package/CHANGELOG.md
CHANGED
package/dist/legacy.d.ts
CHANGED
package/lib/legacy.d.ts
CHANGED
package/lib/tsdoc-metadata.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/request-handler",
|
|
3
|
-
"version": "2.0.0-rc.
|
|
3
|
+
"version": "2.0.0-rc.4.0.0",
|
|
4
4
|
"description": "A simple request handling library for Fluid Framework",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -67,22 +67,22 @@
|
|
|
67
67
|
"temp-directory": "nyc/.nyc_output"
|
|
68
68
|
},
|
|
69
69
|
"dependencies": {
|
|
70
|
-
"@fluidframework/container-runtime-definitions": ">=2.0.0-rc.
|
|
71
|
-
"@fluidframework/core-interfaces": ">=2.0.0-rc.
|
|
72
|
-
"@fluidframework/core-utils": ">=2.0.0-rc.
|
|
73
|
-
"@fluidframework/runtime-definitions": ">=2.0.0-rc.
|
|
74
|
-
"@fluidframework/runtime-utils": ">=2.0.0-rc.
|
|
70
|
+
"@fluidframework/container-runtime-definitions": ">=2.0.0-rc.4.0.0 <2.0.0-rc.4.1.0",
|
|
71
|
+
"@fluidframework/core-interfaces": ">=2.0.0-rc.4.0.0 <2.0.0-rc.4.1.0",
|
|
72
|
+
"@fluidframework/core-utils": ">=2.0.0-rc.4.0.0 <2.0.0-rc.4.1.0",
|
|
73
|
+
"@fluidframework/runtime-definitions": ">=2.0.0-rc.4.0.0 <2.0.0-rc.4.1.0",
|
|
74
|
+
"@fluidframework/runtime-utils": ">=2.0.0-rc.4.0.0 <2.0.0-rc.4.1.0"
|
|
75
75
|
},
|
|
76
76
|
"devDependencies": {
|
|
77
77
|
"@arethetypeswrong/cli": "^0.15.2",
|
|
78
78
|
"@biomejs/biome": "^1.6.2",
|
|
79
|
-
"@fluid-internal/mocha-test-setup": ">=2.0.0-rc.
|
|
80
|
-
"@fluid-tools/build-cli": "^0.
|
|
79
|
+
"@fluid-internal/mocha-test-setup": ">=2.0.0-rc.4.0.0 <2.0.0-rc.4.1.0",
|
|
80
|
+
"@fluid-tools/build-cli": "^0.38.0",
|
|
81
81
|
"@fluidframework/build-common": "^2.0.3",
|
|
82
|
-
"@fluidframework/build-tools": "^0.
|
|
82
|
+
"@fluidframework/build-tools": "^0.38.0",
|
|
83
83
|
"@fluidframework/eslint-config-fluid": "^5.1.0",
|
|
84
|
-
"@fluidframework/request-handler-previous": "npm:@fluidframework/request-handler@2.0.0-
|
|
85
|
-
"@microsoft/api-extractor": "^7.
|
|
84
|
+
"@fluidframework/request-handler-previous": "npm:@fluidframework/request-handler@2.0.0-rc.3.0.0",
|
|
85
|
+
"@microsoft/api-extractor": "^7.43.1",
|
|
86
86
|
"@types/diff": "^3.5.1",
|
|
87
87
|
"@types/mocha": "^9.1.1",
|
|
88
88
|
"@types/node": "^18.19.0",
|
|
@@ -132,7 +132,7 @@
|
|
|
132
132
|
"test:mocha:esm": "mocha --recursive \"lib/test/**/*.spec.*js\" --exit",
|
|
133
133
|
"test:mocha:verbose": "cross-env FLUID_TEST_VERBOSE=1 npm run test:mocha",
|
|
134
134
|
"tsc": "fluid-tsc commonjs --project ./tsconfig.cjs.json && copyfiles -f ../../../common/build/build-common/src/cjs/package.json ./dist",
|
|
135
|
-
"typetests:gen": "
|
|
135
|
+
"typetests:gen": "flub generate typetests --dir . -v --publicFallback",
|
|
136
136
|
"typetests:prepare": "flub typetests --dir . --reset --previous --normalize"
|
|
137
137
|
}
|
|
138
138
|
}
|