serwist 9.5.0 → 9.5.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1572,4 +1572,4 @@ const printInstallDetails = (urlsToPrecache, urlsAlreadyPrecached)=>{
1572
1572
  }
1573
1573
  };
1574
1574
 
1575
- export { BackgroundSyncPlugin as B, NetworkFirst as N, PrecacheStrategy as P, Route as R, Strategy as S, NetworkOnly as a, NavigationRoute as b, cacheOkAndOpaquePlugin as c, disableDevLogs as d, enableNavigationPreload as e, createCacheKey as f, generateURLVariations as g, defaultMethod as h, PrecacheInstallReportPlugin as i, printInstallDetails as j, printCleanupDetails as k, copyResponse as l, messages as m, normalizeHandler as n, disableNavigationPreload as o, parseRoute as p, isNavigationPreloadSupported as q, StrategyHandler as r, setCacheNameDetails as s, RegExpRoute as t, BackgroundSyncQueue as u, BackgroundSyncQueueStore as v, StorableRequest as w };
1575
+ export { BackgroundSyncPlugin as B, NetworkFirst as N, PrecacheStrategy as P, Route as R, Strategy as S, NetworkOnly as a, NavigationRoute as b, cacheOkAndOpaquePlugin as c, disableDevLogs as d, enableNavigationPreload as e, createCacheKey as f, generateURLVariations as g, defaultMethod as h, PrecacheInstallReportPlugin as i, printInstallDetails as j, printCleanupDetails as k, BackgroundSyncQueue as l, messages as m, normalizeHandler as n, BackgroundSyncQueueStore as o, parseRoute as p, RegExpRoute as q, StorableRequest as r, setCacheNameDetails as s, StrategyHandler as t, copyResponse as u, disableNavigationPreload as v, isNavigationPreloadSupported as w };
package/dist/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import { c as cacheNames$1, S as SerwistError, l as logger, f as finalAssertExports, t as timeout, g as getFriendlyURL, q as quotaErrorCallbacks, a as clientsClaim, b as cleanupOutdatedCaches, w as waitUntil } from './chunks/waitUntil.js';
2
2
  import { B as BackgroundSyncPlugin, N as NetworkFirst, R as Route, a as NetworkOnly, S as Strategy, m as messages, c as cacheOkAndOpaquePlugin, g as generateURLVariations, P as PrecacheStrategy, e as enableNavigationPreload, s as setCacheNameDetails, b as NavigationRoute, d as disableDevLogs, f as createCacheKey, h as defaultMethod, n as normalizeHandler, p as parseRoute, i as PrecacheInstallReportPlugin, j as printInstallDetails, k as printCleanupDetails } from './chunks/printInstallDetails.js';
3
- export { u as BackgroundSyncQueue, v as BackgroundSyncQueueStore, t as RegExpRoute, w as StorableRequest, r as StrategyHandler, l as copyResponse, o as disableNavigationPreload, q as isNavigationPreloadSupported } from './chunks/printInstallDetails.js';
3
+ export { l as BackgroundSyncQueue, o as BackgroundSyncQueueStore, q as RegExpRoute, r as StorableRequest, t as StrategyHandler, u as copyResponse, v as disableNavigationPreload, w as isNavigationPreloadSupported } from './chunks/printInstallDetails.js';
4
4
  import { r as resultingClientExists } from './chunks/resultingClientExists.js';
5
5
  import { deleteDB, openDB } from 'idb';
6
6
  import { parallel } from '@serwist/utils';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "serwist",
3
- "version": "9.5.0",
3
+ "version": "9.5.2",
4
4
  "type": "module",
5
5
  "description": "A Swiss Army knife for service workers.",
6
6
  "files": [
@@ -50,12 +50,12 @@
50
50
  },
51
51
  "dependencies": {
52
52
  "idb": "8.0.3",
53
- "@serwist/utils": "9.5.0"
53
+ "@serwist/utils": "9.5.2"
54
54
  },
55
55
  "devDependencies": {
56
- "rollup": "4.55.1",
56
+ "rollup": "4.57.0",
57
57
  "typescript": "5.9.3",
58
- "@serwist/configs": "9.5.0"
58
+ "@serwist/configs": "9.5.2"
59
59
  },
60
60
  "peerDependencies": {
61
61
  "typescript": ">=5.0.0"