carlin 1.36.21 → 1.37.0

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 +2 -2
package/dist/index.js CHANGED
@@ -42,7 +42,7 @@ var __require = /* @__PURE__ */ ((x) => typeof require !== "undefined" ? require
42
42
  var NAME = "carlin";
43
43
  var AWS_DEFAULT_REGION = "us-east-1";
44
44
  var CLOUDFRONT_REGION = "us-east-1";
45
- var NODE_VERSION = "20";
45
+ var NODE_VERSION = "22";
46
46
  var NODE_RUNTIME = `nodejs${NODE_VERSION}.x`;
47
47
 
48
48
  // src/utils/addGroupToOptions.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "carlin",
3
- "version": "1.36.21",
3
+ "version": "1.37.0",
4
4
  "description": "",
5
5
  "license": "MIT",
6
6
  "author": "Pedro Arantes <arantespp@gmail.com> (https://twitter.com/arantespp)",
@@ -45,8 +45,8 @@
45
45
  "uglify-js": "^3.19.3",
46
46
  "vercel": "^39.1.1",
47
47
  "yargs": "^17.7.2",
48
- "@ttoss/config": "^1.35.1",
49
48
  "@ttoss/cloudformation": "^0.10.14",
49
+ "@ttoss/config": "^1.35.1",
50
50
  "@ttoss/read-config-file": "^2.0.7"
51
51
  },
52
52
  "devDependencies": {