carlin 1.19.10 → 1.19.12

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/cli.js +1 -1
  2. package/package.json +3 -3
package/dist/cli.js CHANGED
@@ -226,7 +226,7 @@ const cli = () => {
226
226
  .command(command_1.deployCommand)
227
227
  .command(ecsTaskReportCommand_1.ecsTaskReportCommand)
228
228
  .command(generateEnvCommand_1.generateEnvCommand)
229
- .epilogue('For more information, find our manual at https://carlin.ttoss.dev')
229
+ .epilogue('For more information, read our docs at https://ttoss.dev/docs/carlin/')
230
230
  .help());
231
231
  };
232
232
  exports.default = cli;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "carlin",
3
- "version": "1.19.10",
3
+ "version": "1.19.12",
4
4
  "description": "",
5
5
  "license": "GPL-3.0",
6
6
  "author": "Pedro Arantes <arantespp@gmail.com> (https://twitter.com/arantespp)",
@@ -50,7 +50,7 @@
50
50
  "yargs": "^17.4.1"
51
51
  },
52
52
  "devDependencies": {
53
- "@ttoss/test-utils": "^1.16.9",
53
+ "@ttoss/test-utils": "^1.16.10",
54
54
  "@types/adm-zip": "^0.5.0",
55
55
  "@types/aws-lambda": "^8.10.95",
56
56
  "@types/deep-equal": "^1.0.1",
@@ -71,5 +71,5 @@
71
71
  "publishConfig": {
72
72
  "registry": "https://registry.npmjs.org/"
73
73
  },
74
- "gitHead": "4548135614dd048140cece482703445cf436f39f"
74
+ "gitHead": "6b0c904a93ade26689947500c4fc8df5d3017a45"
75
75
  }