@oclif/plugin-commands
Advanced tools
Comparing version 2.2.21 to 2.2.22
{ | ||
"version": "2.2.21", | ||
"version": "2.2.22", | ||
"commands": { | ||
@@ -4,0 +4,0 @@ "commands": { |
{ | ||
"name": "@oclif/plugin-commands", | ||
"description": "plugin to show the list of all the commands", | ||
"version": "2.2.21", | ||
"version": "2.2.22", | ||
"author": "Salesforce", | ||
"bugs": "https://github.com/oclif/plugin-commands/issues", | ||
"dependencies": { | ||
"@oclif/core": "^2.11.1", | ||
"@oclif/core": "^2.11.8", | ||
"lodash": "^4.17.11" | ||
}, | ||
"devDependencies": { | ||
"@oclif/plugin-help": "^5.2.14", | ||
"@oclif/test": "^2.3.31", | ||
"@oclif/plugin-help": "^5.2.15", | ||
"@oclif/test": "^2.4.2", | ||
"@types/chai": "^4.3.5", | ||
"@types/lodash": "^4.14.195", | ||
"@types/lodash": "^4.14.196", | ||
"@types/mocha": "^8.0.0", | ||
@@ -27,6 +27,6 @@ "@types/nock": "^11.1.0", | ||
"nyc": "^15.1.0", | ||
"oclif": "^3.10.0", | ||
"oclif": "^3.11.2", | ||
"shx": "^0.3.3", | ||
"ts-node": "^9.1.1", | ||
"tslib": "^2.6.0", | ||
"tslib": "^2.6.1", | ||
"typescript": "4.4.3" | ||
@@ -33,0 +33,0 @@ }, |
@@ -23,3 +23,3 @@ @oclif/plugin-commands | ||
$ oclif-example (--version) | ||
@oclif/plugin-commands/2.2.21 linux-x64 node-v18.17.0 | ||
@oclif/plugin-commands/2.2.22 linux-x64 node-v18.17.0 | ||
$ oclif-example --help [COMMAND] | ||
@@ -65,3 +65,3 @@ USAGE | ||
_See code: [src/commands/commands.ts](https://github.com/oclif/plugin-commands/blob/v2.2.21/src/commands/commands.ts)_ | ||
_See code: [src/commands/commands.ts](https://github.com/oclif/plugin-commands/blob/v2.2.22/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
16201
Updated@oclif/core@^2.11.8