@oclif/plugin-commands
Advanced tools
Comparing version 3.0.7 to 3.0.8
@@ -132,3 +132,3 @@ { | ||
}, | ||
"version": "3.0.7" | ||
"version": "3.0.8" | ||
} |
{ | ||
"name": "@oclif/plugin-commands", | ||
"description": "plugin to show the list of all the commands", | ||
"version": "3.0.7", | ||
"version": "3.0.8", | ||
"author": "Salesforce", | ||
"bugs": "https://github.com/oclif/plugin-commands/issues", | ||
"dependencies": { | ||
"@oclif/core": "^3.11.0", | ||
"@oclif/core": "^3.15.0", | ||
"lodash.pickby": "^4.6.0", | ||
@@ -18,5 +18,5 @@ "lodash.sortby": "^4.7.0", | ||
"@oclif/prettier-config": "^0.2.1", | ||
"@oclif/test": "^3.0.2", | ||
"@types/chai": "^4.3.10", | ||
"@types/lodash.pickby": "^4.6.8", | ||
"@oclif/test": "^3.1.3", | ||
"@types/chai": "^4.3.11", | ||
"@types/lodash.pickby": "^4.6.9", | ||
"@types/lodash.sortby": "^4.7.9", | ||
@@ -30,6 +30,6 @@ "@types/lodash.template": "^4.5.3", | ||
"commitlint": "^17.8.1", | ||
"eslint": "^8.53.0", | ||
"eslint": "^8.55.0", | ||
"eslint-config-oclif": "^5.0.0", | ||
"eslint-config-oclif-typescript": "^3.0.13", | ||
"eslint-config-prettier": "^9.0.0", | ||
"eslint-config-oclif-typescript": "^3.0.26", | ||
"eslint-config-prettier": "^9.1.0", | ||
"globby": "^11", | ||
@@ -39,3 +39,3 @@ "husky": "^8.0.3", | ||
"mocha": "^10.2.0", | ||
"nock": "^13.3.6", | ||
"nock": "^13.4.0", | ||
"nyc": "^15.1.0", | ||
@@ -46,3 +46,3 @@ "oclif": "^4.0.3", | ||
"ts-node": "^10.9.1", | ||
"typescript": "^5.2.2" | ||
"typescript": "^5.3.3" | ||
}, | ||
@@ -49,0 +49,0 @@ "engines": { |
@@ -23,3 +23,3 @@ # @oclif/plugin-commands | ||
$ oclif-example (--version) | ||
@oclif/plugin-commands/3.0.7 linux-x64 node-v20.9.0 | ||
@oclif/plugin-commands/3.0.8 linux-x64 node-v20.10.0 | ||
$ oclif-example --help [COMMAND] | ||
@@ -67,3 +67,3 @@ USAGE | ||
_See code: [src/commands/commands.ts](https://github.com/oclif/plugin-commands/blob/v3.0.7/src/commands/commands.ts)_ | ||
_See code: [src/commands/commands.ts](https://github.com/oclif/plugin-commands/blob/v3.0.8/src/commands/commands.ts)_ | ||
<!-- commandsstop --> |
Sorry, the diff of this file is not supported yet
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
333033
Updated@oclif/core@^3.15.0