SIGN IN SIGN UP
TanStack / query UNCLAIMED

🤖 Powerful asynchronous state management, server-state utilities and data fetching for the web. TS/JS, React Query, Solid Query, Svelte Query and Vue Query.

48947 0 0 TypeScript
{
"name": "@tanstack/solid-query-devtools",
"version": "5.91.3",
"description": "Developer tools to interact with and visualize the TanStack/solid-query Query cache",
"author": "tannerlinsley",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/TanStack/query.git",
"directory": "packages/solid-query-devtools"
},
"homepage": "https://tanstack.com/query",
"funding": {
"type": "github",
"url": "https://github.com/sponsors/tannerlinsley"
},
"scripts": {
chore: composite monorepo (#8560) * chore: query-query, react-query and persist-core to composite setup * fix: self contain packages by having shared configs as symlinks * fix: add tsConfigPaths to vite config so that tests can pick up the path aliases * chore: set outDir, rootDir and baseUrl for all packages * chore: make legacy tsconfig extend regular tsconfig * fix: tsc --build * feat: setup project references * fix: legacy configs also need references * fix: oops * fix: tsup related builds we need to turn off composite builds for tsup * fix: set rootDir for tsup builds so that it can include all files it needs * fix: remove dependencies on ^build we no longer need builds to run tests / type checks * fix: add separate out dir for tsc * fix: include root eslint config in globals * refactor: create compile task to depend on * fix: typo * fix: dynamic alisases for vitest * chore: try to fix knip * fix: make compile a cacheable task * chore: temporary disable tests against older TS versions * fix: ts doesn't like string return types * fix(vue-query-devtools): fix build * fix: test types * Revert "chore: temporary disable tests against older TS versions" This reverts commit 10ef560eb544cdfd86586332048d36c26d895f25. * fix: make legacy ts builds output to their own directory * chore: remove test:types from examples as they need a build step * chore: fix knip * chore: remove test:types from all examples * Revert "Revert "chore: temporary disable tests against older TS versions"" This reverts commit d6daded7da9b532f49616de8bbcebe6d0efa5355. * fix: outputs for compile task * chore: remove test:types from integrations * Revert "Revert "Revert "chore: temporary disable tests against older TS versions""" This reverts commit 79b48447853931eab355e1fb200c0067f89359a5. --------- Co-authored-by: Damian Osipiuk <osipiukd+git@gmail.com>
2025-01-27 15:58:10 +01:00
"clean": "premove ./build ./coverage ./dist-ts",
"compile": "tsc --build",
"test:eslint": "eslint --concurrency=auto ./src",
2025-02-21 22:14:10 +09:00
"test:types": "npm run compile && npm-run-all --serial test:types:*",
chore: composite monorepo (#8560) * chore: query-query, react-query and persist-core to composite setup * fix: self contain packages by having shared configs as symlinks * fix: add tsConfigPaths to vite config so that tests can pick up the path aliases * chore: set outDir, rootDir and baseUrl for all packages * chore: make legacy tsconfig extend regular tsconfig * fix: tsc --build * feat: setup project references * fix: legacy configs also need references * fix: oops * fix: tsup related builds we need to turn off composite builds for tsup * fix: set rootDir for tsup builds so that it can include all files it needs * fix: remove dependencies on ^build we no longer need builds to run tests / type checks * fix: add separate out dir for tsc * fix: include root eslint config in globals * refactor: create compile task to depend on * fix: typo * fix: dynamic alisases for vitest * chore: try to fix knip * fix: make compile a cacheable task * chore: temporary disable tests against older TS versions * fix: ts doesn't like string return types * fix(vue-query-devtools): fix build * fix: test types * Revert "chore: temporary disable tests against older TS versions" This reverts commit 10ef560eb544cdfd86586332048d36c26d895f25. * fix: make legacy ts builds output to their own directory * chore: remove test:types from examples as they need a build step * chore: fix knip * chore: remove test:types from all examples * Revert "Revert "chore: temporary disable tests against older TS versions"" This reverts commit d6daded7da9b532f49616de8bbcebe6d0efa5355. * fix: outputs for compile task * chore: remove test:types from integrations * Revert "Revert "Revert "chore: temporary disable tests against older TS versions""" This reverts commit 79b48447853931eab355e1fb200c0067f89359a5. --------- Co-authored-by: Damian Osipiuk <osipiukd+git@gmail.com>
2025-01-27 15:58:10 +01:00
"test:types:ts54": "node ../../node_modules/typescript54/lib/tsc.js --build",
"test:types:ts55": "node ../../node_modules/typescript55/lib/tsc.js --build",
"test:types:ts56": "node ../../node_modules/typescript56/lib/tsc.js --build",
"test:types:ts57": "node ../../node_modules/typescript57/lib/tsc.js --build",
"test:types:ts58": "node ../../node_modules/typescript58/lib/tsc.js --build",
"test:types:ts59": "node ../../node_modules/typescript59/lib/tsc.js --build",
"test:types:ts60": "node ../../node_modules/typescript60/lib/tsc.js --build",
"test:build": "publint --strict && attw --pack",
"test:lib": "vitest --retry=3",
"test:lib:dev": "pnpm run test:lib --watch",
chore: composite monorepo (#8560) * chore: query-query, react-query and persist-core to composite setup * fix: self contain packages by having shared configs as symlinks * fix: add tsConfigPaths to vite config so that tests can pick up the path aliases * chore: set outDir, rootDir and baseUrl for all packages * chore: make legacy tsconfig extend regular tsconfig * fix: tsc --build * feat: setup project references * fix: legacy configs also need references * fix: oops * fix: tsup related builds we need to turn off composite builds for tsup * fix: set rootDir for tsup builds so that it can include all files it needs * fix: remove dependencies on ^build we no longer need builds to run tests / type checks * fix: add separate out dir for tsc * fix: include root eslint config in globals * refactor: create compile task to depend on * fix: typo * fix: dynamic alisases for vitest * chore: try to fix knip * fix: make compile a cacheable task * chore: temporary disable tests against older TS versions * fix: ts doesn't like string return types * fix(vue-query-devtools): fix build * fix: test types * Revert "chore: temporary disable tests against older TS versions" This reverts commit 10ef560eb544cdfd86586332048d36c26d895f25. * fix: make legacy ts builds output to their own directory * chore: remove test:types from examples as they need a build step * chore: fix knip * chore: remove test:types from all examples * Revert "Revert "chore: temporary disable tests against older TS versions"" This reverts commit d6daded7da9b532f49616de8bbcebe6d0efa5355. * fix: outputs for compile task * chore: remove test:types from integrations * Revert "Revert "Revert "chore: temporary disable tests against older TS versions""" This reverts commit 79b48447853931eab355e1fb200c0067f89359a5. --------- Co-authored-by: Damian Osipiuk <osipiukd+git@gmail.com>
2025-01-27 15:58:10 +01:00
"build": "tsup --tsconfig tsconfig.prod.json",
"build:dev": "tsup --watch"
},
"type": "module",
"main": "./build/index.cjs",
"module": "./build/index.js",
"types": "./build/index.d.ts",
"browser": {},
"exports": {
"@tanstack/custom-condition": "./src/index.tsx",
"solid": {
"development": "./build/dev.jsx",
"import": "./build/index.jsx"
},
"development": {
"import": {
"types": "./build/index.d.ts",
"default": "./build/dev.js"
},
"require": "./build/dev.cjs"
},
"import": {
"types": "./build/index.d.ts",
"default": "./build/index.js"
},
"require": "./build/index.cjs"
},
"files": [
"build",
2024-11-06 14:58:35 +01:00
"src",
"!src/__tests__"
],
"dependencies": {
"@tanstack/query-devtools": "workspace:*"
},
"devDependencies": {
"@solidjs/testing-library": "^0.8.10",
"@tanstack/solid-query": "workspace:*",
"npm-run-all2": "^5.0.0",
"solid-js": "^1.9.7",
"tsup-preset-solid": "^2.2.0",
"vite-plugin-solid": "^2.11.6"
},
"peerDependencies": {
"@tanstack/solid-query": "workspace:^",
"solid-js": "^1.6.0"
}
}