@serwist/precaching
Advanced tools
Comparing version 9.0.0-preview.21 to 9.0.0-preview.24
@@ -1,6 +0,4 @@ | ||
export { addPlugins, addRoute, cleanupOutdatedCaches, createHandlerBoundToURL, getCacheKeyForURL, matchPrecache, precache, precacheAndRoute, PrecacheController, PrecacheRoute, PrecacheStrategy, } from "@serwist/sw/precaching"; | ||
export { PrecacheFallbackPlugin } from "@serwist/sw/plugins"; | ||
export type * from "@serwist/sw/precaching"; | ||
export type { UrlManipulation as urlManipulation } from "@serwist/sw/precaching"; | ||
export type { PrecacheFallbackEntry, PrecacheFallbackPluginOptions } from "@serwist/sw/plugins"; | ||
export { addPlugins, addRoute, cleanupOutdatedCaches, createHandlerBoundToURL, getCacheKeyForURL, matchPrecache, precache, precacheAndRoute, PrecacheController, PrecacheFallbackPlugin, PrecacheRoute, PrecacheStrategy, } from "serwist/legacy"; | ||
export type { CleanupResult, InstallResult, PrecacheEntry, PrecacheRouteOptions, UrlManipulation as urlManipulation } from "serwist"; | ||
export type { PrecacheFallbackEntry, PrecacheFallbackPluginOptions } from "serwist/legacy"; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -1,2 +0,1 @@ | ||
export { PrecacheController, PrecacheRoute, PrecacheStrategy, addPlugins, addRoute, cleanupOutdatedCaches, createHandlerBoundToURL, getCacheKeyForURL, matchPrecache, precache, precacheAndRoute } from '@serwist/sw/precaching'; | ||
export { PrecacheFallbackPlugin } from '@serwist/sw/plugins'; | ||
export { PrecacheController, PrecacheFallbackPlugin, PrecacheRoute, PrecacheStrategy, addPlugins, addRoute, cleanupOutdatedCaches, createHandlerBoundToURL, getCacheKeyForURL, matchPrecache, precache, precacheAndRoute } from 'serwist/legacy'; |
{ | ||
"name": "@serwist/precaching", | ||
"version": "9.0.0-preview.21", | ||
"version": "9.0.0-preview.24", | ||
"type": "module", | ||
@@ -31,8 +31,8 @@ "description": "A module that efficiently precaches assets.", | ||
"dependencies": { | ||
"@serwist/sw": "9.0.0-preview.21" | ||
"serwist": "9.0.0-preview.24" | ||
}, | ||
"devDependencies": { | ||
"rollup": "4.13.0", | ||
"typescript": "5.5.0-dev.20240323", | ||
"@serwist/constants": "9.0.0-preview.21" | ||
"rollup": "4.14.0", | ||
"typescript": "5.5.0-dev.20240404", | ||
"@serwist/constants": "9.0.0-preview.24" | ||
}, | ||
@@ -39,0 +39,0 @@ "peerDependencies": { |
@@ -11,8 +11,7 @@ export { | ||
PrecacheController, | ||
PrecacheFallbackPlugin, | ||
PrecacheRoute, | ||
PrecacheStrategy, | ||
} from "@serwist/sw/precaching"; | ||
export { PrecacheFallbackPlugin } from "@serwist/sw/plugins"; | ||
export type * from "@serwist/sw/precaching"; | ||
export type { UrlManipulation as urlManipulation } from "@serwist/sw/precaching"; | ||
export type { PrecacheFallbackEntry, PrecacheFallbackPluginOptions } from "@serwist/sw/plugins"; | ||
} from "serwist/legacy"; | ||
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
4127
20
+ Addedserwist@9.0.0-preview.24
+ Addedserwist@9.0.0-preview.24(transitive)
- Removed@serwist/sw@9.0.0-preview.21
- Removed@serwist/core@9.0.0-preview.21(transitive)
- Removed@serwist/sw@9.0.0-preview.21(transitive)