@serwist/routing
Advanced tools
Comparing version 8.0.0 to 8.0.1
@@ -48,2 +48,1 @@ export {}; | ||
*/ | ||
//# sourceMappingURL=_types.d.ts.map |
@@ -12,2 +12,1 @@ import type { NavigationRouteMatchOptions } from "./NavigationRoute.js"; | ||
export type { HTTPMethod, NavigationRouteMatchOptions }; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -58,2 +58,1 @@ import type { RouteHandler } from "@serwist/core"; | ||
export { NavigationRoute }; | ||
//# sourceMappingURL=NavigationRoute.d.ts.map |
@@ -25,2 +25,1 @@ import type { RouteHandler } from "@serwist/core"; | ||
export { RegExpRoute }; | ||
//# sourceMappingURL=RegExpRoute.d.ts.map |
@@ -16,2 +16,1 @@ import type { RouteHandler, RouteMatchCallback } from "@serwist/core"; | ||
export { registerRoute }; | ||
//# sourceMappingURL=registerRoute.d.ts.map |
@@ -34,2 +34,1 @@ import type { RouteHandler, RouteHandlerObject, RouteMatchCallback } from "@serwist/core"; | ||
export { Route }; | ||
//# sourceMappingURL=Route.d.ts.map |
@@ -125,2 +125,1 @@ import type { RouteHandler, RouteHandlerCallbackOptions, RouteMatchCallbackOptions } from "@serwist/core"; | ||
export { Router }; | ||
//# sourceMappingURL=Router.d.ts.map |
@@ -10,2 +10,1 @@ import type { RouteHandler } from "@serwist/core"; | ||
export { setCatchHandler }; | ||
//# sourceMappingURL=setCatchHandler.d.ts.map |
@@ -13,2 +13,1 @@ import type { RouteHandler } from "@serwist/core"; | ||
export { setDefaultHandler }; | ||
//# sourceMappingURL=setDefaultHandler.d.ts.map |
@@ -19,2 +19,1 @@ export type HTTPMethod = "DELETE" | "GET" | "HEAD" | "PATCH" | "POST" | "PUT"; | ||
export declare const validMethods: HTTPMethod[]; | ||
//# sourceMappingURL=constants.d.ts.map |
@@ -10,2 +10,1 @@ import { Router } from "../Router.js"; | ||
export declare const getOrCreateDefaultRouter: () => Router; | ||
//# sourceMappingURL=getOrCreateDefaultRouter.d.ts.map |
@@ -10,2 +10,1 @@ import type { RouteHandler, RouteHandlerObject } from "@serwist/core"; | ||
export declare const normalizeHandler: (handler: RouteHandler) => RouteHandlerObject; | ||
//# sourceMappingURL=normalizeHandler.d.ts.map |
{ | ||
"name": "@serwist/routing", | ||
"version": "8.0.0", | ||
"version": "8.0.1", | ||
"type": "module", | ||
@@ -35,7 +35,7 @@ "description": "A service worker helper library to route request URLs to handlers.", | ||
"dependencies": { | ||
"@serwist/core": "8.0.0" | ||
"@serwist/core": "8.0.1" | ||
}, | ||
"devDependencies": { | ||
"rollup": "3.28.1", | ||
"@serwist/constants": "8.0.0" | ||
"@serwist/constants": "8.0.1" | ||
}, | ||
@@ -42,0 +42,0 @@ "scripts": { |
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
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
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
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
76166
17
+ Added@serwist/core@8.0.1(transitive)
- Removed@serwist/core@8.0.0(transitive)
Updated@serwist/core@8.0.1