@tanstack/query-sync-storage-persister
Advanced tools
Comparing version 5.0.0-alpha.0 to 5.0.0-alpha.1
{ | ||
"name": "@tanstack/query-sync-storage-persister", | ||
"version": "5.0.0-alpha.0", | ||
"version": "5.0.0-alpha.1", | ||
"description": "A persister for synchronous storages, to be used with TanStack/Query", | ||
@@ -31,3 +31,3 @@ "author": "tannerlinsley", | ||
"dependencies": { | ||
"@tanstack/query-persist-client-core": "5.0.0-alpha.0" | ||
"@tanstack/query-persist-client-core": "5.0.0-alpha.1" | ||
}, | ||
@@ -34,0 +34,0 @@ "scripts": { |
@@ -79,3 +79,3 @@ import type { | ||
return deserialize(cacheString) as PersistedClient | ||
return deserialize(cacheString) | ||
}, | ||
@@ -82,0 +82,0 @@ removeClient: () => { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
44267
+ Added@tanstack/query-core@5.0.0-alpha.1(transitive)
+ Added@tanstack/query-persist-client-core@5.0.0-alpha.1(transitive)
- Removed@tanstack/query-core@5.0.0-alpha.0(transitive)
- Removed@tanstack/query-persist-client-core@5.0.0-alpha.0(transitive)