hops-yargs
Advanced tools
Comparing version 15.0.0-nightly.1 to 15.0.0-nightly.2
@@ -6,2 +6,13 @@ # Change Log | ||
# [15.0.0-nightly.2](https://github.com/xing/hops/compare/v15.0.0-nightly.1...v15.0.0-nightly.2) (2021-06-08) | ||
### Bug Fixes | ||
* update dependency yargs to v17 ([30cb2f6](https://github.com/xing/hops/commit/30cb2f6b8285d7010bac0afae7979f0cd590e528)) | ||
# [15.0.0-nightly.1](https://github.com/xing/hops/compare/v15.0.0-nightly.0...v15.0.0-nightly.1) (2021-04-07) | ||
@@ -8,0 +19,0 @@ |
@@ -18,8 +18,4 @@ 'use strict'; | ||
} | ||
const { | ||
bootstrap, | ||
registerCommands, | ||
handleArguments, | ||
handleError, | ||
} = initialize(config, options); | ||
const { bootstrap, registerCommands, handleArguments, handleError } = | ||
initialize(config, options); | ||
invariant( | ||
@@ -26,0 +22,0 @@ bootstrap && registerCommands && handleArguments && handleError, |
{ | ||
"name": "hops-yargs", | ||
"version": "15.0.0-nightly.1", | ||
"version": "15.0.0-nightly.2", | ||
"description": "yargs support for Hops applications", | ||
@@ -15,7 +15,7 @@ "repository": { | ||
"dependencies": { | ||
"hops-bootstrap": "15.0.0-nightly.1", | ||
"hops-mixin": "15.0.0-nightly.1", | ||
"hops-bootstrap": "15.0.0-nightly.2", | ||
"hops-mixin": "15.0.0-nightly.2", | ||
"is-plain-obj": "^3.0.0", | ||
"mixinable": "^5.0.1", | ||
"yargs": "^16.1.1" | ||
"yargs": "^17.0.0" | ||
}, | ||
@@ -25,3 +25,3 @@ "engines": { | ||
}, | ||
"gitHead": "1c6213b5be5517c938b870202dee170e942b9d67" | ||
"gitHead": "f9dd76e367f7d1e94ac3041fdc24782bbf55fe63" | ||
} |
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
9920
96
+ Addedcliui@8.0.1(transitive)
+ Addeddotenv@10.0.0(transitive)
+ Addedhops-bootstrap@15.0.0-nightly.2(transitive)
+ Addedhops-debug@15.0.0-nightly.2(transitive)
+ Addedhops-mixin@15.0.0-nightly.2(transitive)
+ Addedyargs@17.7.2(transitive)
+ Addedyargs-parser@21.1.1(transitive)
- Removedcliui@7.0.4(transitive)
- Removeddotenv@8.6.0(transitive)
- Removedhas-flag@4.0.0(transitive)
- Removedhops-bootstrap@15.0.0-nightly.1(transitive)
- Removedhops-debug@15.0.0-nightly.1(transitive)
- Removedhops-mixin@15.0.0-nightly.1(transitive)
- Removedsupports-color@8.1.1(transitive)
- Removedyargs@16.2.0(transitive)
- Removedyargs-parser@20.2.9(transitive)
Updatedhops-mixin@15.0.0-nightly.2
Updatedyargs@^17.0.0