bandersnatch
Advanced tools
Comparing version 1.3.9 to 1.4.0
@@ -0,1 +1,8 @@ | ||
# [1.4.0](https://github.com/hongaar/bandersnatch/compare/v1.3.9...v1.4.0) (2021-01-30) | ||
### Features | ||
* bump dependencies ([10dac0f](https://github.com/hongaar/bandersnatch/commit/10dac0f879d8b760d2c74ac94d560250d2d937d8)) | ||
## [1.3.9](https://github.com/hongaar/bandersnatch/compare/v1.3.8...v1.3.9) (2021-01-30) | ||
@@ -2,0 +9,0 @@ |
@@ -122,5 +122,7 @@ "use strict"; | ||
else { | ||
// Resolve with void if promise is not available, which is the case | ||
// with e.g. --version and --help | ||
resolve(); | ||
// Resolve with undefined if promise is not available, which is the | ||
// case with e.g. --version and --help. It should be noted that | ||
// this might need to be filtered when e.g. printing resolved values | ||
// from command handlers in a .then() function. | ||
resolve(undefined); | ||
} | ||
@@ -127,0 +129,0 @@ }); |
{ | ||
"name": "bandersnatch", | ||
"description": "Simple TypeScript CLI / REPL framework", | ||
"version": "1.3.9", | ||
"version": "1.4.0", | ||
"repository": { | ||
@@ -38,7 +38,7 @@ "type": "git", | ||
"dependencies": { | ||
"@types/yargs": "^15.0.5", | ||
"@types/yargs": "^16.0.0", | ||
"enquirer": "^2.3.6", | ||
"string-argv": "^0.3.1", | ||
"typed-emitter": "^1.2.0", | ||
"yargs": "^16.0.0" | ||
"yargs": "^16.2.0" | ||
}, | ||
@@ -50,5 +50,5 @@ "devDependencies": { | ||
"@types/node": "14.14.22", | ||
"doctoc": "1.4.0", | ||
"doctoc": "2.0.0", | ||
"husky": "4.3.8", | ||
"jest": "26.6.1", | ||
"jest": "26.6.3", | ||
"leasot": "11.5.0", | ||
@@ -60,3 +60,3 @@ "mock-argv": "1.1.10", | ||
"ts-node": "9.1.1", | ||
"typescript": "4.0.5" | ||
"typescript": "4.1.3" | ||
}, | ||
@@ -63,0 +63,0 @@ "husky": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
70129
1188
+ Added@types/yargs@16.0.9(transitive)
- Removed@types/yargs@15.0.19(transitive)
Updated@types/yargs@^16.0.0
Updatedyargs@^16.2.0