Releases: netlify/binary-info
Releases · netlify/binary-info
v1.0.0
1.0.0 (2022-06-23)
⚠ BREAKING CHANGES
- The result is now non-nullable and it is a struct with the fields
arch,platform,runtime. Runtime is nullable as we can only detect it for ELF binaries for now. Ifplatformorarchcannot be detected it will throw.
Features
- Rename package to binary-info and fix release (#15) (0d59e30)
- Return also architecture and platform (#8) (6aa4a95)