@codiac.io/codiac-cli 1.3.22 → 1.3.23

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/README.md CHANGED
@@ -21,7 +21,7 @@ $ npm install -g @codiac.io/codiac-cli
21
21
  $ codiac COMMAND
22
22
  running command...
23
23
  $ codiac (--version|-v)
24
- @codiac.io/codiac-cli/1.3.22 linux-x64 node-v16.17.1
24
+ @codiac.io/codiac-cli/1.3.23 linux-x64 node-v16.17.1
25
25
  $ codiac --help [COMMAND]
26
26
  USAGE
27
27
  $ codiac COMMAND
@@ -16,7 +16,7 @@ const IBetterLogger_1 = require("@codiac.io/codiac-common/IBetterLogger");
16
16
  const cli_tools_1 = require("@codiac.io/cli-tools");
17
17
  const INTERFACES_CLI_1 = require("../ops/INTERFACES_CLI");
18
18
  const DEFAULT_IMAGE_NAME = "codiacimages/codiac-relay";
19
- const DEFAULT_IMAGE_TAG = "1.3.22";
19
+ const DEFAULT_IMAGE_TAG = "1.3.24";
20
20
  const DEFAULT_CONTAINER_NAME = "codiac-relay";
21
21
  const DEFAULT_HEALTH_CHECK_URL = "http://localhost:5799/heartbeat-json"; // /ready-state";
22
22
  const DEFAULT_RETRY_TIMOUT_IN_MINUTES = 1;
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.3.22",
2
+ "version": "1.3.23",
3
3
  "commands": {
4
4
  "branch": {
5
5
  "id": "branch",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@codiac.io/codiac-cli",
3
3
  "description": "Local command line interface for managing enterprise assets and environments.",
4
- "version": "1.3.22",
4
+ "version": "1.3.23",
5
5
  "author": "Codiac",
6
6
  "bin": {
7
7
  "codiac": "./bin/run",