Releases: ehmicky/get-bin-path
Releases · ehmicky/get-bin-path
v11.0.0
v10.0.0
v9.0.0
Breaking changes
undefined
is now always returned when the binary cannot be found. Previously, a random binary was sometimes returned instead. This happens when:- The
name
option is used but no binary of that name is found. - The
package.json
uses adirectories.bin
with multiple binaries, but none matches thepackage.json
name
orname
option.
- The
- When the
package.json
bin
field is a string, thename
option (when defined) must match thepackage.json
name
field.
v8.0.0
Breaking changes
- Add support for the
directories.bin
field inpackage.json
v7.3.0
Release 7.2.1
Bug fixes
- Fix
package.json
Release 7.2.0
Features
- Improve tree-shaking support
Release 7.1.0
Features
- Reduce npm package size
Release 7.0.0
Breaking changes
- Minimal supported Node.js version is now
14.18.0
Release 6.1.0
Features
- Improve TypeScript types