@tanstack/react-query-persist-client
Advanced tools
Comparing version 4.21.0 to 4.22.0
@@ -51,7 +51,5 @@ (function (global, factory) { | ||
} | ||
function defaultShouldDehydrateQuery(query) { | ||
return query.state.status === 'success'; | ||
} | ||
function dehydrate(client, options = {}) { | ||
@@ -58,0 +56,0 @@ const mutations = []; |
{ | ||
"name": "@tanstack/react-query-persist-client", | ||
"version": "4.21.0", | ||
"version": "4.22.0", | ||
"description": "React bindings to work with persisters in TanStack/react-query", | ||
@@ -37,9 +37,9 @@ "author": "tannerlinsley", | ||
"react-dom-17": "npm:react-dom@^17.0.2", | ||
"@tanstack/react-query": "4.21.0" | ||
"@tanstack/react-query": "4.22.0" | ||
}, | ||
"dependencies": { | ||
"@tanstack/query-persist-client-core": "4.21.0" | ||
"@tanstack/query-persist-client-core": "4.22.0" | ||
}, | ||
"peerDependencies": { | ||
"@tanstack/react-query": "4.21.0" | ||
"@tanstack/react-query": "4.22.0" | ||
}, | ||
@@ -46,0 +46,0 @@ "scripts": { |
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
79346
340
16
3
142
+ Added@tanstack/query-core@4.22.0(transitive)
+ Added@tanstack/query-persist-client-core@4.22.0(transitive)
+ Added@tanstack/react-query@4.22.0(transitive)
- Removed@tanstack/query-core@4.21.0(transitive)
- Removed@tanstack/query-persist-client-core@4.21.0(transitive)
- Removed@tanstack/react-query@4.21.0(transitive)