@fluidframework/request-handler
Advanced tools
Comparing version 2.0.0-dev-rc.5.0.0.271262 to 2.0.0-dev-rc.5.0.0.271717
@@ -7,6 +7,6 @@ ## Alpha API Report File for "@fluidframework/request-handler" | ||
import { IContainerRuntime } from '@fluidframework/container-runtime-definitions/internal'; | ||
import { IRequest } from '@fluidframework/core-interfaces'; | ||
import { IResponse } from '@fluidframework/core-interfaces'; | ||
import { RequestParser } from '@fluidframework/runtime-utils/internal'; | ||
import type { IContainerRuntime } from '@fluidframework/container-runtime-definitions/internal'; | ||
import type { IRequest } from '@fluidframework/core-interfaces'; | ||
import type { IResponse } from '@fluidframework/core-interfaces'; | ||
import type { RequestParser } from '@fluidframework/runtime-utils/internal'; | ||
@@ -13,0 +13,0 @@ // @alpha @deprecated |
@@ -7,6 +7,6 @@ ## Beta API Report File for "@fluidframework/request-handler" | ||
import { IContainerRuntime } from '@fluidframework/container-runtime-definitions/internal'; | ||
import { IRequest } from '@fluidframework/core-interfaces'; | ||
import { IResponse } from '@fluidframework/core-interfaces'; | ||
import { RequestParser } from '@fluidframework/runtime-utils/internal'; | ||
import type { IContainerRuntime } from '@fluidframework/container-runtime-definitions/internal'; | ||
import type { IRequest } from '@fluidframework/core-interfaces'; | ||
import type { IResponse } from '@fluidframework/core-interfaces'; | ||
import type { RequestParser } from '@fluidframework/runtime-utils/internal'; | ||
@@ -13,0 +13,0 @@ // (No @packageDocumentation comment for this package) |
@@ -7,6 +7,6 @@ ## Public API Report File for "@fluidframework/request-handler" | ||
import { IContainerRuntime } from '@fluidframework/container-runtime-definitions/internal'; | ||
import { IRequest } from '@fluidframework/core-interfaces'; | ||
import { IResponse } from '@fluidframework/core-interfaces'; | ||
import { RequestParser } from '@fluidframework/runtime-utils/internal'; | ||
import type { IContainerRuntime } from '@fluidframework/container-runtime-definitions/internal'; | ||
import type { IRequest } from '@fluidframework/core-interfaces'; | ||
import type { IResponse } from '@fluidframework/core-interfaces'; | ||
import type { RequestParser } from '@fluidframework/runtime-utils/internal'; | ||
@@ -13,0 +13,0 @@ // (No @packageDocumentation comment for this package) |
@@ -5,5 +5,5 @@ /*! | ||
*/ | ||
import { type IContainerRuntime } from "@fluidframework/container-runtime-definitions/internal"; | ||
import { type IResponse } from "@fluidframework/core-interfaces"; | ||
import { type RequestParser } from "@fluidframework/runtime-utils/internal"; | ||
import type { IContainerRuntime } from "@fluidframework/container-runtime-definitions/internal"; | ||
import type { IResponse } from "@fluidframework/core-interfaces"; | ||
import type { RequestParser } from "@fluidframework/runtime-utils/internal"; | ||
/** | ||
@@ -10,0 +10,0 @@ * A request handler for the container runtime. Each handler should handle a specific request, and return undefined |
@@ -5,5 +5,5 @@ /*! | ||
*/ | ||
import { type IContainerRuntime } from "@fluidframework/container-runtime-definitions/internal"; | ||
import { type IRequest, type IResponse } from "@fluidframework/core-interfaces"; | ||
import { type RuntimeRequestHandler } from "./requestHandlers.js"; | ||
import type { IContainerRuntime } from "@fluidframework/container-runtime-definitions/internal"; | ||
import type { IRequest, IResponse } from "@fluidframework/core-interfaces"; | ||
import type { RuntimeRequestHandler } from "./requestHandlers.js"; | ||
/** | ||
@@ -10,0 +10,0 @@ * Deprecated. |
@@ -14,5 +14,7 @@ "use strict"; | ||
class RuntimeRequestHandlerBuilder { | ||
constructor() { | ||
// eslint-disable-next-line import/no-deprecated | ||
this.handlers = []; | ||
} | ||
// eslint-disable-next-line import/no-deprecated | ||
handlers = []; | ||
// eslint-disable-next-line import/no-deprecated | ||
pushHandler(...handlers) { | ||
@@ -19,0 +21,0 @@ if (handlers !== undefined) { |
@@ -5,5 +5,5 @@ /*! | ||
*/ | ||
import { type IContainerRuntime } from "@fluidframework/container-runtime-definitions/internal"; | ||
import { type IResponse } from "@fluidframework/core-interfaces"; | ||
import { type RequestParser } from "@fluidframework/runtime-utils/internal"; | ||
import type { IContainerRuntime } from "@fluidframework/container-runtime-definitions/internal"; | ||
import type { IResponse } from "@fluidframework/core-interfaces"; | ||
import type { RequestParser } from "@fluidframework/runtime-utils/internal"; | ||
/** | ||
@@ -10,0 +10,0 @@ * A request handler for the container runtime. Each handler should handle a specific request, and return undefined |
@@ -5,5 +5,5 @@ /*! | ||
*/ | ||
import { type IContainerRuntime } from "@fluidframework/container-runtime-definitions/internal"; | ||
import { type IRequest, type IResponse } from "@fluidframework/core-interfaces"; | ||
import { type RuntimeRequestHandler } from "./requestHandlers.js"; | ||
import type { IContainerRuntime } from "@fluidframework/container-runtime-definitions/internal"; | ||
import type { IRequest, IResponse } from "@fluidframework/core-interfaces"; | ||
import type { RuntimeRequestHandler } from "./requestHandlers.js"; | ||
/** | ||
@@ -10,0 +10,0 @@ * Deprecated. |
@@ -11,5 +11,7 @@ /*! | ||
class RuntimeRequestHandlerBuilder { | ||
constructor() { | ||
// eslint-disable-next-line import/no-deprecated | ||
this.handlers = []; | ||
} | ||
// eslint-disable-next-line import/no-deprecated | ||
handlers = []; | ||
// eslint-disable-next-line import/no-deprecated | ||
pushHandler(...handlers) { | ||
@@ -16,0 +18,0 @@ if (handlers !== undefined) { |
{ | ||
"name": "@fluidframework/request-handler", | ||
"version": "2.0.0-dev-rc.5.0.0.271262", | ||
"version": "2.0.0-dev-rc.5.0.0.271717", | ||
"description": "A simple request handling library for Fluid Framework", | ||
@@ -70,7 +70,7 @@ "homepage": "https://fluidframework.com", | ||
"dependencies": { | ||
"@fluidframework/container-runtime-definitions": "2.0.0-dev-rc.5.0.0.271262", | ||
"@fluidframework/core-interfaces": "2.0.0-dev-rc.5.0.0.271262", | ||
"@fluidframework/core-utils": "2.0.0-dev-rc.5.0.0.271262", | ||
"@fluidframework/runtime-definitions": "2.0.0-dev-rc.5.0.0.271262", | ||
"@fluidframework/runtime-utils": "2.0.0-dev-rc.5.0.0.271262" | ||
"@fluidframework/container-runtime-definitions": "2.0.0-dev-rc.5.0.0.271717", | ||
"@fluidframework/core-interfaces": "2.0.0-dev-rc.5.0.0.271717", | ||
"@fluidframework/core-utils": "2.0.0-dev-rc.5.0.0.271717", | ||
"@fluidframework/runtime-definitions": "2.0.0-dev-rc.5.0.0.271717", | ||
"@fluidframework/runtime-utils": "2.0.0-dev-rc.5.0.0.271717" | ||
}, | ||
@@ -80,3 +80,3 @@ "devDependencies": { | ||
"@biomejs/biome": "^1.7.3", | ||
"@fluid-internal/mocha-test-setup": "2.0.0-dev-rc.5.0.0.271262", | ||
"@fluid-internal/mocha-test-setup": "2.0.0-dev-rc.5.0.0.271717", | ||
"@fluid-tools/build-cli": "^0.39.0", | ||
@@ -83,0 +83,0 @@ "@fluidframework/build-common": "^2.0.3", |
@@ -6,5 +6,5 @@ /*! | ||
import { type IContainerRuntime } from "@fluidframework/container-runtime-definitions/internal"; | ||
import { type IResponse } from "@fluidframework/core-interfaces"; | ||
import { type RequestParser } from "@fluidframework/runtime-utils/internal"; | ||
import type { IContainerRuntime } from "@fluidframework/container-runtime-definitions/internal"; | ||
import type { IResponse } from "@fluidframework/core-interfaces"; | ||
import type { RequestParser } from "@fluidframework/runtime-utils/internal"; | ||
@@ -11,0 +11,0 @@ /** |
@@ -6,8 +6,8 @@ /*! | ||
import { type IContainerRuntime } from "@fluidframework/container-runtime-definitions/internal"; | ||
import { type IRequest, type IResponse } from "@fluidframework/core-interfaces"; | ||
import type { IContainerRuntime } from "@fluidframework/container-runtime-definitions/internal"; | ||
import type { IRequest, IResponse } from "@fluidframework/core-interfaces"; | ||
import { RequestParser, create404Response } from "@fluidframework/runtime-utils/internal"; | ||
// eslint-disable-next-line import/no-deprecated | ||
import { type RuntimeRequestHandler } from "./requestHandlers.js"; | ||
import type { RuntimeRequestHandler } from "./requestHandlers.js"; | ||
@@ -14,0 +14,0 @@ /** |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
43374
392
131
+ Added@fluid-internal/client-utils@2.0.0-dev-rc.5.0.0.271717(transitive)
+ Added@fluidframework/container-definitions@2.0.0-dev-rc.5.0.0.271717(transitive)
+ Added@fluidframework/container-runtime-definitions@2.0.0-dev-rc.5.0.0.271717(transitive)
+ Added@fluidframework/core-interfaces@2.0.0-dev-rc.5.0.0.271717(transitive)
+ Added@fluidframework/core-utils@2.0.0-dev-rc.5.0.0.271717(transitive)
+ Added@fluidframework/datastore-definitions@2.0.0-dev-rc.5.0.0.271717(transitive)
+ Added@fluidframework/driver-definitions@2.0.0-dev-rc.5.0.0.271717(transitive)
+ Added@fluidframework/driver-utils@2.0.0-dev-rc.5.0.0.271717(transitive)
+ Added@fluidframework/id-compressor@2.0.0-dev-rc.5.0.0.271717(transitive)
+ Added@fluidframework/runtime-definitions@2.0.0-dev-rc.5.0.0.271717(transitive)
+ Added@fluidframework/runtime-utils@2.0.0-dev-rc.5.0.0.271717(transitive)
+ Added@fluidframework/telemetry-utils@2.0.0-dev-rc.5.0.0.271717(transitive)
- Removed@fluid-internal/client-utils@2.0.0-dev-rc.5.0.0.271262(transitive)
- Removed@fluidframework/container-definitions@2.0.0-dev-rc.5.0.0.271262(transitive)
- Removed@fluidframework/container-runtime-definitions@2.0.0-dev-rc.5.0.0.271262(transitive)
- Removed@fluidframework/core-interfaces@2.0.0-dev-rc.5.0.0.271262(transitive)
- Removed@fluidframework/core-utils@2.0.0-dev-rc.5.0.0.271262(transitive)
- Removed@fluidframework/datastore-definitions@2.0.0-dev-rc.5.0.0.271262(transitive)
- Removed@fluidframework/driver-definitions@2.0.0-dev-rc.5.0.0.271262(transitive)
- Removed@fluidframework/driver-utils@2.0.0-dev-rc.5.0.0.271262(transitive)
- Removed@fluidframework/id-compressor@2.0.0-dev-rc.5.0.0.271262(transitive)
- Removed@fluidframework/runtime-definitions@2.0.0-dev-rc.5.0.0.271262(transitive)
- Removed@fluidframework/runtime-utils@2.0.0-dev-rc.5.0.0.271262(transitive)
- Removed@fluidframework/telemetry-utils@2.0.0-dev-rc.5.0.0.271262(transitive)
Updated@fluidframework/container-runtime-definitions@2.0.0-dev-rc.5.0.0.271717
Updated@fluidframework/core-interfaces@2.0.0-dev-rc.5.0.0.271717
Updated@fluidframework/runtime-definitions@2.0.0-dev-rc.5.0.0.271717
Updated@fluidframework/runtime-utils@2.0.0-dev-rc.5.0.0.271717