@fluidframework/request-handler
Advanced tools
Comparing version
@@ -12,4 +12,5 @@ /*! | ||
export { | ||
// @legacy APIs | ||
// #region @legacyBeta APIs | ||
RuntimeRequestHandler | ||
// #endregion | ||
} from "./index.js"; |
@@ -11,2 +11,2 @@ /*! | ||
export * from "./lib/index.js"; | ||
export * from "lib/index.js"; |
@@ -11,2 +11,2 @@ /*! | ||
export * from "./lib/legacy.js"; | ||
export * from "lib/legacy.js"; |
@@ -12,4 +12,5 @@ /*! | ||
export { | ||
// @legacy APIs | ||
// #region @legacyBeta APIs | ||
RuntimeRequestHandler | ||
// #endregion | ||
} from "./index.js"; |
@@ -8,5 +8,5 @@ // This file is read by tools that parse documentation comments conforming to the TSDoc standard. | ||
"packageName": "@microsoft/api-extractor", | ||
"packageVersion": "7.52.8" | ||
"packageVersion": "7.52.11" | ||
} | ||
] | ||
} |
{ | ||
"name": "@fluidframework/request-handler", | ||
"version": "2.60.0", | ||
"version": "2.61.0-355054", | ||
"description": "A simple request handling library for Fluid Framework", | ||
@@ -72,7 +72,7 @@ "homepage": "https://fluidframework.com", | ||
"dependencies": { | ||
"@fluidframework/container-runtime-definitions": "~2.60.0", | ||
"@fluidframework/core-interfaces": "~2.60.0", | ||
"@fluidframework/core-utils": "~2.60.0", | ||
"@fluidframework/runtime-definitions": "~2.60.0", | ||
"@fluidframework/runtime-utils": "~2.60.0" | ||
"@fluidframework/container-runtime-definitions": "2.61.0-355054", | ||
"@fluidframework/core-interfaces": "2.61.0-355054", | ||
"@fluidframework/core-utils": "2.61.0-355054", | ||
"@fluidframework/runtime-definitions": "2.61.0-355054", | ||
"@fluidframework/runtime-utils": "2.61.0-355054" | ||
}, | ||
@@ -82,13 +82,13 @@ "devDependencies": { | ||
"@biomejs/biome": "~1.9.3", | ||
"@fluid-internal/mocha-test-setup": "~2.60.0", | ||
"@fluid-tools/build-cli": "^0.57.0", | ||
"@fluid-internal/mocha-test-setup": "2.61.0-355054", | ||
"@fluid-tools/build-cli": "^0.58.2", | ||
"@fluidframework/build-common": "^2.0.3", | ||
"@fluidframework/build-tools": "^0.57.0", | ||
"@fluidframework/build-tools": "^0.58.2", | ||
"@fluidframework/eslint-config-fluid": "^6.0.0", | ||
"@fluidframework/request-handler-previous": "npm:@fluidframework/request-handler@2.53.0", | ||
"@microsoft/api-extractor": "7.52.8", | ||
"@fluidframework/request-handler-previous": "npm:@fluidframework/request-handler@2.60.0", | ||
"@microsoft/api-extractor": "7.52.11", | ||
"@types/diff": "^3.5.1", | ||
"@types/mocha": "^10.0.10", | ||
"@types/node": "^18.19.0", | ||
"c8": "^8.0.1", | ||
"c8": "^10.1.3", | ||
"concurrently": "^8.2.1", | ||
@@ -110,4 +110,4 @@ "copyfiles": "^2.4.1", | ||
"api": "fluid-build . --task api", | ||
"api-extractor:commonjs": "flub generate entrypoints --outDir ./dist", | ||
"api-extractor:esnext": "flub generate entrypoints --outDir ./lib --node10TypeCompat", | ||
"api-extractor:commonjs": "flub generate entrypoints --outFileLegacyBeta legacy --outDir ./dist", | ||
"api-extractor:esnext": "flub generate entrypoints --outFileLegacyBeta legacy --outDir ./lib --node10TypeCompat", | ||
"build": "fluid-build . --task build", | ||
@@ -147,4 +147,4 @@ "build:api-reports": "concurrently \"npm:build:api-reports:*\"", | ||
"test:mocha": "npm run test:mocha:esm && echo skipping cjs to avoid overhead - npm run test:mocha:cjs", | ||
"test:mocha:cjs": "mocha --recursive \"dist/test/**/*.spec.*js\"", | ||
"test:mocha:esm": "mocha --recursive \"lib/test/**/*.spec.*js\"", | ||
"test:mocha:cjs": "cross-env MOCHA_SPEC=dist/test mocha", | ||
"test:mocha:esm": "mocha", | ||
"test:mocha:verbose": "cross-env FLUID_TEST_VERBOSE=1 npm run test:mocha", | ||
@@ -151,0 +151,0 @@ "tsc": "fluid-tsc commonjs --project ./tsconfig.cjs.json && copyfiles -f ../../../common/build/build-common/src/cjs/package.json ./dist", |
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
52823
0.13%430
0.23%1
Infinity%+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
Updated