@oclif/plugin-which
Advanced tools
@@ -54,3 +54,3 @@ { | ||
| }, | ||
| "version": "3.2.43" | ||
| "version": "3.2.44" | ||
| } |
+8
-7
| { | ||
| "name": "@oclif/plugin-which", | ||
| "description": "find which plugin a command is in", | ||
| "version": "3.2.43", | ||
| "version": "3.2.44", | ||
| "author": "Salesforce", | ||
@@ -16,3 +16,3 @@ "bugs": "https://github.com/oclif/plugin-which/issues", | ||
| "@oclif/prettier-config": "^0.2.1", | ||
| "@oclif/test": "^4.1.15", | ||
| "@oclif/test": "^4.1.16", | ||
| "@types/chai": "^4.3.16", | ||
@@ -23,11 +23,11 @@ "@types/mocha": "^10.0.10", | ||
| "commitlint": "^19", | ||
| "eslint": "^9.39.2", | ||
| "eslint-config-oclif": "^6.0.130", | ||
| "eslint": "^9.39.3", | ||
| "eslint-config-oclif": "^6.0.146", | ||
| "eslint-config-prettier": "^10.1.8", | ||
| "husky": "^9.1.7", | ||
| "lint-staged": "^15", | ||
| "mocha": "^10.8.2", | ||
| "mocha": "^11", | ||
| "nyc": "^15.1.0", | ||
| "oclif": "^4.22.65", | ||
| "prettier": "^3.8.0", | ||
| "oclif": "^4.22.79", | ||
| "prettier": "^3.8.1", | ||
| "shx": "^0.4.0", | ||
@@ -51,2 +51,3 @@ "ts-node": "^10.9.2", | ||
| "oclif": { | ||
| "repositoryPrefix": "<%- repo %>/blob/<%- version %>/<%- commandPath %>", | ||
| "commands": "./lib/commands", | ||
@@ -53,0 +54,0 @@ "bin": "oclif-example", |
+2
-2
@@ -24,3 +24,3 @@ # @oclif/plugin-which | ||
| $ oclif-example (--version) | ||
| @oclif/plugin-which/3.2.43 linux-x64 node-v24.12.0 | ||
| @oclif/plugin-which/3.2.44 linux-x64 node-v24.14.0 | ||
| $ oclif-example --help [COMMAND] | ||
@@ -70,3 +70,3 @@ USAGE | ||
| _See code: [src/commands/which.ts](https://github.com/oclif/plugin-which/blob/v3.2.43/src/commands/which.ts)_ | ||
| _See code: [src/commands/which.ts](https://github.com/oclif/plugin-which/blob/3.2.44/src/commands/which.ts)_ | ||
| <!-- commandsstop --> | ||
@@ -73,0 +73,0 @@ |
9021
0.82%