@oclif/plugin-help
Advanced tools
Comparing version 5.1.4 to 5.1.5
@@ -5,2 +5,9 @@ # Changelog | ||
### [5.1.5](https://github.com/oclif/plugin-help/compare/v5.1.4...v5.1.5) (2021-12-01) | ||
### Bug Fixes | ||
* bump deps ([#331](https://github.com/oclif/plugin-help/issues/331)) ([61cd38c](https://github.com/oclif/plugin-help/commit/61cd38c5dbca484674dbe53aafd48ac43827cb9c)) | ||
### [5.1.4](https://github.com/oclif/plugin-help/compare/v5.1.3...v5.1.4) (2021-12-01) | ||
@@ -7,0 +14,0 @@ |
@@ -1,1 +0,1 @@ | ||
{"version":"5.1.4","commands":{"help":{"id":"help","description":"Display help for <%= config.bin %>.","strict":false,"pluginName":"@oclif/plugin-help","pluginAlias":"@oclif/plugin-help","pluginType":"core","aliases":[],"flags":{"nested-commands":{"name":"nested-commands","type":"boolean","char":"n","description":"Include all nested commands in the output.","allowNo":false}},"args":[{"name":"command","description":"Command to show help for.","required":false}]}}} | ||
{"version":"5.1.5","commands":{"help":{"id":"help","description":"Display help for <%= config.bin %>.","pluginName":"@oclif/plugin-help","pluginType":"core","aliases":[],"flags":{"nested-commands":{"name":"nested-commands","type":"boolean","char":"n","description":"Include all nested commands in the output.","allowNo":false}},"args":[{"name":"command","description":"Command to show help for.","required":false}]}}} |
{ | ||
"name": "@oclif/plugin-help", | ||
"description": "Standard help for oclif.", | ||
"version": "5.1.4", | ||
"version": "5.1.5", | ||
"author": "Jeff Dickey @jdxcode", | ||
"bugs": "https://github.com/oclif/plugin-help/issues", | ||
"dependencies": { | ||
"@oclif/core": "^1.0.4" | ||
"@oclif/core": "^1.0.5" | ||
}, | ||
@@ -14,3 +14,3 @@ "devDependencies": { | ||
"@types/chai": "^4.1.7", | ||
"@types/mocha": "^8.0.0", | ||
"@types/mocha": "^9.0.0", | ||
"chai": "^4.2.0", | ||
@@ -20,4 +20,4 @@ "eslint": "^7.3.1", | ||
"eslint-config-oclif-typescript": "^1.0.2", | ||
"mocha": "^8.2.1", | ||
"oclif": "^2.0.0-main.10", | ||
"mocha": "^9.1.3", | ||
"oclif": "^2.0.0-main.11", | ||
"shx": "^0.3.3", | ||
@@ -24,0 +24,0 @@ "ts-node": "^9.1.1", |
27705
Updated@oclif/core@^1.0.5