@tanstack/react-query-devtools
Advanced tools
+2
-2
| { | ||
| "name": "@tanstack/react-query-devtools", | ||
| "version": "5.0.0-alpha.45", | ||
| "version": "5.0.0-alpha.46", | ||
| "description": "Developer tools to interact with and visualize the TanStack/react-query cache", | ||
@@ -59,3 +59,3 @@ "author": "tannerlinsley", | ||
| "test:eslint": "eslint --ext .ts,.tsx ./src", | ||
| "test:types": "pnpm build:types", | ||
| "test:types": "tsc --noEmit", | ||
| "test:lib": "vitest run --coverage", | ||
@@ -62,0 +62,0 @@ "test:lib:dev": "pnpm run test:lib --watch", |
3359925
0