@tanstack/solid-query-devtools 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.
|
@@ -4,10 +4,8 @@ import type { DevtoolsButtonPosition } from '@tanstack/query-devtools';
|
|
|
4
4
|
import type { DevtoolsErrorType } from '@tanstack/query-devtools';
|
|
5
5
|
import type { DevtoolsPosition } from '@tanstack/query-devtools';
|
|
6
6
|
import { JSX } from 'solid-js';
|
|
7
|
-
import { Options } from 'tsup';
|
|
8
7
|
import type { QueryClient } from '@tanstack/solid-query';
|
|
9
8
|
import type { Theme } from '@tanstack/query-devtools';
|
|
10
|
-
import { UserConfig } from 'vite';
|
|
11
9
|
|
|
12
10
|
export declare function default_alias<T extends Component<any>>(fn: () => Promise<{
|
|
13
11
|
default: T;
|
|
@@ -19,14 +17,6 @@ export declare function default_alias_1(props: DevtoolsOptions): JSX;
|
|
|
19
17
|
|
|
20
18
|
export declare function default_alias_2(props: DevtoolsPanelOptions): JSX.Element;
|
|
21
19
|
|
|
22
|
-
export declare const default_alias_3: any[];
|
|
23
|
-
|
|
24
|
-
export declare const default_alias_4: any[];
|
|
25
|
-
|
|
26
|
-
export declare const default_alias_5: Options | Options[] | ((overrideOptions: Options) => Options | Options[] | Promise<Options | Options[]>);
|
|
27
|
-
|
|
28
|
-
export declare const default_alias_6: UserConfig;
|
|
29
|
-
|
|
30
20
|
declare interface DevtoolsOptions {
|
|
31
21
|
/**
|
|
32
22
|
* Set this true if you want the dev tools to default to being open
|
|
@@ -4,10 +4,8 @@ import type { DevtoolsButtonPosition } from '@tanstack/query-devtools';
|
|
|
4
4
|
import type { DevtoolsErrorType } from '@tanstack/query-devtools';
|
|
5
5
|
import type { DevtoolsPosition } from '@tanstack/query-devtools';
|
|
6
6
|
import { JSX } from 'solid-js';
|
|
7
|
-
import { Options } from 'tsup';
|
|
8
7
|
import type { QueryClient } from '@tanstack/solid-query';
|
|
9
8
|
import type { Theme } from '@tanstack/query-devtools';
|
|
10
|
-
import { UserConfig } from 'vite';
|
|
11
9
|
|
|
12
10
|
export declare function default_alias<T extends Component<any>>(fn: () => Promise<{
|
|
13
11
|
default: T;
|
|
@@ -19,14 +17,6 @@ export declare function default_alias_1(props: DevtoolsOptions): JSX;
|
|
|
19
17
|
|
|
20
18
|
export declare function default_alias_2(props: DevtoolsPanelOptions): JSX.Element;
|
|
21
19
|
|
|
22
|
-
export declare const default_alias_3: any[];
|
|
23
|
-
|
|
24
|
-
export declare const default_alias_4: any[];
|
|
25
|
-
|
|
26
|
-
export declare const default_alias_5: Options | Options[] | ((overrideOptions: Options) => Options | Options[] | Promise<Options | Options[]>);
|
|
27
|
-
|
|
28
|
-
export declare const default_alias_6: UserConfig;
|
|
29
|
-
|
|
30
20
|
declare interface DevtoolsOptions {
|
|
31
21
|
/**
|
|
32
22
|
* Set this true if you want the dev tools to default to being open
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tanstack/solid-query-devtools",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.96.1",
|
|
4
4
|
"description": "Developer tools to interact with and visualize the TanStack/solid-query Query cache",
|
|
5
5
|
"author": "tannerlinsley",
|
|
6
6
|
"license": "MIT",
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"!src/__tests__"
|
|
45
45
|
],
|
|
46
46
|
"dependencies": {
|
|
47
|
-
"@tanstack/query-devtools": "5.
|
|
47
|
+
"@tanstack/query-devtools": "5.96.1"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
50
|
"@solidjs/testing-library": "^0.8.10",
|
|
@@ -52,11 +52,11 @@
|
|
|
52
52
|
"solid-js": "^1.9.7",
|
|
53
53
|
"tsup-preset-solid": "^2.2.0",
|
|
54
54
|
"vite-plugin-solid": "^2.11.6",
|
|
55
|
-
"@tanstack/solid-query": "5.
|
|
55
|
+
"@tanstack/solid-query": "5.96.1"
|
|
56
56
|
},
|
|
57
57
|
"peerDependencies": {
|
|
58
58
|
"solid-js": "^1.6.0",
|
|
59
|
-
"@tanstack/solid-query": "^5.
|
|
59
|
+
"@tanstack/solid-query": "^5.96.1"
|
|
60
60
|
},
|
|
61
61
|
"scripts": {
|
|
62
62
|
"clean": "premove ./build ./coverage ./dist-ts",
|