@cargo-ai/cli 1.0.22 → 1.0.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.
@@ -171,7 +171,7 @@ function describeApiError(status, body) {
171
171
  }
172
172
  if (status !== undefined && status >= 500) {
173
173
  return {
174
- message: `Server error (${String(status)})${detailSuffix}. Retry shortly or check status.cargo.io.`,
174
+ message: `Server error (${String(status)})${detailSuffix}. Retry shortly or check status.getcargo.io.`,
175
175
  code: ExitCodes.GenericError,
176
176
  };
177
177
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cargo-ai/cli",
3
- "version": "1.0.22",
3
+ "version": "1.0.23",
4
4
  "private": false,
5
5
  "license": "UNLICENSED",
6
6
  "description": "Command-line interface for the Cargo API",