@devicecloud.dev/dcd 0.0.2 → 0.0.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.
@@ -411,7 +411,8 @@ class Cloud extends core_1.Command {
411
411
  (0, cli_ux_1.info)('\n');
412
412
  clearInterval(intervalId);
413
413
  if (updatedResults.some((result) => result.status === 'FAILED')) {
414
- (0, cli_ux_1.exit)(1);
414
+ // eslint-disable-next-line no-process-exit, unicorn/no-process-exit
415
+ process.exit(2);
415
416
  }
416
417
  }
417
418
  }, 5000);
@@ -220,5 +220,5 @@
220
220
  ]
221
221
  }
222
222
  },
223
- "version": "0.0.2"
223
+ "version": "0.0.3"
224
224
  }
package/package.json CHANGED
@@ -72,9 +72,9 @@
72
72
  "test": "mocha --forbid-only \"test/**/*.test.ts\"",
73
73
  "version": "oclif readme && git add README.md"
74
74
  },
75
- "version": "0.0.2",
75
+ "version": "0.0.3",
76
76
  "bugs": {
77
- "url": "https://discord.gg/GzZBHcUJ"
77
+ "url": "https://discord.gg/gm3mJwcNw8"
78
78
  },
79
79
  "keywords": [
80
80
  "devicecloud",