@untool/yargs
Advanced tools
Comparing version 0.8.2 to 0.9.0
@@ -6,2 +6,13 @@ # Change Log | ||
<a name="0.9.0"></a> | ||
# [0.9.0](https://github.com/untool/untool/compare/v0.8.2...v0.9.0) (2018-06-25) | ||
### Features | ||
* **yargs:** add `configureCommand` hook ([c1f93f4](https://github.com/untool/untool/commit/c1f93f4)) | ||
<a name="0.8.2"></a> | ||
@@ -8,0 +19,0 @@ ## [0.8.2](https://github.com/untool/untool/compare/v0.8.1...v0.8.2) (2018-06-21) |
@@ -17,2 +17,3 @@ const { | ||
registerCommands: pipe, | ||
configureCommand: pipe, | ||
handleArguments: sequence, | ||
@@ -19,0 +20,0 @@ handleError: override, |
{ | ||
"name": "@untool/yargs", | ||
"version": "0.8.2", | ||
"version": "0.9.0", | ||
"description": "untool yargs mixin", | ||
@@ -29,3 +29,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@untool/core": "^0.8.2", | ||
"@untool/core": "^0.9.0", | ||
"mixinable": "^3.0.0", | ||
@@ -32,0 +32,0 @@ "yargs": "^11.0.0" |
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
7800
59
+ Added@untool/core@0.9.0(transitive)
- Removed@untool/core@0.8.2(transitive)
Updated@untool/core@^0.9.0