@tanstack/query-core
Advanced tools
Comparing version 5.0.0-beta.0 to 5.0.0-beta.5
{ | ||
"name": "@tanstack/query-core", | ||
"version": "5.0.0-beta.0", | ||
"version": "5.0.0-beta.5", | ||
"description": "The framework agnostic core that powers TanStack Query", | ||
@@ -41,5 +41,5 @@ "author": "tannerlinsley", | ||
"test:lib:dev": "pnpm run test:lib --watch", | ||
"test:build": "publint --strict && attw --pack", | ||
"test:build": "publint --strict", | ||
"build": "tsup" | ||
} | ||
} |
1753182