@tanstack/query-devtools
Advanced tools
Comparing version 5.17.21 to 5.18.0
@@ -68,3 +68,3 @@ import { createSignal, render, lazy, setupStyleSheet, createComponent, mergeProps } from './chunk/UF7WX6DB.js'; | ||
} else { | ||
Devtools = lazy(() => import('./Devtools/EJGC42YZ.js')); | ||
Devtools = lazy(() => import('./Devtools/F44ZTS6H.js')); | ||
this.#Component = Devtools; | ||
@@ -71,0 +71,0 @@ } |
@@ -73,3 +73,3 @@ import { | ||
} else { | ||
Devtools = lazy(() => import("./Devtools/TBWOHJON.jsx")); | ||
Devtools = lazy(() => import("./Devtools/GGXFRC53.jsx")); | ||
this.#Component = Devtools; | ||
@@ -76,0 +76,0 @@ } |
@@ -68,3 +68,3 @@ import { createSignal, render, lazy, setupStyleSheet, createComponent, mergeProps } from './chunk/6MVECHXQ.js'; | ||
} else { | ||
Devtools = lazy(() => import('./Devtools/2DAFLIRC.js')); | ||
Devtools = lazy(() => import('./Devtools/IEC7B7YJ.js')); | ||
this.#Component = Devtools; | ||
@@ -71,0 +71,0 @@ } |
@@ -73,3 +73,3 @@ import { | ||
} else { | ||
Devtools = lazy(() => import("./Devtools/XOPUKKPX.jsx")); | ||
Devtools = lazy(() => import("./Devtools/PFRKCKUQ.jsx")); | ||
this.#Component = Devtools; | ||
@@ -76,0 +76,0 @@ } |
{ | ||
"name": "@tanstack/query-devtools", | ||
"version": "5.17.21", | ||
"version": "5.18.0", | ||
"description": "Developer tools to interact with and visualize the TanStack Query cache", | ||
@@ -53,3 +53,3 @@ "author": "tannerlinsley", | ||
"vite-plugin-solid": "^2.8.0", | ||
"@tanstack/query-core": "5.17.19" | ||
"@tanstack/query-core": "5.18.0" | ||
}, | ||
@@ -56,0 +56,0 @@ "scripts": { |
@@ -94,2 +94,3 @@ import { describe, expect, it } from 'vitest' | ||
/* eslint-disable @cspell/spellchecker */ | ||
const newData = updateNestedDataByPath(oldData, ['fr'], 'salut') | ||
@@ -112,2 +113,3 @@ | ||
}) | ||
/* eslint-enable */ | ||
}) | ||
@@ -117,2 +119,3 @@ | ||
it('should update data correctly', async () => { | ||
/* eslint-disable @cspell/spellchecker */ | ||
const oldData = new Map([ | ||
@@ -374,2 +377,3 @@ [ | ||
`) | ||
/* eslint-enable */ | ||
}) | ||
@@ -476,2 +480,3 @@ }) | ||
it('should delete nested items correctly', async () => { | ||
/* eslint-disable @cspell/spellchecker */ | ||
const oldData = new Map([ | ||
@@ -728,2 +733,3 @@ [ | ||
`) | ||
/* eslint-enable */ | ||
}) | ||
@@ -730,0 +736,0 @@ }) |
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
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
3438028
104463