@oclif/plugin-commands
Advanced tools
Comparing version 2.2.23 to 2.2.24
{ | ||
"version": "2.2.23", | ||
"version": "2.2.24", | ||
"commands": { | ||
@@ -4,0 +4,0 @@ "commands": { |
{ | ||
"name": "@oclif/plugin-commands", | ||
"description": "plugin to show the list of all the commands", | ||
"version": "2.2.23", | ||
"version": "2.2.24", | ||
"author": "Salesforce", | ||
"bugs": "https://github.com/oclif/plugin-commands/issues", | ||
"dependencies": { | ||
"@oclif/core": "^2.11.8", | ||
"@oclif/core": "^2.11.10", | ||
"lodash": "^4.17.11" | ||
}, | ||
"devDependencies": { | ||
"@oclif/plugin-help": "^5.2.16", | ||
"@oclif/test": "^2.4.4", | ||
"@oclif/plugin-help": "^5.2.17", | ||
"@oclif/test": "^2.4.5", | ||
"@types/chai": "^4.3.5", | ||
@@ -19,3 +19,3 @@ "@types/lodash": "^4.14.197", | ||
"@types/node": "^14.18.54", | ||
"chai": "^4.3.7", | ||
"chai": "^4.3.8", | ||
"eslint": "^7.3.1", | ||
@@ -26,3 +26,3 @@ "eslint-config-oclif": "^3.1.0", | ||
"mocha": "^8", | ||
"nock": "^13.3.2", | ||
"nock": "^13.3.3", | ||
"nyc": "^15.1.0", | ||
@@ -29,0 +29,0 @@ "oclif": "^3.11.3", |
@@ -23,3 +23,3 @@ @oclif/plugin-commands | ||
$ oclif-example (--version) | ||
@oclif/plugin-commands/2.2.23 linux-x64 node-v18.17.0 | ||
@oclif/plugin-commands/2.2.24 linux-x64 node-v18.17.1 | ||
$ oclif-example --help [COMMAND] | ||
@@ -65,3 +65,3 @@ USAGE | ||
_See code: [src/commands/commands.ts](https://github.com/oclif/plugin-commands/blob/v2.2.23/src/commands/commands.ts)_ | ||
_See code: [src/commands/commands.ts](https://github.com/oclif/plugin-commands/blob/v2.2.24/src/commands/commands.ts)_ | ||
<!-- commandsstop --> |
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
16202
Updated@oclif/core@^2.11.10