@tanstack/query-async-storage-persister 5.96.0 → 5.96.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.
|
@@ -1,10 +1,8 @@
|
|
|
1
1
|
import type { AsyncStorage } from '@tanstack/query-persist-client-core';
|
|
2
2
|
import type { MaybePromise } from '@tanstack/query-persist-client-core';
|
|
3
|
-
import { Options } from 'tsup';
|
|
4
3
|
import type { PersistedClient } from '@tanstack/query-persist-client-core';
|
|
5
4
|
import type { Persister } from '@tanstack/query-persist-client-core';
|
|
6
5
|
import type { Promisable } from '@tanstack/query-persist-client-core';
|
|
7
|
-
import { UserConfig } from 'vite';
|
|
8
6
|
|
|
9
7
|
export declare type AsyncPersistRetryer = (props: {
|
|
10
8
|
persistedClient: PersistedClient;
|
|
@@ -45,32 +43,6 @@ declare interface CreateAsyncStoragePersisterOptions {
|
|
|
45
43
|
retry?: AsyncPersistRetryer;
|
|
46
44
|
}
|
|
47
45
|
|
|
48
|
-
export declare const default_alias: any[];
|
|
49
|
-
|
|
50
|
-
export declare const default_alias_1: any[];
|
|
51
|
-
|
|
52
|
-
export declare const default_alias_2: Options | Options[] | ((overrideOptions: Options) => Options | Options[] | Promise<Options | Options[]>);
|
|
53
|
-
|
|
54
|
-
export declare const default_alias_3: UserConfig;
|
|
55
|
-
|
|
56
|
-
/**
|
|
57
|
-
* @param {Object} opts - Options for building configurations.
|
|
58
|
-
* @param {string[]} opts.entry - The entry array.
|
|
59
|
-
* @returns {import('tsup').Options}
|
|
60
|
-
*/
|
|
61
|
-
export declare function legacyConfig(opts: {
|
|
62
|
-
entry: string[];
|
|
63
|
-
}): Options;
|
|
64
|
-
|
|
65
|
-
/**
|
|
66
|
-
* @param {Object} opts - Options for building configurations.
|
|
67
|
-
* @param {string[]} opts.entry - The entry array.
|
|
68
|
-
* @returns {import('tsup').Options}
|
|
69
|
-
*/
|
|
70
|
-
export declare function modernConfig(opts: {
|
|
71
|
-
entry: string[];
|
|
72
|
-
}): Options;
|
|
73
|
-
|
|
74
46
|
export declare function noop(): void;
|
|
75
47
|
|
|
76
48
|
export declare function noop(): undefined;
|
|
@@ -1,10 +1,8 @@
|
|
|
1
1
|
import type { AsyncStorage } from '@tanstack/query-persist-client-core';
|
|
2
2
|
import type { MaybePromise } from '@tanstack/query-persist-client-core';
|
|
3
|
-
import { Options } from 'tsup';
|
|
4
3
|
import type { PersistedClient } from '@tanstack/query-persist-client-core';
|
|
5
4
|
import type { Persister } from '@tanstack/query-persist-client-core';
|
|
6
5
|
import type { Promisable } from '@tanstack/query-persist-client-core';
|
|
7
|
-
import { UserConfig } from 'vite';
|
|
8
6
|
|
|
9
7
|
export declare type AsyncPersistRetryer = (props: {
|
|
10
8
|
persistedClient: PersistedClient;
|
|
@@ -45,32 +43,6 @@ declare interface CreateAsyncStoragePersisterOptions {
|
|
|
45
43
|
retry?: AsyncPersistRetryer;
|
|
46
44
|
}
|
|
47
45
|
|
|
48
|
-
export declare const default_alias: any[];
|
|
49
|
-
|
|
50
|
-
export declare const default_alias_1: any[];
|
|
51
|
-
|
|
52
|
-
export declare const default_alias_2: Options | Options[] | ((overrideOptions: Options) => Options | Options[] | Promise<Options | Options[]>);
|
|
53
|
-
|
|
54
|
-
export declare const default_alias_3: UserConfig;
|
|
55
|
-
|
|
56
|
-
/**
|
|
57
|
-
* @param {Object} opts - Options for building configurations.
|
|
58
|
-
* @param {string[]} opts.entry - The entry array.
|
|
59
|
-
* @returns {import('tsup').Options}
|
|
60
|
-
*/
|
|
61
|
-
export declare function legacyConfig(opts: {
|
|
62
|
-
entry: string[];
|
|
63
|
-
}): Options;
|
|
64
|
-
|
|
65
|
-
/**
|
|
66
|
-
* @param {Object} opts - Options for building configurations.
|
|
67
|
-
* @param {string[]} opts.entry - The entry array.
|
|
68
|
-
* @returns {import('tsup').Options}
|
|
69
|
-
*/
|
|
70
|
-
export declare function modernConfig(opts: {
|
|
71
|
-
entry: string[];
|
|
72
|
-
}): Options;
|
|
73
|
-
|
|
74
46
|
export declare function noop(): void;
|
|
75
47
|
|
|
76
48
|
export declare function noop(): undefined;
|
|
@@ -1,10 +1,8 @@
|
|
|
1
1
|
import type { AsyncStorage } from '@tanstack/query-persist-client-core';
|
|
2
2
|
import type { MaybePromise } from '@tanstack/query-persist-client-core';
|
|
3
|
-
import { Options } from 'tsup';
|
|
4
3
|
import type { PersistedClient } from '@tanstack/query-persist-client-core';
|
|
5
4
|
import type { Persister } from '@tanstack/query-persist-client-core';
|
|
6
5
|
import type { Promisable } from '@tanstack/query-persist-client-core';
|
|
7
|
-
import { UserConfig } from 'vite';
|
|
8
6
|
|
|
9
7
|
export declare type AsyncPersistRetryer = (props: {
|
|
10
8
|
persistedClient: PersistedClient;
|
|
@@ -45,32 +43,6 @@ declare interface CreateAsyncStoragePersisterOptions {
|
|
|
45
43
|
retry?: AsyncPersistRetryer;
|
|
46
44
|
}
|
|
47
45
|
|
|
48
|
-
export declare const default_alias: any[];
|
|
49
|
-
|
|
50
|
-
export declare const default_alias_1: any[];
|
|
51
|
-
|
|
52
|
-
export declare const default_alias_2: Options | Options[] | ((overrideOptions: Options) => Options | Options[] | Promise<Options | Options[]>);
|
|
53
|
-
|
|
54
|
-
export declare const default_alias_3: UserConfig;
|
|
55
|
-
|
|
56
|
-
/**
|
|
57
|
-
* @param {Object} opts - Options for building configurations.
|
|
58
|
-
* @param {string[]} opts.entry - The entry array.
|
|
59
|
-
* @returns {import('tsup').Options}
|
|
60
|
-
*/
|
|
61
|
-
export declare function legacyConfig(opts: {
|
|
62
|
-
entry: string[];
|
|
63
|
-
}): Options;
|
|
64
|
-
|
|
65
|
-
/**
|
|
66
|
-
* @param {Object} opts - Options for building configurations.
|
|
67
|
-
* @param {string[]} opts.entry - The entry array.
|
|
68
|
-
* @returns {import('tsup').Options}
|
|
69
|
-
*/
|
|
70
|
-
export declare function modernConfig(opts: {
|
|
71
|
-
entry: string[];
|
|
72
|
-
}): Options;
|
|
73
|
-
|
|
74
46
|
export declare function noop(): void;
|
|
75
47
|
|
|
76
48
|
export declare function noop(): undefined;
|
|
@@ -1,10 +1,8 @@
|
|
|
1
1
|
import type { AsyncStorage } from '@tanstack/query-persist-client-core';
|
|
2
2
|
import type { MaybePromise } from '@tanstack/query-persist-client-core';
|
|
3
|
-
import { Options } from 'tsup';
|
|
4
3
|
import type { PersistedClient } from '@tanstack/query-persist-client-core';
|
|
5
4
|
import type { Persister } from '@tanstack/query-persist-client-core';
|
|
6
5
|
import type { Promisable } from '@tanstack/query-persist-client-core';
|
|
7
|
-
import { UserConfig } from 'vite';
|
|
8
6
|
|
|
9
7
|
export declare type AsyncPersistRetryer = (props: {
|
|
10
8
|
persistedClient: PersistedClient;
|
|
@@ -45,32 +43,6 @@ declare interface CreateAsyncStoragePersisterOptions {
|
|
|
45
43
|
retry?: AsyncPersistRetryer;
|
|
46
44
|
}
|
|
47
45
|
|
|
48
|
-
export declare const default_alias: any[];
|
|
49
|
-
|
|
50
|
-
export declare const default_alias_1: any[];
|
|
51
|
-
|
|
52
|
-
export declare const default_alias_2: Options | Options[] | ((overrideOptions: Options) => Options | Options[] | Promise<Options | Options[]>);
|
|
53
|
-
|
|
54
|
-
export declare const default_alias_3: UserConfig;
|
|
55
|
-
|
|
56
|
-
/**
|
|
57
|
-
* @param {Object} opts - Options for building configurations.
|
|
58
|
-
* @param {string[]} opts.entry - The entry array.
|
|
59
|
-
* @returns {import('tsup').Options}
|
|
60
|
-
*/
|
|
61
|
-
export declare function legacyConfig(opts: {
|
|
62
|
-
entry: string[];
|
|
63
|
-
}): Options;
|
|
64
|
-
|
|
65
|
-
/**
|
|
66
|
-
* @param {Object} opts - Options for building configurations.
|
|
67
|
-
* @param {string[]} opts.entry - The entry array.
|
|
68
|
-
* @returns {import('tsup').Options}
|
|
69
|
-
*/
|
|
70
|
-
export declare function modernConfig(opts: {
|
|
71
|
-
entry: string[];
|
|
72
|
-
}): Options;
|
|
73
|
-
|
|
74
46
|
export declare function noop(): void;
|
|
75
47
|
|
|
76
48
|
export declare function noop(): undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tanstack/query-async-storage-persister",
|
|
3
|
-
"version": "5.96.
|
|
3
|
+
"version": "5.96.1",
|
|
4
4
|
"description": "A persister for asynchronous storages, to be used with TanStack/Query",
|
|
5
5
|
"author": "tannerlinsley",
|
|
6
6
|
"license": "MIT",
|
|
@@ -40,8 +40,8 @@
|
|
|
40
40
|
"!src/__tests__"
|
|
41
41
|
],
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@tanstack/query-core": "5.96.
|
|
44
|
-
"@tanstack/query-persist-client-core": "5.96.
|
|
43
|
+
"@tanstack/query-core": "5.96.1",
|
|
44
|
+
"@tanstack/query-persist-client-core": "5.96.1"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
47
|
"npm-run-all2": "^5.0.0",
|