@tanstack/vue-query 5.95.2 → 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.
@@ -91,7 +91,6 @@ import { notifyManager } from '@tanstack/query-core';
91
91
  import { NotifyOnChangeProps } from '@tanstack/query-core';
92
92
  import { OmitKeyof } from '@tanstack/query-core';
93
93
  import { onlineManager } from '@tanstack/query-core';
94
- import { Options } from 'tsup';
95
94
  import { Override } from '@tanstack/query-core';
96
95
  import { partialMatchKey } from '@tanstack/query-core';
97
96
  import { PlaceholderDataFunction } from '@tanstack/query-core';
@@ -145,7 +144,6 @@ import { UnsetMarker } from '@tanstack/query-core';
145
144
  import { unsetMarker } from '@tanstack/query-core';
146
145
  import type { UnwrapRef } from 'vue-demi';
147
146
  import { Updater } from '@tanstack/query-core';
148
- import { UserConfig } from 'vite';
149
147
  import { WithRequired } from '@tanstack/query-core';
150
148
 
151
149
  export { AnyDataTag }
@@ -185,14 +183,6 @@ export declare type DeepUnwrapRef<T> = T extends UnwrapLeaf ? T : T extends Ref<
185
183
  [Property in keyof T]: DeepUnwrapRef<T[Property]>;
186
184
  } : UnwrapRef<T>;
187
185
 
188
- export declare const default_alias: any[];
189
-
190
- export declare const default_alias_1: any[];
191
-
192
- export declare const default_alias_2: Options | Options[] | ((overrideOptions: Options) => Options | Options[] | Promise<Options | Options[]>);
193
-
194
- export declare const default_alias_3: UserConfig;
195
-
196
186
  export { DefaultedInfiniteQueryObserverOptions }
197
187
 
198
188
  export { DefaultedQueryObserverOptions }
@@ -376,15 +366,6 @@ export { isServer }
376
366
 
377
367
  export { keepPreviousData }
378
368
 
379
- /**
380
- * @param {Object} opts - Options for building configurations.
381
- * @param {string[]} opts.entry - The entry array.
382
- * @returns {import('tsup').Options}
383
- */
384
- export declare function legacyConfig(opts: {
385
- entry: string[];
386
- }): Options;
387
-
388
369
  export { ManagedTimerId }
389
370
 
390
371
  export { matchMutation }
@@ -401,15 +382,6 @@ export declare type MaybeRefDeep<T> = MaybeRef<T extends Function ? T : T extend
401
382
 
402
383
  export declare type MaybeRefOrGetter<T> = MaybeRef<T> | (() => T);
403
384
 
404
- /**
405
- * @param {Object} opts - Options for building configurations.
406
- * @param {string[]} opts.entry - The entry array.
407
- * @returns {import('tsup').Options}
408
- */
409
- export declare function modernConfig(opts: {
410
- entry: string[];
411
- }): Options;
412
-
413
385
  export { MutateFunction }
414
386
 
415
387
  export { MutateOptions }
@@ -91,7 +91,6 @@ import { notifyManager } from '@tanstack/query-core';
91
91
  import { NotifyOnChangeProps } from '@tanstack/query-core';
92
92
  import { OmitKeyof } from '@tanstack/query-core';
93
93
  import { onlineManager } from '@tanstack/query-core';
94
- import { Options } from 'tsup';
95
94
  import { Override } from '@tanstack/query-core';
96
95
  import { partialMatchKey } from '@tanstack/query-core';
97
96
  import { PlaceholderDataFunction } from '@tanstack/query-core';
@@ -145,7 +144,6 @@ import { UnsetMarker } from '@tanstack/query-core';
145
144
  import { unsetMarker } from '@tanstack/query-core';
146
145
  import type { UnwrapRef } from 'vue-demi';
147
146
  import { Updater } from '@tanstack/query-core';
148
- import { UserConfig } from 'vite';
149
147
  import { WithRequired } from '@tanstack/query-core';
150
148
 
151
149
  export { AnyDataTag }
@@ -185,14 +183,6 @@ export declare type DeepUnwrapRef<T> = T extends UnwrapLeaf ? T : T extends Ref<
185
183
  [Property in keyof T]: DeepUnwrapRef<T[Property]>;
