@useparagon/cli 1.0.14-canary.2 → 1.0.14-canary.3

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.
@@ -61,11 +61,11 @@ const logApiError = (apiDescription, error) => {
61
61
  const workflowMessages = existingWorkflows
62
62
  .map((workflow) => `- Workflow "${workflow.workflowName}" exists with the same ID in Project "${workflow.projectName}"`)
63
63
  .join('\n');
64
- logger_1.default.fatal(`${apiDescription}
64
+ logger_1.default.fatal(`${apiDescription}
65
65
  ${workflowMessages}`);
66
66
  }
67
67
  else {
68
- logger_1.default.fatal(`${apiDescription}
68
+ logger_1.default.fatal(`${apiDescription}
69
69
  - Details: ${errorMessage}`);
70
70
  }
71
71
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@useparagon/cli",
3
- "version": "1.0.14-canary.2",
3
+ "version": "1.0.14-canary.3",
4
4
  "description": "CLI for WaC (Workflows as Code)",
5
5
  "repository": "https://github.com/useparagon/paragraph",
6
6
  "packageManager": "pnpm@8.10.5",
@@ -35,7 +35,7 @@
35
35
  "spinnies": "^0.5.1",
36
36
  "tslib": "2.3.1",
37
37
  "uuid": "^9.0.0",
38
- "@useparagon/core": "1.0.14-canary.2"
38
+ "@useparagon/core": "1.0.14-canary.3"
39
39
  },
40
40
  "devDependencies": {
41
41
  "@types/cross-spawn": "^6.0.2",