@coana-tech/cli 14.12.79 → 14.12.80

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coana-tech/cli",
3
- "version": "14.12.79",
3
+ "version": "14.12.80",
4
4
  "description": "Coana CLI",
5
5
  "type": "module",
6
6
  "bin": {
@@ -79456,7 +79456,7 @@ var { pickBy } = import_lodash2.default;
79456
79456
  function getProxyUrl() {
79457
79457
  return process.env.SOCKET_CLI_API_PROXY;
79458
79458
  }
79459
- async function handleError(error, errorMessage, throwErr = true) {
79459
+ function handleError(error, errorMessage, throwErr = true) {
79460
79460
  if (error instanceof AxiosError2) {
79461
79461
  prettyPrintAxiosError(error);
79462
79462
  } else {