186
184
  } : UnwrapRef<T>;
187
185
 
188
- export declare const default_alias: any[];
189
-
190
- export declare const default_alias_1: any[];
191
-
192
- export declare const default_alias_2: Options | Options[] | ((overrideOptions: Options) => Options | Options[] | Promise<Options | Options[]>);
193
-
194
- export declare const default_alias_3: UserConfig;
195
-
196
186
  export { DefaultedInfiniteQueryObserverOptions }
197
187
 
198
188
  export { DefaultedQueryObserverOptions }
@@ -376,15 +366,6 @@ export { isServer }
376
366
 
377
367
  export { keepPreviousData }
378
368
 
379
- /**
380
- * @param {Object} opts - Options for building configurations.
381
- * @param {string[]} opts.entry - The entry array.
382
- * @returns {import('tsup').Options}
383
- */
384
- export declare function legacyConfig(opts: {
385
- entry: string[];
386
- }): Options;
387
-
388
369
  export { ManagedTimerId }
389
370
 
390
371
  export { matchMutation }
@@ -401,15 +382,6 @@ export declare type MaybeRefDeep<T> = MaybeRef<T extends Function ? T : T extend
401
382
 
402
383
  export declare type MaybeRefOrGetter<T> = MaybeRef<T> | (() => T);
403
384
 
404
- /**
405
- * @param {Object} opts - Options for building configurations.
406
- * @param {string[]} opts.entry - The entry array.
407
- * @returns {import('tsup').Options}
408
- */
409
- export declare function modernConfig(opts: {
410
- entry: string[];
411
- }): Options;
412
-
413
385
  export { MutateFunction }
414
386
 
415
387
  export { MutateOptions }
@@ -91,7 +91,6 @@ import { notifyManager } from '@tanstack/query-core';
91
91
  import { NotifyOnChangeProps } from '@tanstack/query-core';
92
92
  import { OmitKeyof } from '@tanstack/query-core';
93
93
  import { onlineManager } from '@tanstack/query-core';
94
- import { Options } from 'tsup';
95
94
  import { Override } from '@tanstack/query-core';
96
95
  import { partialMatchKey } from '@tanstack/query-core';
97
96
  import { PlaceholderDataFunction } from '@tanstack/query-core';
@@ -145,7 +144,6 @@ import { UnsetMarker } from '@tanstack/query-core';
145
144
  import { unsetMarker } from '@tanstack/query-core';
146
145
  import type { UnwrapRef } from 'vue-demi';
147
146
  import { Updater } from '@tanstack/query-core';
148
- import { UserConfig } from 'vite';
149
147
  import { WithRequired } from '@tanstack/query-core';
150
148
 
151
149
  export { AnyDataTag }
@@ -185,14 +183,6 @@ export declare type DeepUnwrapRef<T> = T extends UnwrapLeaf ? T : T extends Ref<
185
183
  [Property in keyof T]: DeepUnwrapRef<T[Property]>;
186
184
  } : UnwrapRef<T>;
187
185
 
188
- export declare const default_alias: any[];
189
-
190
- export declare const default_alias_1: any[];
191
-
192
- export declare const default_alias_2: Options | Options[] | ((overrideOptions: Options) => Options | Options[] | Promise<Options | Options[]>);
193
-
194
- export declare const default_alias_3: UserConfig;
195
-
196
186
  export { DefaultedInfiniteQueryObserverOptions }
197
187
 
198
188
  export { DefaultedQueryObserverOptions }
@@ -376,15 +366,6 @@ export { isServer }
376
366
 
377
367
  export { keepPreviousData }
378
368
 
379
- /**
380
- * @param {Object} opts - Options for building configurations.
381
- * @param {string[]} opts.entry - The entry array.
382
- * @returns {import('tsup').Options}
383
- */
384
- export declare function legacyConfig(opts: {
385
- entry: string[];
386
- }): Options;
387
-
388
369
  export { ManagedTimerId }
389
370
 
390
371
  export { matchMutation }
@@ -401,15 +382,6 @@ export declare type MaybeRefDeep<T> = MaybeRef<T extends Function ? T : T extend
401
382
 
