@vercel/routing-utils
Advanced tools
Comparing version 2.2.1 to 3.0.0
{ | ||
"name": "@vercel/routing-utils", | ||
"version": "2.2.1", | ||
"version": "3.0.0", | ||
"description": "Vercel routing utilities", | ||
@@ -16,7 +16,2 @@ "main": "./dist/index.js", | ||
"license": "Apache-2.0", | ||
"scripts": { | ||
"build": "tsc", | ||
"test": "jest --env node --verbose --runInBand --bail", | ||
"test-unit": "pnpm test" | ||
}, | ||
"dependencies": { | ||
@@ -29,2 +24,3 @@ "path-to-regexp": "6.1.0" | ||
"ajv": "^6.0.0", | ||
"jest-junit": "16.0.0", | ||
"typescript": "4.9.5" | ||
@@ -35,3 +31,7 @@ }, | ||
}, | ||
"gitHead": "2de365f9cfea3ce283d2bf855507c71209f1e3d8" | ||
} | ||
"scripts": { | ||
"build": "tsc", | ||
"test": "jest --reporters=default --reporters=jest-junit --env node --verbose --runInBand --bail", | ||
"test-unit": "pnpm test" | ||
} | ||
} |
102990
16
2199
1
5