ecklf-tmp-runtime-test
Advanced tools
Comparing version 1.0.17 to 1.0.18
@@ -83,3 +83,3 @@ "use strict"; | ||
(0, build_utils_1.debug)("Creating Lambda"); | ||
const lambda = new build_utils_1.Lambda({ | ||
const lambda = yield (0, build_utils_1.createLambda)({ | ||
files: Object.assign(Object.assign({}, extraFiles), { [bootstrap]: new build_utils_1.FileFsRef({ mode: 0o755, fsPath: bin }) }), | ||
@@ -86,0 +86,0 @@ handler: bootstrap, |
{ | ||
"name": "ecklf-tmp-runtime-test", | ||
"version": "1.0.17", | ||
"version": "1.0.18", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
39936