@oclif/plugin-help
Advanced tools
Comparing version 1.2.6 to 1.2.7
@@ -1,1 +0,1 @@ | ||
{"version":"1.2.6","commands":{"commands":{"id":"commands","pluginName":"@oclif/plugin-help","pluginType":"core","hidden":true,"aliases":[],"flags":{},"args":[]},"help":{"id":"help","description":"display help for <%= config.bin %>","pluginName":"@oclif/plugin-help","pluginType":"core","aliases":[],"flags":{"all":{"name":"all","type":"boolean","description":"see all commands in CLI"}},"args":[{"name":"command","description":"command to show help for","required":false}]}}} | ||
{"version":"1.2.7","commands":{"commands":{"id":"commands","pluginName":"@oclif/plugin-help","pluginType":"core","hidden":true,"aliases":[],"flags":{},"args":[]},"help":{"id":"help","description":"display help for <%= config.bin %>","pluginName":"@oclif/plugin-help","pluginType":"core","aliases":[],"flags":{"all":{"name":"all","type":"boolean","description":"see all commands in CLI"}},"args":[{"name":"command","description":"command to show help for","required":false}]}}} |
@@ -0,1 +1,9 @@ | ||
<a name="1.2.7"></a> | ||
## [1.2.7](https://github.com/oclif/plugin-help/compare/v1.2.6...v1.2.7) (2018-05-01) | ||
### Bug Fixes | ||
* updated command ([2909558](https://github.com/oclif/plugin-help/commit/2909558)) | ||
<a name="1.2.6"></a> | ||
@@ -2,0 +10,0 @@ ## [1.2.6](https://github.com/oclif/plugin-help/compare/v1.2.5...v1.2.6) (2018-05-01) |
{ | ||
"name": "@oclif/plugin-help", | ||
"description": "standard help for oclif", | ||
"version": "1.2.6", | ||
"version": "1.2.7", | ||
"author": "Jeff Dickey @jdxcode", | ||
"bugs": "https://github.com/oclif/plugin-help/issues", | ||
"dependencies": { | ||
"@oclif/command": "^1.4.17", | ||
"@oclif/command": "^1.4.18", | ||
"chalk": "^2.4.1", | ||
@@ -18,5 +18,5 @@ "indent-string": "^3.2.0", | ||
"@oclif/config": "^1.6.16", | ||
"@oclif/dev-cli": "^1.13.11", | ||
"@oclif/dev-cli": "^1.13.12", | ||
"@oclif/errors": "^1.0.6", | ||
"@oclif/plugin-legacy": "^1.0.11", | ||
"@oclif/plugin-legacy": "^1.0.12", | ||
"@oclif/plugin-plugins": "^1.1.5", | ||
@@ -29,3 +29,3 @@ "@oclif/test": "^1.0.5", | ||
"@types/mocha": "^5.2.0", | ||
"@types/node": "^9.6.8", | ||
"@types/node": "^10.0.2", | ||
"@types/strip-ansi": "^3.0.0", | ||
@@ -32,0 +32,0 @@ "@types/wrap-ansi": "^3.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
39691
Updated@oclif/command@^1.4.18