@serwist/navigation-preload
Advanced tools
Comparing version 8.0.3 to 8.0.4
{ | ||
"name": "@serwist/navigation-preload", | ||
"version": "8.0.3", | ||
"version": "8.0.4", | ||
"type": "module", | ||
@@ -27,5 +27,10 @@ "description": "This library allows developers to opt-in to using Navigation Preload in their service worker.", | ||
".": { | ||
"import": "./dist/index.js", | ||
"require": "./dist/index.old.cjs", | ||
"types": "./dist/index.d.ts" | ||
"import": { | ||
"types": "./dist/index.d.ts", | ||
"default": "./dist/index.js" | ||
}, | ||
"require": { | ||
"types": "./dist/index.old.d.cts", | ||
"default": "./dist/index.old.cjs" | ||
} | ||
}, | ||
@@ -35,7 +40,7 @@ "./package.json": "./package.json" | ||
"dependencies": { | ||
"@serwist/core": "8.0.3" | ||
"@serwist/core": "8.0.4" | ||
}, | ||
"devDependencies": { | ||
"rollup": "3.28.1", | ||
"@serwist/constants": "8.0.3" | ||
"@serwist/constants": "8.0.4" | ||
}, | ||
@@ -42,0 +47,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
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
8231
10
+ Added@serwist/core@8.0.4(transitive)
- Removed@serwist/core@8.0.3(transitive)
Updated@serwist/core@8.0.4