@vercel/python
Advanced tools
Comparing version 4.3.1 to 4.4.0
{ | ||
"name": "@vercel/python", | ||
"version": "4.3.1", | ||
"version": "4.4.0", | ||
"main": "./dist/index.js", | ||
@@ -22,3 +22,4 @@ "license": "Apache-2.0", | ||
"@types/which": "3.0.0", | ||
"@vercel/build-utils": "8.3.5", | ||
"@vercel/build-utils": "8.4.12", | ||
"cross-env": "7.0.3", | ||
"execa": "^1.0.0", | ||
@@ -31,3 +32,3 @@ "fs-extra": "11.1.1", | ||
"build": "node ../../utils/build-builder.mjs", | ||
"test": "jest --reporters=default --reporters=jest-junit --env node --verbose --runInBand --bail", | ||
"test": "cross-env VERCEL_FORCE_PYTHON_STREAMING=1 jest --reporters=default --reporters=jest-junit --env node --verbose --runInBand --bail", | ||
"test-unit": "pnpm test test/unit.test.ts", | ||
@@ -34,0 +35,0 @@ "test-e2e": "pnpm test test/integration-*", |
Sorry, the diff of this file is not supported yet
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
242541
11