@serwist/routing
Advanced tools
Comparing version 9.0.0-preview.15 to 9.0.0-preview.16
@@ -204,3 +204,3 @@ import { assert, logger, getFriendlyURL, SerwistError } from '@serwist/core/internal'; | ||
if (process.env.NODE_ENV !== "production") { | ||
logger.debug(`Serwist Router only supports URLs that start with 'http'.`); | ||
logger.debug("The Serwist router only supports URLs that start with 'http'."); | ||
} | ||
@@ -207,0 +207,0 @@ return; |
{ | ||
"name": "@serwist/routing", | ||
"version": "9.0.0-preview.15", | ||
"version": "9.0.0-preview.16", | ||
"type": "module", | ||
@@ -33,3 +33,3 @@ "description": "A service worker helper library to route request URLs to handlers.", | ||
"dependencies": { | ||
"@serwist/core": "9.0.0-preview.15" | ||
"@serwist/core": "9.0.0-preview.16" | ||
}, | ||
@@ -39,3 +39,3 @@ "devDependencies": { | ||
"typescript": "5.5.0-dev.20240323", | ||
"@serwist/constants": "9.0.0-preview.15" | ||
"@serwist/constants": "9.0.0-preview.16" | ||
}, | ||
@@ -42,0 +42,0 @@ "peerDependencies": { |
@@ -161,3 +161,3 @@ /* | ||
if (process.env.NODE_ENV !== "production") { | ||
logger.debug(`Serwist Router only supports URLs that start with 'http'.`); | ||
logger.debug("The Serwist router only supports URLs that start with 'http'."); | ||
} | ||
@@ -164,0 +164,0 @@ return; |
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
75129
+ Added@serwist/core@9.0.0-preview.16(transitive)
- Removed@serwist/core@9.0.0-preview.15(transitive)