@serwist/routing
Advanced tools
Comparing version 8.1.1 to 8.2.0
{ | ||
"name": "@serwist/routing", | ||
"version": "8.1.1", | ||
"version": "8.2.0", | ||
"type": "module", | ||
@@ -22,5 +22,5 @@ "description": "A service worker helper library to route request URLs to handlers.", | ||
"bugs": "https://github.com/serwist/serwist/issues", | ||
"homepage": "https://ducanh-next-pwa.vercel.app", | ||
"homepage": "https://serwist.vercel.app", | ||
"module": "./dist/index.js", | ||
"main": "./dist/index.old.cjs", | ||
"main": "./dist/index.cjs", | ||
"types": "./dist/index.d.ts", | ||
@@ -34,4 +34,4 @@ "exports": { | ||
"require": { | ||
"types": "./dist/index.old.d.cts", | ||
"default": "./dist/index.old.cjs" | ||
"types": "./dist/index.d.cts", | ||
"default": "./dist/index.cjs" | ||
} | ||
@@ -42,7 +42,7 @@ }, | ||
"dependencies": { | ||
"@serwist/core": "8.1.1" | ||
"@serwist/core": "8.2.0" | ||
}, | ||
"devDependencies": { | ||
"rollup": "4.9.1", | ||
"@serwist/constants": "8.1.1" | ||
"@serwist/constants": "8.2.0" | ||
}, | ||
@@ -49,0 +49,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
No website
QualityPackage does not have a website.
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
76887
1
+ Added@serwist/core@8.2.0(transitive)
- Removed@serwist/core@8.1.1(transitive)
Updated@serwist/core@8.2.0