@tanstack/react-query-persist-client
Advanced tools
Comparing version
@@ -7,4 +7,4 @@ import { PersistQueryClientOptions } from '@tanstack/query-persist-client-core'; | ||
persistOptions: OmitKeyof<PersistQueryClientOptions, 'queryClient'>; | ||
onSuccess?: () => Promise<unknown> | unknown; | ||
onError?: () => Promise<unknown> | unknown; | ||
onSuccess?: () => Promise<void> | void; | ||
onError?: () => Promise<void> | void; | ||
}; | ||
@@ -11,0 +11,0 @@ declare const PersistQueryClientProvider: ({ children, persistOptions, onSuccess, onError, ...props }: PersistQueryClientProviderProps) => React.JSX.Element; |
@@ -7,4 +7,4 @@ import { PersistQueryClientOptions } from '@tanstack/query-persist-client-core'; | ||
persistOptions: OmitKeyof<PersistQueryClientOptions, 'queryClient'>; | ||
onSuccess?: () => Promise<unknown> | unknown; | ||
onError?: () => Promise<unknown> | unknown; | ||
onSuccess?: () => Promise<void> | void; | ||
onError?: () => Promise<void> | void; | ||
}; | ||
@@ -11,0 +11,0 @@ declare const PersistQueryClientProvider: ({ children, persistOptions, onSuccess, onError, ...props }: PersistQueryClientProviderProps) => React.JSX.Element; |
{ | ||
"name": "@tanstack/react-query-persist-client", | ||
"version": "5.79.0", | ||
"version": "5.79.1", | ||
"description": "React bindings to work with persisters in TanStack/react-query", | ||
@@ -43,3 +43,3 @@ "author": "tannerlinsley", | ||
"dependencies": { | ||
"@tanstack/query-persist-client-core": "5.79.0" | ||
"@tanstack/query-persist-client-core": "5.79.1" | ||
}, | ||
@@ -53,9 +53,9 @@ "devDependencies": { | ||
"@tanstack/query-test-utils": "0.0.0", | ||
"@tanstack/react-query": "5.79.0" | ||
"@tanstack/react-query": "5.79.1" | ||
}, | ||
"peerDependencies": { | ||
"react": "^18 || ^19", | ||
"@tanstack/react-query": "^5.79.0" | ||
"@tanstack/react-query": "^5.79.1" | ||
}, | ||
"scripts": {} | ||
} |
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
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
32551
-0.33%+ Added
+ Added
- Removed
- Removed