Skip to content

Releases: netlify/binary-info

v1.0.0

23 Jun 19:08
c65c379
Compare
Choose a tag to compare

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. If platform or arch cannot be detected it will throw.

Features

  • Rename package to binary-info and fix release (#15) (0d59e30)
  • Return also architecture and platform (#8) (6aa4a95)

Miscellaneous Chores