@coana-tech/cli 13.19.25 → 13.19.26

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/cli.js +3 -2
  2. package/package.json +1 -1
package/cli.js CHANGED
@@ -123669,7 +123669,8 @@ var init_dashboard_integration = __esm({
123669
123669
  errorSubmitEndpoint = process.env.COANA_CLI_ERROR_SUBMIT_ENDPOINT ?? "https://app.coana.tech/api/v1/cli/error";
123670
123670
  axiosClient = axios_default.create();
123671
123671
  esm_default(axiosClient, {
123672
- retries: 3,
123672
+ retries: 7,
123673
+ // The delay before the second retry is 1 second and before the third retry it is 2 seconds.
123673
123674
  // eslint-disable-next-line @typescript-eslint/unbound-method
123674
123675
  retryDelay: esm_default.exponentialDelay,
123675
123676
  onRetry(retryCount, error, requestConfig) {
@@ -190235,7 +190236,7 @@ var require_version = __commonJS({
190235
190236
  "use strict";
190236
190237
  Object.defineProperty(exports2, "__esModule", { value: true });
190237
190238
  exports2.version = void 0;
190238
- exports2.version = "13.19.25";
190239
+ exports2.version = "13.19.26";
190239
190240
  }
190240
190241
  });
190241
190242
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coana-tech/cli",
3
- "version": "13.19.25",
3
+ "version": "13.19.26",
4
4
  "description": "Coana CLI",
5
5
  "bin": {
6
6
  "@coana-tech/cli": "./cli.js"