@codiac.io/codiac-cli 1.3.130 → 1.3.132

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.130 linux-x64 node-v22.15.1
24
+ @codiac.io/codiac-cli/1.3.132 linux-x64 node-v22.15.1
25
25
  $ codiac --help [COMMAND]
26
26
  USAGE
27
27
  $ codiac COMMAND
@@ -258,7 +258,7 @@ CodiacNatsClient.apiVersion = "version";
258
258
  /** The name of the jwt claim in the codiac token that holds the nats credentials. */
259
259
  CodiacNatsClient.CLAIM_FOR_GLOBAL_CLIENT_KEY = "gck";
260
260
  CodiacNatsClient.DEFAULTS = {
261
- baseUrl: "wss://api.codiac.io",
261
+ baseUrl: "wss://codiac-nats.codiac.io",
262
262
  requestTimeoutInMs: 180000,
263
263
  connectTimeoutInMs: 30000
264
264
  };