carlin 1.49.6 → 1.49.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -2994,7 +2994,7 @@ var uploadCodeToS3 = /* @__PURE__ */ __name(async ({ stackName, lambdaOutdir })
|
|
|
2994
2994
|
|
|
2995
2995
|
// src/deploy/lambda/deployLambdaCode.ts
|
|
2996
2996
|
var logPrefix9 = "lambda";
|
|
2997
|
-
var deployLambdaCode = /* @__PURE__ */ __name(async ({ lambdaDockerfile, lambdaExternal = [], lambdaImage, lambdaEntryPoints, lambdaEntryPointsBaseDir = "src", lambdaFormat, lambdaOutdir = "
|
|
2997
|
+
var deployLambdaCode = /* @__PURE__ */ __name(async ({ lambdaDockerfile, lambdaExternal = [], lambdaImage, lambdaEntryPoints, lambdaEntryPointsBaseDir = "src", lambdaFormat, lambdaOutdir = "out", stackName }) => {
|
|
2998
2998
|
if (!lambdaEntryPoints.length) {
|
|
2999
2999
|
return {};
|
|
3000
3000
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "carlin",
|
|
3
|
-
"version": "1.49.
|
|
3
|
+
"version": "1.49.7",
|
|
4
4
|
"description": "",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Pedro Arantes <arantespp@gmail.com> (https://twitter.com/arantespp)",
|
|
@@ -48,8 +48,8 @@
|
|
|
48
48
|
"vercel": "^39.1.1",
|
|
49
49
|
"yargs": "^17.7.2",
|
|
50
50
|
"@ttoss/cloudformation": "^0.12.12",
|
|
51
|
-
"@ttoss/
|
|
52
|
-
"@ttoss/config": "^
|
|
51
|
+
"@ttoss/config": "^1.37.10",
|
|
52
|
+
"@ttoss/read-config-file": "^2.2.10"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
55
|
"@types/adm-zip": "^0.5.6",
|