@oclif/plugin-which 3.2.52 → 3.2.54

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -21,7 +21,7 @@ $ npm install -g @oclif/plugin-which
21
21
  $ oclif-example COMMAND
22
22
  running command...
23
23
  $ oclif-example (--version)
24
- @oclif/plugin-which/3.2.52 linux-x64 node-v24.14.1
24
+ @oclif/plugin-which/3.2.54 linux-x64 node-v24.15.0
25
25
  $ oclif-example --help [COMMAND]
26
26
  USAGE
27
27
  $ oclif-example COMMAND
@@ -66,7 +66,7 @@ EXAMPLES
66
66
  $ oclif-example which "foo bar baz"
67
67
  ```
68
68
 
69
- _See code: [src/commands/which.ts](https://github.com/oclif/plugin-which/blob/3.2.52/src/commands/which.ts)_
69
+ _See code: [src/commands/which.ts](https://github.com/oclif/plugin-which/blob/3.2.54/src/commands/which.ts)_
70
70
  <!-- commandsstop -->
71
71
 
72
72
  # Contributing
@@ -51,5 +51,5 @@
51
51
  ]
52
52
  }
53
53
  },
54
- "version": "3.2.52"
54
+ "version": "3.2.54"
55
55
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@oclif/plugin-which",
3
3
  "description": "find which plugin a command is in",
4
- "version": "3.2.52",
4
+ "version": "3.2.54",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/oclif/plugin-which/issues",
7
7
  "dependencies": {
@@ -20,7 +20,7 @@
20
20
  "chai": "^4.5.0",
21
21
  "commitlint": "^19",
22
22
  "eslint": "^9.39.4",
23
- "eslint-config-oclif": "^6.0.160",
23
+ "eslint-config-oclif": "^6.0.162",
24
24
  "eslint-config-prettier": "^10.1.8",
25
25
  "husky": "^9.1.7",
26
26
  "lint-staged": "^15",