@serwist/background-sync
Advanced tools
Comparing version 8.1.1 to 8.2.0
{ | ||
"name": "@serwist/background-sync", | ||
"version": "8.1.1", | ||
"version": "8.2.0", | ||
"type": "module", | ||
@@ -23,5 +23,5 @@ "description": "Queues failed requests and uses the Background Sync API to replay them when the network is available", | ||
"bugs": "https://github.com/serwist/serwist/issues", | ||
"homepage": "https://ducanh-next-pwa.vercel.app", | ||
"homepage": "https://serwist.vercel.app", | ||
"module": "./dist/index.js", | ||
"main": "./dist/index.old.cjs", | ||
"main": "./dist/index.cjs", | ||
"types": "./dist/index.d.ts", | ||
@@ -35,4 +35,4 @@ "exports": { | ||
"require": { | ||
"types": "./dist/index.old.d.cts", | ||
"default": "./dist/index.old.cjs" | ||
"types": "./dist/index.d.cts", | ||
"default": "./dist/index.cjs" | ||
} | ||
@@ -43,3 +43,3 @@ } | ||
"idb": "8.0.0", | ||
"@serwist/core": "8.1.1" | ||
"@serwist/core": "8.2.0" | ||
}, | ||
@@ -49,4 +49,4 @@ "devDependencies": { | ||
"rollup": "4.9.1", | ||
"typescript": "5.4.0-dev.20231220", | ||
"@serwist/constants": "8.1.1" | ||
"typescript": "5.4.0-dev.20231226", | ||
"@serwist/constants": "8.2.0" | ||
}, | ||
@@ -53,0 +53,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
No website
QualityPackage does not have a website.
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
66346
1
+ Added@serwist/core@8.2.0(transitive)
- Removed@serwist/core@8.1.1(transitive)
Updated@serwist/core@8.2.0