ecklf-tmp-runtime-test
Advanced tools
Comparing version 1.0.143 to 1.0.144
@@ -72,3 +72,3 @@ "use strict"; | ||
const bootstrap = (0, utils_1.getExecutableName)('bootstrap'); | ||
const runtime = yield (0, build_utils_1.getProvidedRuntime)(); | ||
const runtime = (meta === null || meta === void 0 ? void 0 : meta.isDev) ? 'provided' : yield (0, build_utils_1.getProvidedRuntime)(); | ||
const lambda = new build_utils_1.Lambda(Object.assign({ files: Object.assign(Object.assign({}, extraFiles), { [bootstrap]: new build_utils_1.FileFsRef({ mode: 0o755, fsPath: bin }) }), handler: bootstrap, runtime }, lambdaOptions)); | ||
@@ -75,0 +75,0 @@ lambda.zipBuffer = yield lambda.createZip(); |
{ | ||
"name": "ecklf-tmp-runtime-test", | ||
"version": "1.0.143", | ||
"version": "1.0.144", | ||
"description": "Rust runtime for Vercel Functions.", | ||
@@ -47,4 +47,4 @@ "homepage": "https://github.com/vercel-community/rust", | ||
"ts-jest": "^29.0.5", | ||
"vercel": "^28.16.15" | ||
"vercel": "^34.0.0" | ||
} | ||
} |
33092