@vercel/redwood
Advanced tools
Comparing version 1.1.15 to 2.0.0
{ | ||
"name": "@vercel/redwood", | ||
"version": "1.1.15", | ||
"version": "2.0.0", | ||
"main": "./dist/index.js", | ||
@@ -15,11 +15,5 @@ "license": "Apache-2.0", | ||
}, | ||
"scripts": { | ||
"build": "node build.js", | ||
"test-e2e": "pnpm test test/test.js", | ||
"test": "jest --env node --verbose --bail --runInBand", | ||
"test-unit": "pnpm test test/prepare-cache.test.js" | ||
}, | ||
"dependencies": { | ||
"@vercel/nft": "0.22.5", | ||
"@vercel/routing-utils": "2.2.1", | ||
"@vercel/routing-utils": "3.0.0", | ||
"semver": "6.1.1" | ||
@@ -31,7 +25,13 @@ }, | ||
"@types/semver": "6.0.0", | ||
"@vercel/build-utils": "6.7.2", | ||
"@vercel/build-utils": "7.0.0", | ||
"execa": "3.2.0", | ||
"fs-extra": "11.1.0" | ||
"fs-extra": "11.1.0", | ||
"jest-junit": "16.0.0" | ||
}, | ||
"gitHead": "2de365f9cfea3ce283d2bf855507c71209f1e3d8" | ||
} | ||
"scripts": { | ||
"build": "node build.js", | ||
"test-e2e": "pnpm test test/test.js", | ||
"test": "jest --reporters=default --reporters=jest-junit --env node --verbose --bail --runInBand", | ||
"test-unit": "pnpm test test/prepare-cache.test.js" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
32492
4
462
7
6
+ Added@vercel/routing-utils@3.0.0(transitive)
- Removed@vercel/routing-utils@2.2.1(transitive)
Updated@vercel/routing-utils@3.0.0