@tanstack/query-devtools
Advanced tools
Comparing version 5.20.2 to 5.21.0
@@ -69,3 +69,3 @@ import { createSignal, render, lazy, setupStyleSheet, createComponent, mergeProps } from './chunk/O2PITFF6.js'; | ||
} else { | ||
Devtools = lazy(() => import('./Devtools/ZIZ6ACOL.js')); | ||
Devtools = lazy(() => import('./Devtools/NU5BFWH6.js')); | ||
this.#Component = Devtools; | ||
@@ -72,0 +72,0 @@ } |
@@ -73,3 +73,3 @@ import { | ||
} else { | ||
Devtools = lazy(() => import("./Devtools/2TZ2XDYA.jsx")); | ||
Devtools = lazy(() => import("./Devtools/EX35NSIV.jsx")); | ||
this.#Component = Devtools; | ||
@@ -76,0 +76,0 @@ } |
@@ -6,3 +6,3 @@ import { Query, QueryClient, onlineManager } from '@tanstack/query-core'; | ||
type DevtoolsPosition = XPosition | YPosition; | ||
type DevtoolsButtonPosition = `${YPosition}-${XPosition}`; | ||
type DevtoolsButtonPosition = `${YPosition}-${XPosition}` | 'relative'; | ||
interface DevToolsErrorType { | ||
@@ -9,0 +9,0 @@ /** |
@@ -69,3 +69,3 @@ import { createSignal, render, lazy, setupStyleSheet, createComponent, mergeProps } from './chunk/XKKA3NOX.js'; | ||
} else { | ||
Devtools = lazy(() => import('./Devtools/6ZYZQAZS.js')); | ||
Devtools = lazy(() => import('./Devtools/4IXB5NHK.js')); | ||
this.#Component = Devtools; | ||
@@ -72,0 +72,0 @@ } |
@@ -73,3 +73,3 @@ import { | ||
} else { | ||
Devtools = lazy(() => import("./Devtools/FWYJEP5C.jsx")); | ||
Devtools = lazy(() => import("./Devtools/2ACMJH2B.jsx")); | ||
this.#Component = Devtools; | ||
@@ -76,0 +76,0 @@ } |
{ | ||
"name": "@tanstack/query-devtools", | ||
"version": "5.20.2", | ||
"version": "5.21.0", | ||
"description": "Developer tools to interact with and visualize the TanStack Query cache", | ||
@@ -53,3 +53,3 @@ "author": "tannerlinsley", | ||
"vite-plugin-solid": "^2.9.1", | ||
"@tanstack/query-core": "5.20.2" | ||
"@tanstack/query-core": "5.20.5" | ||
}, | ||
@@ -56,0 +56,0 @@ "scripts": { |
@@ -8,3 +8,3 @@ import { createContext, useContext } from 'solid-js' | ||
export type DevtoolsPosition = XPosition | YPosition | ||
export type DevtoolsButtonPosition = `${YPosition}-${XPosition}` | ||
export type DevtoolsButtonPosition = `${YPosition}-${XPosition}` | 'relative' | ||
@@ -11,0 +11,0 @@ export interface DevToolsErrorType { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
3434019
103798