@tanstack/preact-query-devtools 5.96.0 → 5.96.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.
@@ -2,20 +2,10 @@ import type { DevtoolsButtonPosition } from '@tanstack/query-devtools';
2
2
  import type { DevtoolsErrorType } from '@tanstack/query-devtools';
3
3
  import type { DevtoolsPosition } from '@tanstack/query-devtools';
4
4
  import type { JSX } from 'preact';
5
- import { Options } from 'tsup';
6
5
  import type { QueryClient } from '@tanstack/preact-query';
7
6
  import type { Theme } from '@tanstack/query-devtools';
8
- import type { UserConfig } from 'vite';
9
7
  import type { VNode } from 'preact';
10
8
 
11
- export declare const default_alias: any[];
12
-
13
- export declare const default_alias_1: any[];
14
-
15
- export declare const default_alias_2: Options | Options[] | ((overrideOptions: Options) => Options | Options[] | Promise<Options | Options[]>);
16
-
17
- export declare const default_alias_3: UserConfig;
18
-
19
9
  declare namespace Devtools {
20
10
  export {
21
11
  PreactQueryDevtools,
@@ -116,24 +106,6 @@ export declare interface DevtoolsPanelOptions {
116
106
 
117
107
  export declare type DevtoolsPanelOptions_alias_1 = DevtoolsPanel.DevtoolsPanelOptions;
118
108
 
119
- /**
120
- * @param {Object} opts - Options for building configurations.
121
- * @param {string[]} opts.entry - The entry array.
122
- * @returns {import('tsup').Options}
123
- */
124
- export declare function legacyConfig(opts: {
125
- entry: string[];
126
- }): Options;
127
-
128
- /**
129
- * @param {Object} opts - Options for building configurations.
130
- * @param {string[]} opts.entry - The entry array.
131
- * @returns {import('tsup').Options}
132
- */
133
- export declare function modernConfig(opts: {
134
- entry: string[];
135
- }): Options;
136
-
137
109
  export declare function PreactQueryDevtools(props: DevtoolsOptions): VNode | null;
138
110
 
139
111
  export declare const PreactQueryDevtools_alias_1: (typeof Devtools)['PreactQueryDevtools'];
@@ -2,20 +2,10 @@ import type { DevtoolsButtonPosition } from '@tanstack/query-devtools';
2
2
  import type { DevtoolsErrorType } from '@tanstack/query-devtools';
3
3
  import type { DevtoolsPosition } from '@tanstack/query-devtools';
4
4
  import type { JSX } from 'preact';
5
- import { Options } from 'tsup';
6
5
  import type { QueryClient } from '@tanstack/preact-query';
7
6
  import type { Theme } from '@tanstack/query-devtools';
8
- import type { UserConfig } from 'vite';
9
7
  import type { VNode } from 'preact';
10
8
 
11
- export declare const default_alias: any[];
12
-
13
- export declare const default_alias_1: any[];
14
-
15
- export declare const default_alias_2: Options | Options[] | ((overrideOptions: Options) => Options | Options[] | Promise<Options | Options[]>);
16
-
17
- export declare const default_alias_3: UserConfig;
18
-
19
9
  declare namespace Devtools {
20
10
  export {
21
11
  PreactQueryDevtools,
@@ -116,24 +106,6 @@ export declare interface DevtoolsPanelOptions {
116
106
 
117
107
  export declare type DevtoolsPanelOptions_alias_1 = DevtoolsPanel.DevtoolsPanelOptions;
118
108
 
119
- /**
120
- * @param {Object} opts - Options for building configurations.
121
- * @param {string[]} opts.entry - The entry array.
122
- * @returns {import('tsup').Options}
123
- */
124
- export declare function legacyConfig(opts: {
125
- entry: string[];
126
- }): Options;
127
-
128
- /**
129
- * @param {Object} opts - Options for building configurations.
130
- * @param {string[]} opts.entry - The entry array.
131
- * @returns {import('tsup').Options}
132
- */
133
- export declare function modernConfig(opts: {
134
- entry: string[];
135
- }): Options;
136
-
137
109
  export declare function PreactQueryDevtools(props: DevtoolsOptions): VNode | null;
138
110
 
139
111
  export declare const PreactQueryDevtools_alias_1: (typeof Devtools)['PreactQueryDevtools'];
@@ -2,20 +2,10 @@ import type { DevtoolsButtonPosition } from '@tanstack/query-devtools';
2
2
  import type { DevtoolsErrorType } from '@tanstack/query-devtools';
3
3
  import type { DevtoolsPosition } from '@tanstack/query-devtools';
4
4
  import type { JSX } from 'preact';
5
- import { Options } from 'tsup';
6
5
  import type { QueryClient } from '@tanstack/preact-query';
7
6
  import type { Theme } from '@tanstack/query-devtools';
8
- import type { UserConfig } from 'vite';
9
7
  import type { VNode } from 'preact';
10
8
 
11
- export declare const default_alias: any[];
12
-
13
- export declare const default_alias_1: any[];
14
-
15
- export declare const default_alias_2: Options | Options[] | ((overrideOptions: Options) => Options | Options[] | Promise<Options | Options[]>);
16
-
17
- export declare const default_alias_3: UserConfig;
18
-
19
9
  declare namespace Devtools {
20
10
  export {
21
11
  PreactQueryDevtools,
@@ -116,24 +106,6 @@ export declare interface DevtoolsPanelOptions {
116
106
 
117
107
  export declare type DevtoolsPanelOptions_alias_1 = DevtoolsPanel.DevtoolsPanelOptions;
118
108
 
119
- /**
120
- * @param {Object} opts - Options for building configurations.
121
- * @param {string[]} opts.entry - The entry array.
122
- * @returns {import('tsup').Options}
123
- */
124
- export declare function legacyConfig(opts: {
125
- entry: string[];
126
- }): Options;
127
-
128
- /**
129
- * @param {Object} opts - Options for building configurations.
130
- * @param {string[]} opts.entry - The entry array.
131
- * @returns {import('tsup').Options}
132
- */
133
- export declare function modernConfig(opts: {
134
- entry: string[];
135
- }): Options;
136
-
137
109
  export declare function PreactQueryDevtools(props: DevtoolsOptions): VNode | null;
138
110
 
139
111
  export declare const PreactQueryDevtools_alias_1: (typeof Devtools)['PreactQueryDevtools'];
@@ -2,20 +2,10 @@ import type { DevtoolsButtonPosition } from '@tanstack/query-devtools';
2
2
  import type { DevtoolsErrorType } from '@tanstack/query-devtools';
3
3
  import type { DevtoolsPosition } from '@tanstack/query-devtools';
4
4
  import type { JSX } from 'preact';
5
- import { Options } from 'tsup';
6
5
  import type { QueryClient } from '@tanstack/preact-query';
7
6
  import type { Theme } from '@tanstack/query-devtools';
8
- import type { UserConfig } from 'vite';
9
7
  import type { VNode } from 'preact';
10
8
 
11
- export declare const default_alias: any[];
12
-
13
- export declare const default_alias_1: any[];
14
-
15
- export declare const default_alias_2: Options | Options[] | ((overrideOptions: Options) => Options | Options[] | Promise<Options | Options[]>);
16
-
17
- export declare const default_alias_3: UserConfig;
18
-
19
9
  declare namespace Devtools {
20
10
  export {
21
11
  PreactQueryDevtools,
@@ -116,24 +106,6 @@ export declare interface DevtoolsPanelOptions {
116
106
 
117
107
  export declare type DevtoolsPanelOptions_alias_1 = DevtoolsPanel.DevtoolsPanelOptions;
118
108
 
119
- /**
120
- * @param {Object} opts - Options for building configurations.
121
- * @param {string[]} opts.entry - The entry array.
122
- * @returns {import('tsup').Options}
123
- */
124
- export declare function legacyConfig(opts: {
125
- entry: string[];
126
- }): Options;
127
-
128
- /**
129
- * @param {Object} opts - Options for building configurations.
130
- * @param {string[]} opts.entry - The entry array.
131
- * @returns {import('tsup').Options}
132
- */
133
- export declare function modernConfig(opts: {
134
- entry: string[];
135
- }): Options;
136
-
137
109
  export declare function PreactQueryDevtools(props: DevtoolsOptions): VNode | null;
138
110
 
139
111
  export declare const PreactQueryDevtools_alias_1: (typeof Devtools)['PreactQueryDevtools'];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tanstack/preact-query-devtools",
3
- "version": "5.96.0",
3
+ "version": "5.96.2",
4
4
  "description": "Developer tools to interact with and visualize the TanStack/preact-query cache",
5
5
  "author": "tannerlinsley",
6
6
  "license": "MIT",
@@ -59,7 +59,7 @@
59
59
  "!src/__tests__"
60
60
  ],
61
61
  "dependencies": {
62
- "@tanstack/query-devtools": "5.96.0"
62
+ "@tanstack/query-devtools": "5.96.2"
63
63
  },
64
64
  "devDependencies": {
65
65
  "@preact/preset-vite": "^2.10.2",
@@ -69,11 +69,11 @@
69
69
  "preact": "^10.28.0",
70
70
  "typescript": "5.9.3",
71
71
  "typescript-eslint": "^8.54.0",
72
- "@tanstack/preact-query": "5.96.0"
72
+ "@tanstack/preact-query": "5.96.2"
73
73
  },
74
74
  "peerDependencies": {
75
75
  "preact": "^10.0.0",
76
- "@tanstack/preact-query": "^5.96.0"
76
+ "@tanstack/preact-query": "^5.96.2"
77
77
  },
78
78
  "scripts": {
79
79
  "clean": "premove ./build ./coverage ./dist-ts",