@intuned/runtime-dev 1.0.6-cli-auth.0.0.13-test → 1.0.6-cli-auth.0.0.14-test

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.
@@ -137,12 +137,7 @@ async function runCheckApiViaCLI(authSessionPath) {
137
137
  if (runApiResult.error instanceof _runApi.AutomationError) {
138
138
  throw runApiResult.error.error;
139
139
  }
140
- if (runApiResult.error.message === _types.CHECK_FAILED_ERROR_MESSAGE) {
141
- return false;
142
- } else {
143
- console.error(runApiResult.error);
144
- throw new Error("Error while running check");
145
- }
140
+ return false;
146
141
  }
147
142
  const result = runApiResult.value.result;
148
143
  if (!result) {
@@ -50,7 +50,6 @@ _commander.program.name("intuned-run").description("Run an Intuned API with para
50
50
  await (0, _utils.writeResultToFile)(runId, result, payloadToAppend);
51
51
  } catch (error) {
52
52
  console.error(_chalk.default.red(`\nError: ${error.message}`));
53
- process.exit(1);
54
53
  } finally {
55
54
  process.exit(0);
56
55
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@intuned/runtime-dev",
3
- "version": "1.0.6-cli-auth.0.0.13-test",
3
+ "version": "1.0.6-cli-auth.0.0.14-test",
4
4
  "description": "Intuned runtime",
5
5
  "exports": {
6
6
  ".": "./dist/index.js",