@tanstack/history
Advanced tools
+3
-3
| { | ||
| "name": "@tanstack/history", | ||
| "version": "1.161.6", | ||
| "version": "1.162.0", | ||
| "description": "Modern and scalable routing for React applications", | ||
@@ -53,3 +53,2 @@ "author": "Tanner Linsley", | ||
| "test:types": "pnpm run \"/^test:types:ts[0-9]{2}$/\"", | ||
| "test:types:ts54": "node ../../node_modules/typescript54/lib/tsc.js", | ||
| "test:types:ts55": "node ../../node_modules/typescript55/lib/tsc.js", | ||
@@ -59,3 +58,4 @@ "test:types:ts56": "node ../../node_modules/typescript56/lib/tsc.js", | ||
| "test:types:ts58": "node ../../node_modules/typescript58/lib/tsc.js", | ||
| "test:types:ts59": "tsc", | ||
| "test:types:ts59": "node ../../node_modules/typescript59/lib/tsc.js", | ||
| "test:types:ts60": "tsc", | ||
| "test:build": "publint --strict && attw --ignore-rules no-resolution --pack .", | ||
@@ -62,0 +62,0 @@ "test:unit": "vitest", |