This repository has been archived by the owner on Jun 27, 2022. It is now read-only.
v4.65.0
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.