@tanstack/query-persist-client-core
Advanced tools
Comparing version 5.24.5 to 5.24.6
{ | ||
"name": "@tanstack/query-persist-client-core", | ||
"version": "5.24.5", | ||
"version": "5.24.6", | ||
"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.24.5" | ||
"@tanstack/query-core": "5.24.6" | ||
}, | ||
@@ -43,0 +43,0 @@ "scripts": { |
@@ -210,3 +210,3 @@ import { describe, expect, test, vi } from 'vitest' | ||
await persisterFn(queryFn, context, query) | ||
query.state.dataUpdatedAt = 0 | ||
query.state.data = 'data0' | ||
query.fetch = vi.fn() | ||
@@ -213,0 +213,0 @@ expect(query.state.dataUpdatedAt).toEqual(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
148140
+ Added@tanstack/query-core@5.24.6(transitive)
- Removed@tanstack/query-core@5.24.5(transitive)
Updated@tanstack/query-core@5.24.6