@oclif/plugin-which
Advanced tools
| { | ||
| "version": "2.2.10", | ||
| "version": "2.2.11", | ||
| "commands": { | ||
@@ -4,0 +4,0 @@ "which": { |
+4
-4
| { | ||
| "name": "@oclif/plugin-which", | ||
| "description": "find which plugin a command is in", | ||
| "version": "2.2.10", | ||
| "version": "2.2.11", | ||
| "author": "Salesforce", | ||
@@ -9,7 +9,7 @@ "bugs": "https://github.com/oclif/plugin-which/issues", | ||
| "@oclif/core": "^2.0.7", | ||
| "tslib": "^2.4.1" | ||
| "tslib": "^2.5.0" | ||
| }, | ||
| "devDependencies": { | ||
| "@oclif/plugin-help": "^5.2.0", | ||
| "@oclif/test": "^2.3.1", | ||
| "@oclif/plugin-help": "^5.2.2", | ||
| "@oclif/test": "^2.3.4", | ||
| "@types/chai": "^4.3.4", | ||
@@ -16,0 +16,0 @@ "@types/mocha": "^9", |
+2
-2
@@ -23,3 +23,3 @@ @oclif/plugin-which | ||
| $ oclif-example (--version) | ||
| @oclif/plugin-which/2.2.10 linux-x64 node-v18.13.0 | ||
| @oclif/plugin-which/2.2.11 linux-x64 node-v18.13.0 | ||
| $ oclif-example --help [COMMAND] | ||
@@ -52,3 +52,3 @@ USAGE | ||
| _See code: [src/commands/which.ts](https://github.com/oclif/plugin-which/blob/v2.2.10/src/commands/which.ts)_ | ||
| _See code: [src/commands/which.ts](https://github.com/oclif/plugin-which/blob/v2.2.11/src/commands/which.ts)_ | ||
| <!-- commandsstop --> |
Updated