@tanstack/solid-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.
@@ -93,7 +93,6 @@ import { notifyManager } from '@tanstack/query-core';
93
93
  import { NotifyOnChangeProps } from '@tanstack/query-core';
94
94
  import { OmitKeyof } from '@tanstack/query-core';
95
95
  import { onlineManager } from '@tanstack/query-core';
96
- import { Options } from 'tsup';
97
96
  import { Override } from '@tanstack/query-core';
98
97
  import { partialMatchKey } from '@tanstack/query-core';
99
98
  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 { UserConfig } from 'vite';
148
146
  import { WithRequired } from '@tanstack/query-core';
149
147
 
150
148
  export { AnyDataTag }
@@ -167,14 +165,6 @@ export { dataTagErrorSymbol }
167
165
 
168
166
  export { dataTagSymbol }
169
167
 
170
- export declare const default_alias: any[];
171
-
172
- export declare const default_alias_1: any[];
173
-
174
- export declare const default_alias_2: Options | Options[] | ((overrideOptions: Options) => Options | Options[] | Promise<Options | Options[]>);
175
-
176
- export declare const default_alias_3: UserConfig;
177
-
178
168
  export { DefaultedInfiniteQueryObserverOptions }
179
169
 
180
170
  export { DefaultedQueryObserverOptions }
@@ -93,7 +93,6 @@ import { notifyManager } from '@tanstack/query-core';
93
93
  import { NotifyOnChangeProps } from '@tanstack/query-core';
94
94
  import { OmitKeyof } from '@tanstack/query-core';
95
95
  import { onlineManager } from '@tanstack/query-core';
96
- import { Options } from 'tsup';
97
96
  import { Override } from '@tanstack/query-core';
98
97
  import { partialMatchKey } from '@tanstack/query-core';
99
98
  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 { UserConfig } from 'vite';
148
146
  import { WithRequired } from '@tanstack/query-core';
149
147
 
150
148
  export { AnyDataTag }
@@ -167,14 +165,6 @@ export { dataTagErrorSymbol }
167
165
 
168
166
  export { dataTagSymbol }
169
167
 
170
- export declare const default_alias: any[];
171
-
172
- export declare const default_alias_1: any[];
173
-
174
- export declare const default_alias_2: Options | Options[] | ((overrideOptions: Options) => Options | Options[] | Promise<Options | Options[]>);
175
-
176
- export declare const default_alias_3: UserConfig;
177
-
178
168
  export { DefaultedInfiniteQueryObserverOptions }
179
169
 
180
170
  export { DefaultedQueryObserverOptions }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tanstack/solid-query",
3
- "version": "5.95.0",
3
+ "version": "5.95.2",
4
4
  "description": "Primitives for managing, caching and syncing asynchronous and remote data in Solid",
5
5
  "author": "tannerlinsley",
6
6
  "license": "MIT",
@@ -46,7 +46,7 @@
46
46
  "!src/__tests__"
47
47
  ],
48
48
  "dependencies": {
49
- "@tanstack/query-core": "5.95.0"
49
+ "@tanstack/query-core": "5.95.2"
50
50
  },
51
51
  "devDependencies": {
52
52
  "@solidjs/testing-library": "^0.8.10",