@serwist/background-sync
Advanced tools
Comparing version 9.0.1 to 9.0.2
{ | ||
"name": "@serwist/background-sync", | ||
"version": "9.0.1", | ||
"version": "9.0.2", | ||
"type": "module", | ||
@@ -33,3 +33,3 @@ "description": "A module that queues failed requests and uses the Background Synchronization API to replay them when the network is available.", | ||
"dependencies": { | ||
"serwist": "9.0.0" | ||
"serwist": "9.0.2" | ||
}, | ||
@@ -40,3 +40,3 @@ "devDependencies": { | ||
"typescript": "5.5.0-dev.20240415", | ||
"@serwist/configs": "9.0.1" | ||
"@serwist/configs": "9.0.2" | ||
}, | ||
@@ -52,3 +52,3 @@ "peerDependencies": { | ||
"scripts": { | ||
"build": "rimraf dist && cross-env NODE_ENV=production rollup --config rollup.config.js", | ||
"build": "rimraf dist && NODE_ENV=production rollup --config rollup.config.js", | ||
"lint": "biome lint ./src", | ||
@@ -55,0 +55,0 @@ "typecheck": "tsc" |
@@ -1,1 +0,1 @@ | ||
This module's documentation can be found at https://serwist.pages.dev/docs/background-sync | ||
This module has been deprecated. Use [`serwist`](https://www.npmjs.com/package/serwist) instead. |
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
3465
+ Addedserwist@9.0.2(transitive)
- Removedserwist@9.0.0(transitive)
Updatedserwist@9.0.2