@serwist/precaching
Advanced tools
Comparing version 9.0.0-preview.25 to 9.0.0-preview.26
@@ -1,4 +0,6 @@ | ||
export { addPlugins, addRoute, cleanupOutdatedCaches, createHandlerBoundToURL, getCacheKeyForURL, matchPrecache, precache, precacheAndRoute, PrecacheController, PrecacheFallbackPlugin, PrecacheRoute, PrecacheOnly as PrecacheStrategy, } from "serwist/legacy"; | ||
export { PrecacheStrategy } from "serwist"; | ||
export { addPlugins, addRoute, createHandlerBoundToURL, getCacheKeyForURL, matchPrecache, precache, precacheAndRoute, PrecacheController, PrecacheFallbackPlugin, PrecacheRoute, } from "serwist/legacy"; | ||
export { cleanupOutdatedCaches } from "serwist/internal"; | ||
export type { CleanupResult, InstallResult, PrecacheEntry, PrecacheRouteOptions, UrlManipulation as urlManipulation } from "serwist"; | ||
export type { PrecacheFallbackEntry, PrecacheFallbackPluginOptions } from "serwist/legacy"; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -1,1 +0,3 @@ | ||
export { PrecacheController, PrecacheFallbackPlugin, PrecacheRoute, PrecacheOnly as PrecacheStrategy, addPlugins, addRoute, cleanupOutdatedCaches, createHandlerBoundToURL, getCacheKeyForURL, matchPrecache, precache, precacheAndRoute } from 'serwist/legacy'; | ||
export { PrecacheStrategy } from 'serwist'; | ||
export { PrecacheController, PrecacheFallbackPlugin, PrecacheRoute, addPlugins, addRoute, createHandlerBoundToURL, getCacheKeyForURL, matchPrecache, precache, precacheAndRoute } from 'serwist/legacy'; | ||
export { cleanupOutdatedCaches } from 'serwist/internal'; |
{ | ||
"name": "@serwist/precaching", | ||
"version": "9.0.0-preview.25", | ||
"version": "9.0.0-preview.26", | ||
"type": "module", | ||
@@ -31,3 +31,3 @@ "description": "A module that efficiently precaches assets.", | ||
"dependencies": { | ||
"serwist": "9.0.0-preview.25" | ||
"serwist": "9.0.0-preview.26" | ||
}, | ||
@@ -37,3 +37,3 @@ "devDependencies": { | ||
"typescript": "5.5.0-dev.20240415", | ||
"@serwist/configs": "9.0.0-preview.25" | ||
"@serwist/configs": "9.0.0-preview.26" | ||
}, | ||
@@ -40,0 +40,0 @@ "peerDependencies": { |
@@ -0,5 +1,5 @@ | ||
export { PrecacheStrategy } from "serwist"; | ||
export { | ||
addPlugins, | ||
addRoute, | ||
cleanupOutdatedCaches, | ||
createHandlerBoundToURL, | ||
@@ -13,5 +13,5 @@ getCacheKeyForURL, | ||
PrecacheRoute, | ||
PrecacheOnly as PrecacheStrategy, | ||
} from "serwist/legacy"; | ||
export { cleanupOutdatedCaches } from "serwist/internal"; | ||
export type { CleanupResult, InstallResult, PrecacheEntry, PrecacheRouteOptions, UrlManipulation as urlManipulation } from "serwist"; | ||
export type { PrecacheFallbackEntry, PrecacheFallbackPluginOptions } from "serwist/legacy"; |
Sorry, the diff of this file is not supported yet
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
4366
24
+ Addedserwist@9.0.0-preview.26(transitive)
- Removedserwist@9.0.0-preview.25(transitive)
Updatedserwist@9.0.0-preview.26