hops-yargs
Advanced tools
Comparing version 14.4.1 to 14.5.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [14.5.0](https://github.com/xing/hops/compare/v14.4.1...v14.5.0) (2021-09-20) | ||
### Bug Fixes | ||
* do no exit hops in certain cases ([05b6096](https://github.com/xing/hops/commit/05b609685e5f3f273fe69da5ebc3f9690688705a)) | ||
## [14.4.1](https://github.com/xing/hops/compare/v14.4.0...v14.4.1) (2021-09-07) | ||
@@ -8,0 +19,0 @@ |
@@ -24,4 +24,4 @@ 'use strict'; | ||
); | ||
process.on('uncaughtException', handleError); | ||
process.on('unhandledRejection', handleError); | ||
process.on('uncaughtException', (e) => handleError(e)); | ||
process.on('unhandledRejection', (e) => handleError(e)); | ||
bootstrap().then(() => { | ||
@@ -28,0 +28,0 @@ registerCommands( |
@@ -18,3 +18,3 @@ const isPlainObject = require('is-plain-obj'); | ||
if (recoverable !== true) { | ||
if (!recoverable) { | ||
process.exit(1); | ||
@@ -21,0 +21,0 @@ } |
{ | ||
"name": "hops-yargs", | ||
"version": "14.4.1", | ||
"version": "14.5.0", | ||
"description": "yargs support for Hops applications", | ||
@@ -15,4 +15,4 @@ "repository": { | ||
"dependencies": { | ||
"hops-bootstrap": "14.4.1", | ||
"hops-mixin": "14.4.1", | ||
"hops-bootstrap": "14.5.0", | ||
"hops-mixin": "14.5.0", | ||
"is-plain-obj": "^3.0.0", | ||
@@ -25,3 +25,3 @@ "mixinable": "^5.0.1", | ||
}, | ||
"gitHead": "a0bf5f8386b171c93a9f0670f8a870105165ac78" | ||
"gitHead": "eb13d62120c06edb8637a886e69c6e579094e2cb" | ||
} |
13521
+ Addedhops-bootstrap@14.5.0(transitive)
+ Addedhops-debug@14.5.0(transitive)
+ Addedhops-mixin@14.5.0(transitive)
- Removedhops-bootstrap@14.4.1(transitive)
- Removedhops-debug@14.4.1(transitive)
- Removedhops-mixin@14.4.1(transitive)
Updatedhops-bootstrap@14.5.0
Updatedhops-mixin@14.5.0