carlin 1.49.7 → 1.49.8

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -4963,7 +4963,7 @@ var options6 = {
4963
4963
  type: "string"
4964
4964
  },
4965
4965
  "lambda-outdir": {
4966
- default: "dist",
4966
+ default: "out",
4967
4967
  describe: "Output directory for built Lambda code.",
4968
4968
  type: "string"
4969
4969
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "carlin",
3
- "version": "1.49.7",
3
+ "version": "1.49.8",
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/config": "^1.37.10",
52
- "@ttoss/read-config-file": "^2.2.10"
51
+ "@ttoss/read-config-file": "^2.2.10",
52
+ "@ttoss/config": "^1.37.10"
53
53
  },
54
54
  "devDependencies": {
55
55
  "@types/adm-zip": "^0.5.6",