@tanstack/query-persist-client-core 5.35.1 → 5.35.5

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.
@@ -71,13 +71,13 @@ declare function experimental_createPersister<TStorageValue = string>({ storage,
71
71
  signal: AbortSignal;
72
72
  meta: Record<string, unknown> | undefined;
73
73
  pageParam?: unknown;
74
- direction?: "forward" | "backward" | undefined;
74
+ direction?: unknown;
75
75
  }) => T | Promise<T>, context: {
76
76
  queryKey: TQueryKey;
77
77
  signal: AbortSignal;
78
78
  meta: Record<string, unknown> | undefined;
79
79
  pageParam?: unknown;
80
- direction?: "forward" | "backward" | undefined;
80
+ direction?: unknown;
81
81
  }, query: Query) => Promise<T>;
82
82
 
83
83
  export { type AsyncStorage, type MaybePromise, PERSISTER_KEY_PREFIX, type PersistedQuery, type StoragePersisterOptions, experimental_createPersister };
@@ -71,13 +71,13 @@ declare function experimental_createPersister<TStorageValue = string>({ storage,
71
71
  signal: AbortSignal;
72
72
  meta: Record<string, unknown> | undefined;
73
73
  pageParam?: unknown;
74
- direction?: "forward" | "backward" | undefined;
74
+ direction?: unknown;
75
75
  }) => T | Promise<T>, context: {
76
76
  queryKey: TQueryKey;
77
77
  signal: AbortSignal;
78
78
  meta: Record<string, unknown> | undefined;
79
79
  pageParam?: unknown;
80
- direction?: "forward" | "backward" | undefined;
80
+ direction?: unknown;
81
81
  }, query: Query) => Promise<T>;
82
82
 
83
83
  export { type AsyncStorage, type MaybePromise, PERSISTER_KEY_PREFIX, type PersistedQuery, type StoragePersisterOptions, experimental_createPersister };
@@ -71,13 +71,13 @@ declare function experimental_createPersister<TStorageValue = string>({ storage,
71
71
  signal: AbortSignal;
72
72
  meta: Record<string, unknown> | undefined;
73
73
  pageParam?: unknown;
74
- direction?: "forward" | "backward" | undefined;
74
+ direction?: unknown;
75
75
  }) => T | Promise<T>, context: {
76
76
  queryKey: TQueryKey;
77
77
  signal: AbortSignal;
78
78
  meta: Record<string, unknown> | undefined;
79
79
  pageParam?: unknown;
80
- direction?: "forward" | "backward" | undefined;
80
+ direction?: unknown;
81
81
  }, query: Query) => Promise<T>;
82
82
 
83
83
  export { type AsyncStorage, type MaybePromise, PERSISTER_KEY_PREFIX, type PersistedQuery, type StoragePersisterOptions, experimental_createPersister };
@@ -71,13 +71,13 @@ declare function experimental_createPersister<TStorageValue = string>({ storage,
71
71
  signal: AbortSignal;
72
72
  meta: Record<string, unknown> | undefined;
73
73
  pageParam?: unknown;
74
- direction?: "forward" | "backward" | undefined;
74
+ direction?: unknown;
75
75
  }) => T | Promise<T>, context: {
76
76
  queryKey: TQueryKey;
77
77
  signal: AbortSignal;
78
78
  meta: Record<string, unknown> | undefined;
79
79
  pageParam?: unknown;
80
- direction?: "forward" | "backward" | undefined;
80
+ direction?: unknown;
81
81
  }, query: Query) => Promise<T>;
82
82
 
83
83
  export { type AsyncStorage, type MaybePromise, PERSISTER_KEY_PREFIX, type PersistedQuery, type StoragePersisterOptions, experimental_createPersister };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tanstack/query-persist-client-core",
3
- "version": "5.35.1",
3
+ "version": "5.35.5",
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.35.1"
40
+ "@tanstack/query-core": "5.35.5"
41
41
  },
42
42
  "scripts": {
43
43
  "clean": "rimraf ./build && rimraf ./coverage",