402
383
  export declare type MaybeRefOrGetter<T> = MaybeRef<T> | (() => T);
403
384
 
404
- /**
405
- * @param {Object} opts - Options for building configurations.
406
- * @param {string[]} opts.entry - The entry array.
407
- * @returns {import('tsup').Options}
408
- */
409
- export declare function modernConfig(opts: {
410
- entry: string[];
411
- }): Options;
412
-
413
385
  export { MutateFunction }
414
386
 
415
387
  export { MutateOptions }
@@ -91,7 +91,6 @@ import { notifyManager } from '@tanstack/query-core';
91
91
  import { NotifyOnChangeProps } from '@tanstack/query-core';
92
92
  import { OmitKeyof } from '@tanstack/query-core';
93
93
  import { onlineManager } from '@tanstack/query-core';
94
- import { Options } from 'tsup';
95
94
  import { Override } from '@tanstack/query-core';
96
95
  import { partialMatchKey } from '@tanstack/query-core';
97
96
  import { PlaceholderDataFunction } from '@tanstack/query-core';
@@ -145,7 +144,6 @@ import { UnsetMarker } from '@tanstack/query-core';
145
144
  import { unsetMarker } from '@tanstack/query-core';
146
145
  import type { UnwrapRef } from 'vue-demi';
147
146
  import { Updater } from '@tanstack/query-core';
148
- import { UserConfig } from 'vite';
149
147
  import { WithRequired } from '@tanstack/query-core';
150
148
 
151
149
  export { AnyDataTag }
@@ -185,14 +183,6 @@ export declare type DeepUnwrapRef<T> = T extends UnwrapLeaf ? T : T extends Ref<
185
183
  [Property in keyof T]: DeepUnwrapRef<T[Property]>;
186
184
  } : UnwrapRef<T>;
187
185
 
188
- export declare const default_alias: any[];
189
-
190
- export declare const default_alias_1: any[];
191
-
192
- export declare const default_alias_2: Options | Options[] | ((overrideOptions: Options) => Options | Options[] | Promise<Options | Options[]>);
193
-
194
- export declare const default_alias_3: UserConfig;
195
-
196
186
  export { DefaultedInfiniteQueryObserverOptions }
197
187
 
198
188
  export { DefaultedQueryObserverOptions }
@@ -376,15 +366,6 @@ export { isServer }
376
366
 
377
367
  export { keepPreviousData }
378
368
 
379
- /**
380
- * @param {Object} opts - Options for building configurations.
381
- * @param {string[]} opts.entry - The entry array.
382
- * @returns {import('tsup').Options}
383
- */
384
- export declare function legacyConfig(opts: {
385
- entry: string[];
386
- }): Options;
387
-
388
369
  export { ManagedTimerId }
389
370
 
390
371
  export { matchMutation }
@@ -401,15 +382,6 @@ export declare type MaybeRefDeep<T> = MaybeRef<T extends Function ? T : T extend
401
382
 
402
383
  export declare type MaybeRefOrGetter<T> = MaybeRef<T> | (() => T);
403
384
 
404
- /**
405
- * @param {Object} opts - Options for building configurations.
406
- * @param {string[]} opts.entry - The entry array.
407
- * @returns {import('tsup').Options}
408
- */
409
- export declare function modernConfig(opts: {
410
- entry: string[];
411
- }): Options;
412
-
413
385
  export { MutateFunction }
414
386
 
415
387
  export { MutateOptions }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tanstack/vue-query",
3
- "version": "5.95.2",
3
+ "version": "5.96.1",
4
4
  "description": "Hooks for managing, caching and syncing asynchronous and remote data in Vue",
5
5
  "author": "Damian Osipiuk",
6
6
  "license": "MIT",
@@ -42,7 +42,7 @@
42
42
  "@tanstack/match-sorter-utils": "^8.19.4",
43
43
  "@vue/devtools-api": "^6.6.3",
44
44
  "vue-demi": "^0.14.10",
45
- "@tanstack/query-core": "5.95.2"
45
+ "@tanstack/query-core": "5.96.1"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@vitejs/plugin-vue": "^5.2.4",