@tanstack/preact-query 5.95.0 → 5.95.2
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.
|
@@ -92,7 +92,6 @@ import { notifyManager } from '@tanstack/query-core';
|
|
|
92
92
|
import { NotifyOnChangeProps } from '@tanstack/query-core';
|
|
93
93
|
import { OmitKeyof } from '@tanstack/query-core';
|
|
94
94
|
import { onlineManager } from '@tanstack/query-core';
|
|
95
|
-
import { Options } from 'tsup';
|
|
96
95
|
import { Override } from '@tanstack/query-core';
|
|
97
96
|
import { partialMatchKey } from '@tanstack/query-core';
|
|
98
97
|
import { PlaceholderDataFunction } from '@tanstack/query-core';
|
|
@@ -144,7 +143,6 @@ import { TimeoutProvider } from '@tanstack/query-core';
|
|
|
144
143
|
import { UnsetMarker } from '@tanstack/query-core';
|
|
145
144
|
import { unsetMarker } from '@tanstack/query-core';
|
|
146
145
|
import { Updater } from '@tanstack/query-core';
|
|
147
|
-
import type { UserConfig } from 'vite';
|
|
148
146
|
import type { VNode } from 'preact';
|
|
149
147
|
import { WithRequired } from '@tanstack/query-core';
|
|
150
148
|
|
|
@@ -184,14 +182,6 @@ export { dataTagErrorSymbol }
|
|
|
184
182
|
|
|
185
183
|
export { dataTagSymbol }
|
|
186
184
|
|
|
187
|
-
export declare const default_alias: any[];
|
|
188
|
-
|
|
189
|
-
export declare const default_alias_1: any[];
|
|
190
|
-
|
|
191
|
-
export declare const default_alias_2: Options | Options[] | ((overrideOptions: Options) => Options | Options[] | Promise<Options | Options[]>);
|
|
192
|
-
|
|
193
|
-
export declare const default_alias_3: UserConfig;
|
|
194
|
-
|
|
195
185
|
export { DefaultedInfiniteQueryObserverOptions }
|
|
196
186
|
|
|
197
187
|
export { DefaultedQueryObserverOptions }
|
|
@@ -436,15 +426,6 @@ export { isServer }
|
|
|
436
426
|
|
|
437
427
|
export { keepPreviousData }
|
|
438
428
|
|
|
439
|
-
/**
|
|
440
|
-
* @param {Object} opts - Options for building configurations.
|
|
441
|
-
* @param {string[]} opts.entry - The entry array.
|
|
442
|
-
* @returns {import('tsup').Options}
|
|
443
|
-
*/
|
|
444
|
-
export declare function legacyConfig(opts: {
|
|
445
|
-
entry: string[];
|
|
446
|
-
}): Options;
|
|
447
|
-
|
|
448
429
|
export { ManagedTimerId }
|
|
449
430
|
|
|
450
431
|
export { matchMutation }
|
|
@@ -455,15 +436,6 @@ declare type MAXIMUM_DEPTH = 20;
|
|
|
455
436
|
|
|
456
437
|
declare type MAXIMUM_DEPTH_2 = 20;
|
|
457
438
|
|
|
458
|
-
/**
|
|
459
|
-
* @param {Object} opts - Options for building configurations.
|
|
460
|
-
* @param {string[]} opts.entry - The entry array.
|
|
461
|
-
* @returns {import('tsup').Options}
|
|
462
|
-
*/
|
|
463
|
-
export declare function modernConfig(opts: {
|
|
464
|
-
entry: string[];
|
|
465
|
-
}): Options;
|
|
466
|
-
|
|
467
439
|
export { MutateFunction }
|
|
468
440
|
|
|
469
441
|
export { MutateOptions }
|
|
@@ -92,7 +92,6 @@ import { notifyManager } from '@tanstack/query-core';
|
|
|
92
92
|
import { NotifyOnChangeProps } from '@tanstack/query-core';
|
|
93
93
|
import { OmitKeyof } from '@tanstack/query-core';
|
|
94
94
|
import { onlineManager } from '@tanstack/query-core';
|
|
95
|
-
import { Options } from 'tsup';
|
|
96
95
|
import { Override } from '@tanstack/query-core';
|
|
97
96
|
import { partialMatchKey } from '@tanstack/query-core';
|
|
98
97
|
import { PlaceholderDataFunction } from '@tanstack/query-core';
|
|
@@ -144,7 +143,6 @@ import { TimeoutProvider } from '@tanstack/query-core';
|
|
|
144
143
|
import { UnsetMarker } from '@tanstack/query-core';
|
|
145
144
|
import { unsetMarker } from '@tanstack/query-core';
|
|
146
145
|
import { Updater } from '@tanstack/query-core';
|
|
147
|
-
import type { UserConfig } from 'vite';
|
|
148
146
|
import type { VNode } from 'preact';
|
|
149
147
|
import { WithRequired } from '@tanstack/query-core';
|
|
150
148
|
|
|
@@ -184,14 +182,6 @@ export { dataTagErrorSymbol }
|
|
|
184
182
|
|
|
185
183
|
export { dataTagSymbol }
|
|
186
184
|
|
|
187
|
-
export declare const default_alias: any[];
|
|
188
|
-
|
|
189
|
-
export declare const default_alias_1: any[];
|
|
190
|
-
|
|
191
|
-
export declare const default_alias_2: Options | Options[] | ((overrideOptions: Options) => Options | Options[] | Promise<Options | Options[]>);
|
|
192
|
-
|
|
193
|
-
export declare const default_alias_3: UserConfig;
|
|
194
|
-
|
|
195
185
|
export { DefaultedInfiniteQueryObserverOptions }
|
|
196
186
|
|
|
197
187
|
export { DefaultedQueryObserverOptions }
|
|
@@ -436,15 +426,6 @@ export { isServer }
|
|
|
436
426
|
|
|
437
427
|
export { keepPreviousData }
|
|
438
428
|
|
|
439
|
-
/**
|
|
440
|
-
* @param {Object} opts - Options for building configurations.
|
|
441
|
-
* @param {string[]} opts.entry - The entry array.
|
|
442
|
-
* @returns {import('tsup').Options}
|
|
443
|
-
*/
|
|
444
|
-
export declare function legacyConfig(opts: {
|
|
445
|
-
entry: string[];
|
|
446
|
-
}): Options;
|
|
447
|
-
|
|
448
429
|
export { ManagedTimerId }
|
|
449
430
|
|
|
450
431
|
export { matchMutation }
|
|
@@ -455,15 +436,6 @@ declare type MAXIMUM_DEPTH = 20;
|
|
|
455
436
|
|
|
456
437
|
declare type MAXIMUM_DEPTH_2 = 20;
|
|
457
438
|
|
|
458
|
-
/**
|
|
459
|
-
* @param {Object} opts - Options for building configurations.
|
|
460
|
-
* @param {string[]} opts.entry - The entry array.
|
|
461
|
-
* @returns {import('tsup').Options}
|
|
462
|
-
*/
|
|
463
|
-
export declare function modernConfig(opts: {
|
|
464
|
-
entry: string[];
|
|
465
|
-
}): Options;
|
|
466
|
-
|
|
467
439
|
export { MutateFunction }
|
|
468
440
|
|
|
469
441
|
export { MutateOptions }
|
|
@@ -92,7 +92,6 @@ import { notifyManager } from '@tanstack/query-core';
|
|
|
92
92
|
import { NotifyOnChangeProps } from '@tanstack/query-core';
|
|
93
93
|
import { OmitKeyof } from '@tanstack/query-core';
|
|
94
94
|
import { onlineManager } from '@tanstack/query-core';
|
|
95
|
-
import { Options } from 'tsup';
|
|
96
95
|
import { Override } from '@tanstack/query-core';
|
|
97
96
|
import { partialMatchKey } from '@tanstack/query-core';
|
|
98
97
|
import { PlaceholderDataFunction } from '@tanstack/query-core';
|
|
@@ -144,7 +143,6 @@ import { TimeoutProvider } from '@tanstack/query-core';
|
|
|
144
143
|
import { UnsetMarker } from '@tanstack/query-core';
|
|
145
144
|
import { unsetMarker } from '@tanstack/query-core';
|
|
146
145
|
import { Updater } from '@tanstack/query-core';
|
|
147
|
-
import type { UserConfig } from 'vite';
|
|
148
146
|
import type { VNode } from 'preact';
|
|
149
147
|
import { WithRequired } from '@tanstack/query-core';
|
|
150
148
|
|
|
@@ -184,14 +182,6 @@ export { dataTagErrorSymbol }
|
|
|
184
182
|
|
|
185
183
|
export { dataTagSymbol }
|
|
186
184
|
|
|
187
|
-
export declare const default_alias: any[];
|
|
188
|
-
|
|
189
|
-
export declare const default_alias_1: any[];
|
|
190
|
-
|
|
191
|
-
export declare const default_alias_2: Options | Options[] | ((overrideOptions: Options) => Options | Options[] | Promise<Options | Options[]>);
|
|
192
|
-
|
|
193
|
-
export declare const default_alias_3: UserConfig;
|
|
194
|
-
|
|
195
185
|
export { DefaultedInfiniteQueryObserverOptions }
|
|
196
186
|
|
|
197
187
|
export { DefaultedQueryObserverOptions }
|
|
@@ -436,15 +426,6 @@ export { isServer }
|
|
|
436
426
|
|
|
437
427
|
export { keepPreviousData }
|
|
438
428
|
|
|
439
|
-
/**
|
|
440
|
-
* @param {Object} opts - Options for building configurations.
|
|
441
|
-
* @param {string[]} opts.entry - The entry array.
|
|
442
|
-
* @returns {import('tsup').Options}
|
|
443
|
-
*/
|
|
444
|
-
export declare function legacyConfig(opts: {
|
|
445
|
-
entry: string[];
|
|
446
|
-
}): Options;
|
|
447
|
-
|
|
448
429
|
export { ManagedTimerId }
|
|
449
430
|
|
|
450
431
|
export { matchMutation }
|
|
@@ -455,15 +436,6 @@ declare type MAXIMUM_DEPTH = 20;
|
|
|
455
436
|
|
|
456
437
|
declare type MAXIMUM_DEPTH_2 = 20;
|
|
457
438
|
|
|
458
|
-
/**
|
|
459
|
-
* @param {Object} opts - Options for building configurations.
|
|
460
|
-
* @param {string[]} opts.entry - The entry array.
|
|
461
|
-
* @returns {import('tsup').Options}
|
|
462
|
-
*/
|
|
463
|
-
export declare function modernConfig(opts: {
|
|
464
|
-
entry: string[];
|
|
465
|
-
}): Options;
|
|
466
|
-
|
|
467
439
|
export { MutateFunction }
|
|
468
440
|
|
|
469
441
|
export { MutateOptions }
|
|
@@ -92,7 +92,6 @@ import { notifyManager } from '@tanstack/query-core';
|
|
|
92
92
|
import { NotifyOnChangeProps } from '@tanstack/query-core';
|
|
93
93
|
import { OmitKeyof } from '@tanstack/query-core';
|
|
94
94
|
import { onlineManager } from '@tanstack/query-core';
|
|
95
|
-
import { Options } from 'tsup';
|
|
96
95
|
import { Override } from '@tanstack/query-core';
|
|
97
96
|
import { partialMatchKey } from '@tanstack/query-core';
|
|
98
97
|
import { PlaceholderDataFunction } from '@tanstack/query-core';
|
|
@@ -144,7 +143,6 @@ import { TimeoutProvider } from '@tanstack/query-core';
|
|
|
144
143
|
import { UnsetMarker } from '@tanstack/query-core';
|
|
145
144
|
import { unsetMarker } from '@tanstack/query-core';
|
|
146
145
|
import { Updater } from '@tanstack/query-core';
|
|
147
|
-
import type { UserConfig } from 'vite';
|
|
148
146
|
import type { VNode } from 'preact';
|
|
149
147
|
import { WithRequired } from '@tanstack/query-core';
|
|
150
148
|
|
|
@@ -184,14 +182,6 @@ export { dataTagErrorSymbol }
|
|
|
184
182
|
|
|
185
183
|
export { dataTagSymbol }
|
|
186
184
|
|
|
187
|
-
export declare const default_alias: any[];
|
|
188
|
-
|
|
189
|
-
export declare const default_alias_1: any[];
|
|
190
|
-
|
|
191
|
-
export declare const default_alias_2: Options | Options[] | ((overrideOptions: Options) => Options | Options[] | Promise<Options | Options[]>);
|
|
192
|
-
|
|
193
|
-
export declare const default_alias_3: UserConfig;
|
|
194
|
-
|
|
195
185
|
export { DefaultedInfiniteQueryObserverOptions }
|
|
196
186
|
|
|
197
187
|
export { DefaultedQueryObserverOptions }
|
|
@@ -436,15 +426,6 @@ export { isServer }
|
|
|
436
426
|
|
|
437
427
|
export { keepPreviousData }
|
|
438
428
|
|
|
439
|
-
/**
|
|
440
|
-
* @param {Object} opts - Options for building configurations.
|
|
441
|
-
* @param {string[]} opts.entry - The entry array.
|
|
442
|
-
* @returns {import('tsup').Options}
|
|
443
|
-
*/
|
|
444
|
-
export declare function legacyConfig(opts: {
|
|
445
|
-
entry: string[];
|
|
446
|
-
}): Options;
|
|
447
|
-
|
|
448
429
|
export { ManagedTimerId }
|
|
449
430
|
|
|
450
431
|
export { matchMutation }
|
|
@@ -455,15 +436,6 @@ declare type MAXIMUM_DEPTH = 20;
|
|
|
455
436
|
|
|
456
437
|
declare type MAXIMUM_DEPTH_2 = 20;
|
|
457
438
|
|
|
458
|
-
/**
|
|
459
|
-
* @param {Object} opts - Options for building configurations.
|
|
460
|
-
* @param {string[]} opts.entry - The entry array.
|
|
461
|
-
* @returns {import('tsup').Options}
|
|
462
|
-
*/
|
|
463
|
-
export declare function modernConfig(opts: {
|
|
464
|
-
entry: string[];
|
|
465
|
-
}): Options;
|
|
466
|
-
|
|
467
439
|
export { MutateFunction }
|
|
468
440
|
|
|
469
441
|
export { MutateOptions }
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tanstack/preact-query",
|
|
3
|
-
"version": "5.95.
|
|
3
|
+
"version": "5.95.2",
|
|
4
4
|
"description": "Hooks for managing, caching and syncing asynchronous and remote data in preact",
|
|
5
5
|
"author": "tannerlinsley",
|
|
6
6
|
"license": "MIT",
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"!build/codemods/**/__tests__"
|
|
44
44
|
],
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@tanstack/query-core": "5.95.
|
|
46
|
+
"@tanstack/query-core": "5.95.2"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
49
|
"@preact/preset-vite": "^2.10.2",
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"preact-render-to-string": "^6.6.4",
|
|
56
56
|
"typescript": "5.9.3",
|
|
57
57
|
"typescript-eslint": "^8.54.0",
|
|
58
|
-
"@tanstack/query-persist-client-core": "5.95.
|
|
58
|
+
"@tanstack/query-persist-client-core": "5.95.2",
|
|
59
59
|
"@tanstack/query-test-utils": "0.0.0"
|
|
60
60
|
},
|
|
61
61
|
"peerDependencies": {
|