This repository has been archived by the owner on Jun 27, 2022. It is now read-only.
Releases: LedgerHQ/ledgerjs
Releases · LedgerHQ/ledgerjs
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.
v4.64.1
v4.64.0
v4.63.3
v4.63.2
v4.62.0
v4.61.1
v4.61.0
- Introduces (experimental)
@ledgerhq/hw-transport-node-ble
- Introduces (experimental)
@ledgerhq/hw-transport-node-hid-singleton
- Make hw-transport-node-hid depends on hw-transport-node-hid-noevents for factorizing logic
@ledgerhq/errors
Add 'CurrencyNotSupported'