carlin 1.34.1 → 1.34.2
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 +2 -0
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -3077,6 +3077,7 @@ var deployCloudFormation = async ({
|
|
|
3077
3077
|
lambdaEntryPointsBaseDir,
|
|
3078
3078
|
lambdaImage,
|
|
3079
3079
|
lambdaExternal,
|
|
3080
|
+
lambdaFormat,
|
|
3080
3081
|
lambdaOutdir,
|
|
3081
3082
|
parameters,
|
|
3082
3083
|
template,
|
|
@@ -3136,6 +3137,7 @@ var deployCloudFormation = async ({
|
|
|
3136
3137
|
lambdaExternal,
|
|
3137
3138
|
lambdaEntryPoints: finalLambdaEntryPoints,
|
|
3138
3139
|
lambdaEntryPointsBaseDir,
|
|
3140
|
+
lambdaFormat,
|
|
3139
3141
|
lambdaImage,
|
|
3140
3142
|
lambdaOutdir,
|
|
3141
3143
|
stackName
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "carlin",
|
|
3
|
-
"version": "1.34.
|
|
3
|
+
"version": "1.34.2",
|
|
4
4
|
"description": "",
|
|
5
5
|
"license": "GPL-3.0",
|
|
6
6
|
"author": "Pedro Arantes <arantespp@gmail.com> (https://twitter.com/arantespp)",
|
|
@@ -45,9 +45,9 @@
|
|
|
45
45
|
"uglify-js": "^3.17.4",
|
|
46
46
|
"vercel": "^34.2.0",
|
|
47
47
|
"yargs": "^17.7.2",
|
|
48
|
-
"@ttoss/config": "^1.32.4",
|
|
49
48
|
"@ttoss/cloudformation": "^0.9.8",
|
|
50
|
-
"@ttoss/read-config-file": "^1.0.3"
|
|
49
|
+
"@ttoss/read-config-file": "^1.0.3",
|
|
50
|
+
"@ttoss/config": "^1.32.4"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
53
|
"@types/adm-zip": "^0.5.5",
|