@vercel/python
Advanced tools
Comparing version 3.1.60 to 4.0.0
{ | ||
"name": "@vercel/python", | ||
"version": "3.1.60", | ||
"version": "4.0.0", | ||
"main": "./dist/index.js", | ||
@@ -16,8 +16,2 @@ "license": "Apache-2.0", | ||
}, | ||
"scripts": { | ||
"build": "node build", | ||
"test": "jest --env node --verbose --runInBand --bail", | ||
"test-unit": "pnpm test test/unit.test.ts", | ||
"test-e2e": "pnpm test test/integration-*" | ||
}, | ||
"devDependencies": { | ||
@@ -27,7 +21,13 @@ "@types/execa": "^0.9.0", | ||
"@types/node": "14.18.33", | ||
"@vercel/build-utils": "6.7.2", | ||
"@vercel/build-utils": "7.0.0", | ||
"@vercel/ncc": "0.24.0", | ||
"execa": "^1.0.0" | ||
"execa": "^1.0.0", | ||
"jest-junit": "16.0.0" | ||
}, | ||
"gitHead": "2de365f9cfea3ce283d2bf855507c71209f1e3d8" | ||
} | ||
"scripts": { | ||
"build": "node build", | ||
"test": "jest --reporters=default --reporters=jest-junit --env node --verbose --runInBand --bail", | ||
"test-unit": "pnpm test test/unit.test.ts", | ||
"test-e2e": "pnpm test test/integration-*" | ||
} | ||
} |
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
232637
8
6581
7
38
2