@serwist/background-sync
Advanced tools
Comparing version 8.0.0 to 8.0.1
@@ -23,2 +23,1 @@ import type { SerwistPlugin } from "@serwist/core"; | ||
export { BackgroundSyncPlugin }; | ||
//# sourceMappingURL=BackgroundSyncPlugin.d.ts.map |
@@ -24,2 +24,1 @@ import { BackgroundSyncPlugin } from "./BackgroundSyncPlugin.js"; | ||
export type { QueueOptions }; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -170,2 +170,1 @@ interface OnSyncCallbackOptions { | ||
export { Queue }; | ||
//# sourceMappingURL=Queue.d.ts.map |
@@ -90,2 +90,1 @@ import type { RequestData } from "./StorableRequest.js"; | ||
} | ||
//# sourceMappingURL=QueueDb.d.ts.map |
@@ -75,2 +75,1 @@ import type { QueueStoreEntry, UnidentifiedQueueStoreEntry } from "./QueueDb.js"; | ||
} | ||
//# sourceMappingURL=QueueStore.d.ts.map |
@@ -52,2 +52,1 @@ import type { MapLikeObject } from "@serwist/core"; | ||
export { StorableRequest }; | ||
//# sourceMappingURL=StorableRequest.d.ts.map |
{ | ||
"name": "@serwist/background-sync", | ||
"version": "8.0.0", | ||
"version": "8.0.1", | ||
"type": "module", | ||
@@ -36,3 +36,3 @@ "description": "Queues failed requests and uses the Background Sync API to replay them when the network is available", | ||
"idb": "7.1.1", | ||
"@serwist/core": "8.0.0" | ||
"@serwist/core": "8.0.1" | ||
}, | ||
@@ -43,3 +43,3 @@ "devDependencies": { | ||
"typescript": "5.2.2", | ||
"@serwist/constants": "8.0.0" | ||
"@serwist/constants": "8.0.1" | ||
}, | ||
@@ -46,0 +46,0 @@ "scripts": { |
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
65491
11
+ Added@serwist/core@8.0.1(transitive)
- Removed@serwist/core@8.0.0(transitive)
Updated@serwist/core@8.0.1