@tanstack/query-persist-client-core 5.19.1 → 5.20.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tanstack/query-persist-client-core",
3
- "version": "5.19.1",
3
+ "version": "5.20.1",
4
4
  "description": "Set of utilities for interacting with persisters, which can save your queryClient for later use",
5
5
  "author": "tannerlinsley",
6
6
  "license": "MIT",
@@ -37,7 +37,7 @@
37
37
  "src"
38
38
  ],
39
39
  "dependencies": {
40
- "@tanstack/query-core": "5.18.1"
40
+ "@tanstack/query-core": "5.20.1"
41
41
  },
42
42
  "scripts": {
43
43
  "clean": "rimraf ./build && rimraf ./coverage",
@@ -28,7 +28,7 @@ function setupPersister(
28
28
  const context = {
29
29
  meta: { foo: 'bar' },
30
30
  queryKey,
31
- // @ts-ignore
31
+ // @ts-expect-error
32
32
  signal: undefined as AbortSignal,
33
33
  }
34
34
  const queryHash = hashKey(queryKey)