@oclif/plugin-help
Advanced tools
Comparing version 6.2.18 to 6.2.19
@@ -42,3 +42,3 @@ { | ||
}, | ||
"version": "6.2.18" | ||
"version": "6.2.19" | ||
} |
{ | ||
"name": "@oclif/plugin-help", | ||
"description": "Standard help for oclif.", | ||
"version": "6.2.18", | ||
"version": "6.2.19", | ||
"author": "Salesforce", | ||
@@ -15,3 +15,3 @@ "bugs": "https://github.com/oclif/plugin-help/issues", | ||
"@types/chai": "^4.3.16", | ||
"@types/mocha": "^10.0.9", | ||
"@types/mocha": "^10.0.10", | ||
"@types/node": "^18", | ||
@@ -21,13 +21,13 @@ "chai": "^4.5.0", | ||
"eslint": "^8.57.1", | ||
"eslint-config-oclif": "^5.2.1", | ||
"eslint-config-oclif": "^5.2.2", | ||
"eslint-config-oclif-typescript": "^3.1.12", | ||
"eslint-config-prettier": "^9.1.0", | ||
"husky": "^9.1.6", | ||
"husky": "^9.1.7", | ||
"lint-staged": "^15", | ||
"mocha": "^10.8.2", | ||
"oclif": "^4.15.20", | ||
"prettier": "^3.3.3", | ||
"oclif": "^4.15.29", | ||
"prettier": "^3.4.1", | ||
"shx": "^0.3.4", | ||
"ts-node": "^10.9.2", | ||
"typescript": "^5.6.3" | ||
"typescript": "^5.7.2" | ||
}, | ||
@@ -34,0 +34,0 @@ "engines": { |
@@ -30,3 +30,3 @@ # @oclif/plugin-help | ||
_See code: [src/commands/help.ts](https://github.com/oclif/plugin-help/blob/v6.2.18/src/commands/help.ts)_ | ||
_See code: [src/commands/help.ts](https://github.com/oclif/plugin-help/blob/v6.2.19/src/commands/help.ts)_ | ||
<!-- commandsstop --> | ||
@@ -33,0 +33,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
6249