@serwist/navigation-preload
Advanced tools
Comparing version 9.0.0-preview.12 to 9.0.0-preview.13
@@ -12,3 +12,3 @@ import { logger } from '@serwist/core/internal'; | ||
if (process.env.NODE_ENV !== "production") { | ||
logger.log("Navigation preload is disabled."); | ||
logger.log("Navigation preloading is disabled."); | ||
} | ||
@@ -19,3 +19,3 @@ })); | ||
if (process.env.NODE_ENV !== "production") { | ||
logger.log("Navigation preload is not supported in this browser."); | ||
logger.log("Navigation preloading is not supported in this browser."); | ||
} | ||
@@ -33,3 +33,3 @@ } | ||
if (process.env.NODE_ENV !== "production") { | ||
logger.log("Navigation preload is enabled."); | ||
logger.log("Navigation preloading is enabled."); | ||
} | ||
@@ -40,3 +40,3 @@ })); | ||
if (process.env.NODE_ENV !== "production") { | ||
logger.log("Navigation preload is not supported in this browser."); | ||
logger.log("Navigation preloading is not supported in this browser."); | ||
} | ||
@@ -43,0 +43,0 @@ } |
{ | ||
"name": "@serwist/navigation-preload", | ||
"version": "9.0.0-preview.12", | ||
"version": "9.0.0-preview.13", | ||
"type": "module", | ||
@@ -32,8 +32,8 @@ "description": "A module that allows developers to enable navigation preloading in their service worker.", | ||
"dependencies": { | ||
"@serwist/core": "9.0.0-preview.12" | ||
"@serwist/core": "9.0.0-preview.13" | ||
}, | ||
"devDependencies": { | ||
"rollup": "4.9.6", | ||
"typescript": "5.4.0-dev.20240206", | ||
"@serwist/constants": "9.0.0-preview.12" | ||
"rollup": "4.12.0", | ||
"typescript": "5.5.0-dev.20240304", | ||
"@serwist/constants": "9.0.0-preview.13" | ||
}, | ||
@@ -40,0 +40,0 @@ "peerDependencies": { |
@@ -25,3 +25,3 @@ /* | ||
if (process.env.NODE_ENV !== "production") { | ||
logger.log("Navigation preload is disabled."); | ||
logger.log("Navigation preloading is disabled."); | ||
} | ||
@@ -33,5 +33,5 @@ }), | ||
if (process.env.NODE_ENV !== "production") { | ||
logger.log("Navigation preload is not supported in this browser."); | ||
logger.log("Navigation preloading is not supported in this browser."); | ||
} | ||
} | ||
}; |
@@ -34,3 +34,3 @@ /* | ||
if (process.env.NODE_ENV !== "production") { | ||
logger.log("Navigation preload is enabled."); | ||
logger.log("Navigation preloading is enabled."); | ||
} | ||
@@ -42,5 +42,5 @@ }), | ||
if (process.env.NODE_ENV !== "production") { | ||
logger.log("Navigation preload is not supported in this browser."); | ||
logger.log("Navigation preloading is not supported in this browser."); | ||
} | ||
} | ||
}; |
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
8865
+ Added@serwist/core@9.0.0-preview.13(transitive)
- Removed@serwist/core@9.0.0-preview.12(transitive)