@oclif/plugin-which 3.1.3 → 3.1.5

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
@@ -22,7 +22,7 @@ $ npm install -g @oclif/plugin-which
22
22
  $ oclif-example COMMAND
23
23
  running command...
24
24
  $ oclif-example (--version)
25
- @oclif/plugin-which/3.1.3 linux-x64 node-v20.11.1
25
+ @oclif/plugin-which/3.1.5 linux-x64 node-v20.11.1
26
26
  $ oclif-example --help [COMMAND]
27
27
  USAGE
28
28
  $ oclif-example COMMAND
@@ -55,5 +55,5 @@ EXAMPLES
55
55
  $ oclif-example which help
56
56
  ```
57
57
 
58
- _See code: [src/commands/which.ts](https://github.com/oclif/plugin-which/blob/v3.1.3/src/commands/which.ts)_
58
+ _See code: [src/commands/which.ts](https://github.com/oclif/plugin-which/blob/v3.1.5/src/commands/which.ts)_
59
59
  <!-- commandsstop -->