@vercel/python
Advanced tools
Comparing version 2.3.4 to 3.0.0
import { BuildOptions, shouldServe } from '@vercel/build-utils'; | ||
import { installRequirement, installRequirementsFile } from './install'; | ||
export declare const version = 3; | ||
export declare function downloadFilesInWorkPath({ entrypoint, workPath, files, meta, }: BuildOptions): Promise<string>; | ||
export declare function downloadFilesInWorkPath({ entrypoint, workPath, files, meta, }: Pick<BuildOptions, 'entrypoint' | 'workPath' | 'files' | 'meta'>): Promise<string>; | ||
export declare const build: ({ workPath, files: originalFiles, entrypoint, meta, config, }: BuildOptions) => Promise<{ | ||
@@ -6,0 +6,0 @@ output: import("@vercel/build-utils").Lambda; |
{ | ||
"name": "@vercel/python", | ||
"version": "2.3.4", | ||
"version": "3.0.0", | ||
"main": "./dist/index.js", | ||
@@ -26,3 +26,3 @@ "license": "MIT", | ||
"@types/jest": "27.4.1", | ||
"@vercel/build-utils": "3.1.1", | ||
"@vercel/build-utils": "4.0.0", | ||
"@vercel/ncc": "0.24.0", | ||
@@ -32,3 +32,3 @@ "execa": "^1.0.0", | ||
}, | ||
"gitHead": "ad436313e155b0e07cb14475e11c5c12e1b36f75" | ||
"gitHead": "de0d2fba0b32588726a2799015eaff4e6bb65ffb" | ||
} |
Sorry, the diff of this file is too big to display
127571
7
3294