@vercel/error-utils
Advanced tools
+5
-3
| { | ||
| "name": "@vercel/error-utils", | ||
| "version": "2.0.2", | ||
| "version": "2.0.3", | ||
| "description": "A collection of error utilities for vercel/vercel", | ||
@@ -20,3 +20,4 @@ "main": "dist/index.js", | ||
| "jest-junit": "16.0.0", | ||
| "typescript": "4.9.5" | ||
| "typescript": "4.9.5", | ||
| "vitest": "2.1.4" | ||
| }, | ||
@@ -26,5 +27,6 @@ "scripts": { | ||
| "test": "jest --reporters=default --reporters=jest-junit --coverage --env node --verbose", | ||
| "test-unit": "pnpm test", | ||
| "vitest-run": "vitest -c ../../vitest.config.mts", | ||
| "vitest-unit": "glob --absolute 'test/*.test.ts'", | ||
| "type-check": "tsc --noEmit" | ||
| } | ||
| } |
18991
0.55%5
25%