Skip to content
This repository has been archived by the owner on Jun 27, 2022. It is now read-only.

v4.65.0

Compare
Choose a tag to compare
@gre gre released this 20 Jul 07:27
· 810 commits to master since this release
2efaa3b

Fixes HID transport to Promise.reject errors instead of throwing them

This concerns the 3 variants of @ledgerhq/hw-transport-node-hid* library.

When doing open() when it fails, it used to throw an error "in sync" instead of returning a Promise that rejects. a Promise now protects all failing cases.