@tanstack/query-core
Advanced tools
Comparing version 5.0.0-alpha.53 to 5.0.0-alpha.54
{ | ||
"name": "@tanstack/query-core", | ||
"version": "5.0.0-alpha.53", | ||
"version": "5.0.0-alpha.54", | ||
"description": "The framework agnostic core that powers TanStack Query", | ||
@@ -37,2 +37,3 @@ "author": "tannerlinsley", | ||
"test:lib:dev": "pnpm run test:lib --watch", | ||
"test:build": "publint", | ||
"build": "pnpm build:rollup && pnpm build:types", | ||
@@ -39,0 +40,0 @@ "build:rollup": "rollup --config rollup.config.js", |
1054897