@vercel/next
Advanced tools
Comparing version 3.9.4 to 4.0.0
{ | ||
"name": "@vercel/next", | ||
"version": "3.9.4", | ||
"version": "4.0.0", | ||
"license": "Apache-2.0", | ||
@@ -29,5 +29,5 @@ "main": "./dist/index", | ||
"@types/webpack-sources": "3.2.0", | ||
"@vercel/build-utils": "6.8.3", | ||
"@vercel/build-utils": "7.0.0", | ||
"@vercel/nft": "0.22.5", | ||
"@vercel/routing-utils": "2.2.1", | ||
"@vercel/routing-utils": "3.0.0", | ||
"async-sema": "3.0.1", | ||
@@ -44,2 +44,3 @@ "buffer-crc32": "0.2.13", | ||
"get-port": "5.0.0", | ||
"jest-junit": "16.0.0", | ||
"nanoid": "3.3.4", | ||
@@ -59,3 +60,3 @@ "ndjson": "2.0.0", | ||
"build-dev": "node build.js --dev", | ||
"test": "jest --env node --verbose --bail --runInBand --testTimeout=360000", | ||
"test": "jest --reporters=default --reporters=jest-junit --env node --verbose --bail --runInBand --testTimeout=360000", | ||
"test-unit": "pnpm test test/unit/", | ||
@@ -62,0 +63,0 @@ "test-next-local": "pnpm test test/integration/*.test.js test/integration/*.test.ts", |
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
1715120
38