@oclif/command
Advanced tools
Comparing version 1.4.11 to 1.4.12
@@ -0,1 +1,9 @@ | ||
<a name="1.4.12"></a> | ||
## [1.4.12](https://github.com/oclif/command/compare/v1.4.11...v1.4.12) (2018-04-09) | ||
### Bug Fixes | ||
* updated parser ([67a4509](https://github.com/oclif/command/commit/67a4509)) | ||
<a name="1.4.11"></a> | ||
@@ -2,0 +10,0 @@ ## [1.4.11](https://github.com/oclif/command/compare/v1.4.10...v1.4.11) (2018-04-09) |
@@ -11,3 +11,3 @@ import * as Config from '@oclif/config'; | ||
required?: boolean | undefined; | ||
alsoRequire?: string[] | undefined; | ||
dependsOn?: string[] | undefined; | ||
env?: string | undefined; | ||
@@ -25,3 +25,3 @@ parse(input: boolean, context: any): void; | ||
required?: boolean | undefined; | ||
alsoRequire?: string[] | undefined; | ||
dependsOn?: string[] | undefined; | ||
env?: string | undefined; | ||
@@ -28,0 +28,0 @@ parse(input: boolean, context: any): void; |
{ | ||
"name": "@oclif/command", | ||
"description": "oclif base command", | ||
"version": "1.4.11", | ||
"version": "1.4.12", | ||
"author": "Jeff Dickey @jdxcode", | ||
@@ -15,3 +15,3 @@ "bugs": "https://github.com/oclif/command/issues", | ||
"@oclif/errors": "^1.0.4", | ||
"@oclif/parser": "^3.3.0", | ||
"@oclif/parser": "^3.3.1", | ||
"debug": "^3.1.0", | ||
@@ -18,0 +18,0 @@ "semver": "^5.5.0" |
46230
Updated@oclif/parser@^3.3.1