@tanstack/solid-query-devtools 5.103.3 → 5.104.0

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.
package/build/index.d.cts CHANGED
@@ -1,6 +1,6 @@
1
1
  import { DevtoolsButtonPosition, DevtoolsErrorType, DevtoolsPosition, Theme } from "@tanstack/query-devtools";
2
2
  import { QueryClient } from "@tanstack/solid-query";
3
- import { JSX } from "solid-js";
3
+ import { JSX as JSX$1 } from "solid-js";
4
4
  //#region src/devtools.d.ts
5
5
  interface DevtoolsOptions {
6
6
  /**
@@ -74,7 +74,7 @@ interface DevtoolsPanelOptions {
74
74
  * @example { height: '100%' }
75
75
  * @example { height: '100%', width: '100%' }
76
76
  */
77
- style?: JSX.CSSProperties;
77
+ style?: JSX$1.CSSProperties;
78
78
  /**
79
79
  * Callback function that is called when the devtools panel is closed
80
80
  */
@@ -90,11 +90,11 @@ interface DevtoolsPanelOptions {
90
90
  */
91
91
  theme?: Theme;
92
92
  }
93
- declare function SolidQueryDevtoolsPanel$1(props: DevtoolsPanelOptions): JSX.Element;
93
+ declare function SolidQueryDevtoolsPanel$1(props: DevtoolsPanelOptions): JSX$1.Element;
94
94
  //#endregion
95
95
  //#region src/index.d.ts
96
- declare const SolidQueryDevtools: typeof SolidQueryDevtools$1;
97
- declare const SolidQueryDevtoolsPanel: typeof SolidQueryDevtoolsPanel$1;
96
+ export declare const SolidQueryDevtools: typeof SolidQueryDevtools$1;
97
+ export declare const SolidQueryDevtoolsPanel: typeof SolidQueryDevtoolsPanel$1;
98
98
  //#endregion
99
- export { type DevtoolsPanelOptions, SolidQueryDevtools, SolidQueryDevtoolsPanel };
99
+ export type { DevtoolsPanelOptions };
100
100
  //# sourceMappingURL=index.d.cts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.cts","names":["SolidQueryDevtools","SolidQueryDevtoolsPanel","SolidQueryDevtoolsComp","SolidQueryDevtoolsCompPanel"],"sources":["../src/devtools.tsx","../src/devtoolsPanel.tsx","../src/index.tsx"],"mappings":";;;;UAWU;;;;EAIR;;;;;;;EAOA,iBAAiB;;;;;;;EAOjB,WAAW;;;;EAIX,SAAS;;;;EAIT,aAAa,MAAM;;;;EAInB;;;;EAIA,kBAAkB;;;;EAIlB;;;;;;EAMA,QAAQ;;iBAGcA,qBAAmB,OAAO,qCAAe,IAAA;;;UCnDhD;;;;EAIf,SAAS;;;;EAIT,aAAa,MAAM;;;;EAInB;;;;EAIA,kBAAkB;;;;;;;EAQlB,QAAQ,IAAI;;;;EAKZ;;;;EAIA;;;;;;EAMA,QAAQ;;iBAGcC,0BAAwB,OAAO,uBAAoB,IAAA;;;cC5C9D,2BAA2BC;cAM3B,gCAAgCC"}
1
+ {"version":3,"file":"index.d.cts","names":["SolidQueryDevtools","JSX","SolidQueryDevtoolsPanel","SolidQueryDevtoolsComp","SolidQueryDevtoolsCompPanel"],"sources":["../src/devtools.tsx","../src/devtoolsPanel.tsx","../src/index.tsx"],"mappings":";;;;UAWU;;;;EAIR;;;;;;;EAOA,iBAAiB;;;;;;;EAOjB,WAAW;;;;EAIX,SAAS;;;;EAIT,aAAa,MAAM;;;;EAInB;;;;EAIA,kBAAkB;;;;EAIlB;;;;;;EAMA,QAAQ;;iBAGcA,qBAAmB,OAAO,qCAAe,IAAA;;;UCnDhD;;;;EAIf,SAAS;;;;EAIT,aAAa,MAAM;;;;EAInB;;;;EAIA,kBAAkB;;;;;;;EAQlB,QAAQC,MAAI;;;;EAKZ;;;;EAIA;;;;;;EAMA,QAAQ;;iBAGcC,0BAAwB,OAAO,uBAAoBD,MAAA;;;qBC5C9D,2BAA2BE;qBAM3B,gCAAgCC"}
package/build/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { JSX } from "solid-js";
1
+ import { JSX as JSX$1 } from "solid-js";
2
2
  import { QueryClient } from "@tanstack/solid-query";
3
3
  import { DevtoolsButtonPosition, DevtoolsErrorType, DevtoolsPosition, Theme } from "@tanstack/query-devtools";
4
4
  //#region src/devtools.d.ts
@@ -74,7 +74,7 @@ interface DevtoolsPanelOptions {
74
74
  * @example { height: '100%' }
75
75
  * @example { height: '100%', width: '100%' }
76
76
  */
77
- style?: JSX.CSSProperties;
77
+ style?: JSX$1.CSSProperties;
78
78
  /**
79
79
  * Callback function that is called when the devtools panel is closed
80
80
  */
@@ -90,11 +90,11 @@ interface DevtoolsPanelOptions {
90
90
  */
91
91
  theme?: Theme;
92
92
  }
93
- declare function SolidQueryDevtoolsPanel$1(props: DevtoolsPanelOptions): JSX.Element;
93
+ declare function SolidQueryDevtoolsPanel$1(props: DevtoolsPanelOptions): JSX$1.Element;
94
94
  //#endregion
95
95
  //#region src/index.d.ts
96
- declare const SolidQueryDevtools: typeof SolidQueryDevtools$1;
97
- declare const SolidQueryDevtoolsPanel: typeof SolidQueryDevtoolsPanel$1;
96
+ export declare const SolidQueryDevtools: typeof SolidQueryDevtools$1;
97
+ export declare const SolidQueryDevtoolsPanel: typeof SolidQueryDevtoolsPanel$1;
98
98
  //#endregion
99
- export { type DevtoolsPanelOptions, SolidQueryDevtools, SolidQueryDevtoolsPanel };
99
+ export type { DevtoolsPanelOptions };
100
100
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","names":["SolidQueryDevtools","SolidQueryDevtoolsPanel","SolidQueryDevtoolsComp","SolidQueryDevtoolsCompPanel"],"sources":["../src/devtools.tsx","../src/devtoolsPanel.tsx","../src/index.tsx"],"mappings":";;;;UAWU;;;;EAIR;;;;;;;EAOA,iBAAiB;;;;;;;EAOjB,WAAW;;;;EAIX,SAAS;;;;EAIT,aAAa,MAAM;;;;EAInB;;;;EAIA,kBAAkB;;;;EAIlB;;;;;;EAMA,QAAQ;;iBAGcA,qBAAmB,OAAO,qCAAe,IAAA;;;UCnDhD;;;;EAIf,SAAS;;;;EAIT,aAAa,MAAM;;;;EAInB;;;;EAIA,kBAAkB;;;;;;;EAQlB,QAAQ,IAAI;;;;EAKZ;;;;EAIA;;;;;;EAMA,QAAQ;;iBAGcC,0BAAwB,OAAO,uBAAoB,IAAA;;;cC5C9D,2BAA2BC;cAM3B,gCAAgCC"}
1
+ {"version":3,"file":"index.d.ts","names":["SolidQueryDevtools","JSX","SolidQueryDevtoolsPanel","SolidQueryDevtoolsComp","SolidQueryDevtoolsCompPanel"],"sources":["../src/devtools.tsx","../src/devtoolsPanel.tsx","../src/index.tsx"],"mappings":";;;;UAWU;;;;EAIR;;;;;;;EAOA,iBAAiB;;;;;;;EAOjB,WAAW;;;;EAIX,SAAS;;;;EAIT,aAAa,MAAM;;;;EAInB;;;;EAIA,kBAAkB;;;;EAIlB;;;;;;EAMA,QAAQ;;iBAGcA,qBAAmB,OAAO,qCAAe,IAAA;;;UCnDhD;;;;EAIf,SAAS;;;;EAIT,aAAa,MAAM;;;;EAInB;;;;EAIA,kBAAkB;;;;;;;EAQlB,QAAQC,MAAI;;;;EAKZ;;;;EAIA;;;;;;EAMA,QAAQ;;iBAGcC,0BAAwB,OAAO,uBAAoBD,MAAA;;;qBC5C9D,2BAA2BE;qBAM3B,gCAAgCC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tanstack/solid-query-devtools",
3
- "version": "5.103.3",
3
+ "version": "5.104.0",
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,18 +44,18 @@
44
44
  "!src/__tests__"
45
45
  ],
46
46
  "dependencies": {
47
- "@tanstack/query-devtools": "5.103.3"
47
+ "@tanstack/query-devtools": "5.104.0"
48
48
  },
49
49
  "devDependencies": {
50
50
  "@solidjs/testing-library": "^0.8.10",
51
- "@tanstack/solid-query": "5.103.3",
51
+ "@tanstack/solid-query": "5.104.0",
52
52
  "npm-run-all2": "^9.0.3",
53
53
  "solid-js": "^1.9.15",
54
54
  "unplugin-solid": "^2.0.0",
55
55
  "vite-plugin-solid": "^2.11.14"
56
56
  },
57
57
  "peerDependencies": {
58
- "@tanstack/solid-query": "^5.103.3",
58
+ "@tanstack/solid-query": "^5.104.0",
59
59
  "solid-js": "^1.6.0"
60
60
  },
61
61
  "scripts": {