@codiac.io/codiac-cli 1.3.138 → 1.3.139
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 +1 -1
- package/dist/relay/relay-container.js +1 -1
- package/oclif.manifest.json +1 -1
- package/package.json +1 -1
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.
|
|
24
|
+
@codiac.io/codiac-cli/1.3.139 linux-x64 node-v22.15.1
|
|
25
25
|
$ codiac --help [COMMAND]
|
|
26
26
|
USAGE
|
|
27
27
|
$ codiac COMMAND
|
|
@@ -18,7 +18,7 @@ const INTERFACES_CLI_1 = require("../ops/INTERFACES_CLI");
|
|
|
18
18
|
const Docker = require("dockerode");
|
|
19
19
|
const entities_1 = require("../ops/entities");
|
|
20
20
|
const DEFAULT_IMAGE_NAME = "codiacimages/codiac-relay";
|
|
21
|
-
exports.DEFAULT_IMAGE_TAG = "1.6.
|
|
21
|
+
exports.DEFAULT_IMAGE_TAG = "1.6.59";
|
|
22
22
|
const DEFAULT_CONTAINER_NAME = "codiac-relay";
|
|
23
23
|
const DEFAULT_HEALTH_CHECK_URL = "http://localhost:5799/heartbeat-json"; // /ready-state";
|
|
24
24
|
const DEFAULT_RETRY_TIMOUT_IN_MINUTES = 1;
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED