@robohall/react-query-factory 2.1.2 → 2.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +3 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@robohall/react-query-factory",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.3",
|
|
4
4
|
"description": "A factory abstraction for TanStack Query (React Query) with composable keys, crawling support, and automatic infinite query generation",
|
|
5
5
|
"author": "Robert Hall",
|
|
6
6
|
"license": "MIT",
|
|
@@ -33,6 +33,7 @@
|
|
|
33
33
|
"build": "tsup src/index.ts --format cjs,esm --dts --clean",
|
|
34
34
|
"typecheck": "tsc --noEmit",
|
|
35
35
|
"test": "vitest run",
|
|
36
|
+
"test:coverage": "vitest run --coverage",
|
|
36
37
|
"test:watch": "vitest",
|
|
37
38
|
"prepublishOnly": "npm run build && npm test",
|
|
38
39
|
"sandbox": "cd sandbox && npm run dev",
|
|
@@ -43,6 +44,7 @@
|
|
|
43
44
|
},
|
|
44
45
|
"devDependencies": {
|
|
45
46
|
"@tanstack/react-query": "^5.0.0",
|
|
47
|
+
"@vitest/coverage-v8": "^2.1.9",
|
|
46
48
|
"prettier": "^3.8.3",
|
|
47
49
|
"tsup": "^8.0.0",
|
|
48
50
|
"typescript": "^5.0.0",
|