@tanstack/query-persist-client-core
Advanced tools
Comparing version 5.36.1 to 5.37.1
@@ -56,3 +56,3 @@ import { QueryKey, QueryState, QueryFilters, Query } from '@tanstack/query-core'; | ||
* Warning: experimental feature. | ||
* This utility function enables fine-grained query persistance. | ||
* This utility function enables fine-grained query persistence. | ||
* Simple add it as a `persister` parameter to `useQuery` or `defaultOptions` on `queryClient`. | ||
@@ -59,0 +59,0 @@ * |
@@ -56,3 +56,3 @@ import { QueryKey, QueryState, QueryFilters, Query } from '@tanstack/query-core'; | ||
* Warning: experimental feature. | ||
* This utility function enables fine-grained query persistance. | ||
* This utility function enables fine-grained query persistence. | ||
* Simple add it as a `persister` parameter to `useQuery` or `defaultOptions` on `queryClient`. | ||
@@ -59,0 +59,0 @@ * |
{ | ||
"name": "@tanstack/query-persist-client-core", | ||
"version": "5.36.1", | ||
"version": "5.37.1", | ||
"description": "Set of utilities for interacting with persisters, which can save your queryClient for later use", | ||
@@ -42,12 +42,3 @@ "author": "tannerlinsley", | ||
}, | ||
"scripts": { | ||
"clean": "rimraf ./build && rimraf ./coverage", | ||
"test:eslint": "eslint --ext .ts,.tsx ./src", | ||
"test:types": "tsc", | ||
"test:lib": "vitest", | ||
"test:lib:dev": "pnpm run test:lib --watch", | ||
"test:build": "publint --strict", | ||
"test:attw": "attw --pack", | ||
"build": "tsup" | ||
} | ||
"scripts": {} | ||
} |
@@ -68,3 +68,3 @@ import { matchQuery } from '@tanstack/query-core' | ||
* Warning: experimental feature. | ||
* This utility function enables fine-grained query persistance. | ||
* This utility function enables fine-grained query persistence. | ||
* Simple add it as a `persister` parameter to `useQuery` or `defaultOptions` on `queryClient`. | ||
@@ -71,0 +71,0 @@ * |
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
148277