@tanstack/query-sync-storage-persister
Advanced tools
Comparing version 5.60.5 to 5.60.6
@@ -51,3 +51,3 @@ // src/index.ts | ||
persistClient: noop, | ||
restoreClient: () => void 0, | ||
restoreClient: noop, | ||
removeClient: noop | ||
@@ -54,0 +54,0 @@ }; |
declare function noop(): void; | ||
declare function noop(): undefined; | ||
export { noop }; |
@@ -51,3 +51,3 @@ // src/index.ts | ||
persistClient: noop, | ||
restoreClient: () => void 0, | ||
restoreClient: noop, | ||
removeClient: noop | ||
@@ -54,0 +54,0 @@ }; |
declare function noop(): void; | ||
declare function noop(): undefined; | ||
export { noop }; |
{ | ||
"name": "@tanstack/query-sync-storage-persister", | ||
"version": "5.60.5", | ||
"version": "5.60.6", | ||
"description": "A persister for synchronous storages, to be used with TanStack/Query", | ||
@@ -41,6 +41,6 @@ "author": "tannerlinsley", | ||
"dependencies": { | ||
"@tanstack/query-core": "5.60.5", | ||
"@tanstack/query-persist-client-core": "5.60.5" | ||
"@tanstack/query-core": "5.60.6", | ||
"@tanstack/query-persist-client-core": "5.60.6" | ||
}, | ||
"scripts": {} | ||
} |
@@ -91,3 +91,3 @@ import { noop } from './utils' | ||
persistClient: noop, | ||
restoreClient: () => undefined, | ||
restoreClient: noop, | ||
removeClient: noop, | ||
@@ -94,0 +94,0 @@ } |
@@ -1,1 +0,3 @@ | ||
export function noop(): void {} | ||
export function noop(): void | ||
export function noop(): undefined | ||
export function noop() {} |
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
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
38395
573
+ Added@tanstack/query-core@5.60.6(transitive)
+ Added@tanstack/query-persist-client-core@5.60.6(transitive)
- Removed@tanstack/query-core@5.60.5(transitive)
- Removed@tanstack/query-persist-client-core@5.60.5(transitive)
Updated@tanstack/query-core@5.60.6