@tanstack/query-sync-storage-persister
Advanced tools
Comparing version 5.36.1 to 5.37.1
{ | ||
"name": "@tanstack/query-sync-storage-persister", | ||
"version": "5.36.1", | ||
"version": "5.37.1", | ||
"description": "A persister for synchronous storages, to be used with TanStack/Query", | ||
@@ -41,14 +41,5 @@ "author": "tannerlinsley", | ||
"@tanstack/query-core": "5.36.1", | ||
"@tanstack/query-persist-client-core": "5.36.1" | ||
"@tanstack/query-persist-client-core": "5.37.1" | ||
}, | ||
"scripts": { | ||
"clean": "rimraf ./build && rimraf ./coverage", | ||
"test:eslint": "eslint --ext .ts,.tsx ./src", | ||
"test:types": "tsc", | ||
"test:lib": "vitest", | ||
"test:lib:dev": "pnpm run test:lib --watch", | ||
"test:build": "publint --strict", | ||
"test:attw": "attw --pack", | ||
"build": "tsup" | ||
} | ||
"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
43873
+ Added@tanstack/query-persist-client-core@5.37.1(transitive)
- Removed@tanstack/query-persist-client-core@5.36.1(transitive)