@oclif/command
Advanced tools
Comparing version 1.4.10 to 1.4.11
@@ -0,1 +1,9 @@ | ||
<a name="1.4.11"></a> | ||
## [1.4.11](https://github.com/oclif/command/compare/v1.4.10...v1.4.11) (2018-04-09) | ||
### Bug Fixes | ||
* updated parser ([c9212de](https://github.com/oclif/command/commit/c9212de)) | ||
<a name="1.4.10"></a> | ||
@@ -2,0 +10,0 @@ ## [1.4.10](https://github.com/oclif/command/compare/v1.4.9...v1.4.10) (2018-04-09) |
@@ -11,2 +11,3 @@ import * as Config from '@oclif/config'; | ||
required?: boolean | undefined; | ||
alsoRequire?: string[] | undefined; | ||
env?: string | undefined; | ||
@@ -24,2 +25,3 @@ parse(input: boolean, context: any): void; | ||
required?: boolean | undefined; | ||
alsoRequire?: string[] | undefined; | ||
env?: string | undefined; | ||
@@ -26,0 +28,0 @@ parse(input: boolean, context: any): void; |
{ | ||
"name": "@oclif/command", | ||
"description": "oclif base command", | ||
"version": "1.4.10", | ||
"version": "1.4.11", | ||
"author": "Jeff Dickey @jdxcode", | ||
@@ -15,3 +15,3 @@ "bugs": "https://github.com/oclif/command/issues", | ||
"@oclif/errors": "^1.0.4", | ||
"@oclif/parser": "^3.2.13", | ||
"@oclif/parser": "^3.3.0", | ||
"debug": "^3.1.0", | ||
@@ -21,3 +21,3 @@ "semver": "^5.5.0" | ||
"devDependencies": { | ||
"@oclif/config": "^1.4.7", | ||
"@oclif/config": "^1.4.12", | ||
"@oclif/plugin-help": "^1.2.3", | ||
@@ -24,0 +24,0 @@ "@oclif/plugin-plugins": "^1.0.8", |
46031
386
Updated@oclif/parser@^3.3.0