@serwist/background-sync
Advanced tools
Comparing version 9.0.0-preview.21 to 9.0.0-preview.24
@@ -1,3 +0,3 @@ | ||
export { BackgroundSyncPlugin, BackgroundSyncQueue as Queue, BackgroundSyncQueueStore as QueueStore, StorableRequest } from "@serwist/sw/plugins"; | ||
export type { BackgroundSyncQueueOptions as QueueOptions, BackgroundSyncQueueEntry as QueueEntry } from "@serwist/sw/plugins"; | ||
export { BackgroundSyncPlugin, BackgroundSyncQueue as Queue, BackgroundSyncQueueStore as QueueStore, StorableRequest } from "serwist/plugins"; | ||
export type { BackgroundSyncQueueOptions as QueueOptions, BackgroundSyncQueueEntry as QueueEntry } from "serwist/plugins"; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -1,1 +0,1 @@ | ||
export { BackgroundSyncPlugin, BackgroundSyncQueue as Queue, BackgroundSyncQueueStore as QueueStore, StorableRequest } from '@serwist/sw/plugins'; | ||
export { BackgroundSyncPlugin, BackgroundSyncQueue as Queue, BackgroundSyncQueueStore as QueueStore, StorableRequest } from 'serwist/plugins'; |
{ | ||
"name": "@serwist/background-sync", | ||
"version": "9.0.0-preview.21", | ||
"version": "9.0.0-preview.24", | ||
"type": "module", | ||
@@ -33,9 +33,9 @@ "description": "A module that queues failed requests and uses the Background Synchronization API to replay them when the network is available.", | ||
"dependencies": { | ||
"@serwist/sw": "9.0.0-preview.21" | ||
"serwist": "9.0.0-preview.24" | ||
}, | ||
"devDependencies": { | ||
"cross-env": "7.0.3", | ||
"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" | ||
}, | ||
@@ -42,0 +42,0 @@ "peerDependencies": { |
@@ -1,2 +0,2 @@ | ||
export { BackgroundSyncPlugin, BackgroundSyncQueue as Queue, BackgroundSyncQueueStore as QueueStore, StorableRequest } from "@serwist/sw/plugins"; | ||
export type { BackgroundSyncQueueOptions as QueueOptions, BackgroundSyncQueueEntry as QueueEntry } from "@serwist/sw/plugins"; | ||
export { BackgroundSyncPlugin, BackgroundSyncQueue as Queue, BackgroundSyncQueueStore as QueueStore, StorableRequest } from "serwist/plugins"; | ||
export type { BackgroundSyncQueueOptions as QueueOptions, BackgroundSyncQueueEntry as QueueEntry } from "serwist/plugins"; |
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
3548
+ 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)