@vercel/routing-utils
Advanced tools
Comparing version 2.1.3 to 2.1.7
{ | ||
"name": "@vercel/routing-utils", | ||
"version": "2.1.3", | ||
"version": "2.1.7", | ||
"description": "Vercel routing utilities", | ||
@@ -19,3 +19,3 @@ "main": "./dist/index.js", | ||
"test": "jest --env node --verbose --runInBand --bail", | ||
"test-unit": "yarn test" | ||
"test-unit": "pnpm test" | ||
}, | ||
@@ -34,3 +34,3 @@ "dependencies": { | ||
}, | ||
"gitHead": "1b211f28dfdcb112f1aecb53a2b9f257ecc58420" | ||
"gitHead": "e54da8a2e5504987a956e2baaad6d817028b597f" | ||
} |
@@ -7,3 +7,3 @@ # @vercel/routing-utils | ||
`yarn add @vercel/routing-utils` | ||
`npm add @vercel/routing-utils` | ||
@@ -10,0 +10,0 @@ ```ts |
88618