@oclif/plugin-which 3.1.6 → 3.1.7

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.1.6 linux-x64 node-v20.11.1
24
+ @oclif/plugin-which/3.1.7 linux-x64 node-v20.11.1
25
25
  $ oclif-example --help [COMMAND]
26
26
  USAGE
27
27
  $ oclif-example COMMAND
@@ -54,7 +54,7 @@ EXAMPLES
54
54
  $ oclif-example which help
55
55
  ```
56
56
 
57
- _See code: [src/commands/which.ts](https://github.com/oclif/plugin-which/blob/v3.1.6/src/commands/which.ts)_
57
+ _See code: [src/commands/which.ts](https://github.com/oclif/plugin-which/blob/v3.1.7/src/commands/which.ts)_
58
58
  <!-- commandsstop -->
59
59
 
60
60
  # Contributing