@oclif/plugin-help
Advanced tools
Comparing version 6.2.21 to 6.2.22
@@ -42,3 +42,3 @@ { | ||
}, | ||
"version": "6.2.21" | ||
"version": "6.2.22" | ||
} |
{ | ||
"name": "@oclif/plugin-help", | ||
"description": "Standard help for oclif.", | ||
"version": "6.2.21", | ||
"version": "6.2.22", | ||
"author": "Salesforce", | ||
@@ -26,7 +26,7 @@ "bugs": "https://github.com/oclif/plugin-help/issues", | ||
"mocha": "^10.8.2", | ||
"oclif": "^4.17.7", | ||
"oclif": "^4.17.13", | ||
"prettier": "^3.4.2", | ||
"shx": "^0.3.4", | ||
"ts-node": "^10.9.2", | ||
"typescript": "^5.7.2" | ||
"typescript": "^5.7.3" | ||
}, | ||
@@ -33,0 +33,0 @@ "engines": { |
@@ -30,3 +30,3 @@ # @oclif/plugin-help | ||
_See code: [src/commands/help.ts](https://github.com/oclif/plugin-help/blob/v6.2.21/src/commands/help.ts)_ | ||
_See code: [src/commands/help.ts](https://github.com/oclif/plugin-help/blob/v6.2.22/src/commands/help.ts)_ | ||
<!-- commandsstop --> | ||
@@ -33,0 +33,0 @@ |
6249