@tanstack/query-persist-client-core
Advanced tools
Comparing version 5.21.2 to 5.21.4
{ | ||
"name": "@tanstack/query-persist-client-core", | ||
"version": "5.21.2", | ||
"version": "5.21.4", | ||
"description": "Set of utilities for interacting with persisters, which can save your queryClient for later use", | ||
@@ -40,3 +40,3 @@ "author": "tannerlinsley", | ||
"dependencies": { | ||
"@tanstack/query-core": "5.21.2" | ||
"@tanstack/query-core": "5.21.4" | ||
}, | ||
@@ -43,0 +43,0 @@ "scripts": { |
@@ -49,3 +49,5 @@ import { describe, expect, test, vi } from 'vitest' | ||
const unsubscribeObserver = observer.subscribe(vi.fn()) | ||
observer.getObservers()[0]?.setOptions({ refetchOnWindowFocus: false }) | ||
observer | ||
.getObservers()[0] | ||
?.setOptions({ queryKey, refetchOnWindowFocus: false }) | ||
unsubscribeObserver() | ||
@@ -52,0 +54,0 @@ |
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
148143
1974
+ Added@tanstack/query-core@5.21.4(transitive)
- Removed@tanstack/query-core@5.21.2(transitive)
Updated@tanstack/query-core@5.21.4