@oclif/plugin-which
Advanced tools
@@ -1,1 +0,1 @@ | ||
| {"version":"2.2.1","commands":{"which":{"id":"which","description":"Show which plugin a command is in.","strict":false,"pluginName":"@oclif/plugin-which","pluginAlias":"@oclif/plugin-which","pluginType":"core","aliases":[],"flags":{},"args":[]}}} | ||
| {"version":"2.2.2","commands":{"which":{"id":"which","description":"Show which plugin a command is in.","strict":false,"pluginName":"@oclif/plugin-which","pluginAlias":"@oclif/plugin-which","pluginType":"core","aliases":[],"flags":{},"args":[]}}} |
+4
-4
| { | ||
| "name": "@oclif/plugin-which", | ||
| "description": "find which plugin a command is in", | ||
| "version": "2.2.1", | ||
| "version": "2.2.2", | ||
| "author": "Salesforce", | ||
| "bugs": "https://github.com/oclif/plugin-which/issues", | ||
| "dependencies": { | ||
| "@oclif/core": "^1.18.0", | ||
| "@oclif/core": "^1.20.4", | ||
| "tslib": "^2.4.1" | ||
@@ -14,6 +14,6 @@ }, | ||
| "@oclif/test": "^2.2.8", | ||
| "@types/chai": "^4.3.1", | ||
| "@types/chai": "^4.3.4", | ||
| "@types/mocha": "^9", | ||
| "@types/node": "^14.18.33", | ||
| "chai": "^4.2.0", | ||
| "chai": "^4.3.7", | ||
| "eslint": "^7.32.0", | ||
@@ -20,0 +20,0 @@ "eslint-config-oclif": "^4.0.0", |
+2
-2
@@ -23,3 +23,3 @@ @oclif/plugin-which | ||
| $ oclif-example (--version) | ||
| @oclif/plugin-which/2.2.1 linux-x64 node-v18.12.0 | ||
| @oclif/plugin-which/2.2.2 linux-x64 node-v18.12.0 | ||
| $ oclif-example --help [COMMAND] | ||
@@ -47,3 +47,3 @@ USAGE | ||
| _See code: [src/commands/which.ts](https://github.com/oclif/plugin-which/blob/v2.2.1/src/commands/which.ts)_ | ||
| _See code: [src/commands/which.ts](https://github.com/oclif/plugin-which/blob/v2.2.2/src/commands/which.ts)_ | ||
| <!-- commandsstop --> |
Updated