@ledgerhq/react-native-hw-transport-ble
Advanced tools
Comparing version 6.32.0-nightly.0 to 6.32.0
# @ledgerhq/react-native-hw-transport-ble | ||
## 6.32.0-nightly.0 | ||
## 6.32.0 | ||
### Minor Changes | ||
- [#5171](https://github.com/LedgerHQ/ledger-live/pull/5171) [`52a373273d`](https://github.com/LedgerHQ/ledger-live/commit/52a373273dee3b2cb5a3e8d2d4b05f90616d71a2) Thanks [@alexandremgo](https://github.com/alexandremgo)! - Feat: new abort timeout on opening transport and APDU exchange | ||
- [#5171](https://github.com/LedgerHQ/ledger-live/pull/5171) [`52a3732`](https://github.com/LedgerHQ/ledger-live/commit/52a373273dee3b2cb5a3e8d2d4b05f90616d71a2) Thanks [@alexandremgo](https://github.com/alexandremgo)! - Feat: new abort timeout on opening transport and APDU exchange | ||
@@ -24,7 +24,33 @@ On `@ledgerhq/hw-transport` | ||
- Updated dependencies [[`52a373273d`](https://github.com/LedgerHQ/ledger-live/commit/52a373273dee3b2cb5a3e8d2d4b05f90616d71a2), [`52a373273d`](https://github.com/LedgerHQ/ledger-live/commit/52a373273dee3b2cb5a3e8d2d4b05f90616d71a2)]: | ||
- @ledgerhq/hw-transport@6.30.1-nightly.0 | ||
- @ledgerhq/errors@6.16.1-nightly.0 | ||
- @ledgerhq/devices@8.2.0-nightly.0 | ||
- Updated dependencies [[`52a3732`](https://github.com/LedgerHQ/ledger-live/commit/52a373273dee3b2cb5a3e8d2d4b05f90616d71a2), [`4d1aade`](https://github.com/LedgerHQ/ledger-live/commit/4d1aade53cd33f8e7548ce340f54fbb834bdcdcb), [`52a3732`](https://github.com/LedgerHQ/ledger-live/commit/52a373273dee3b2cb5a3e8d2d4b05f90616d71a2)]: | ||
- @ledgerhq/hw-transport@6.30.1 | ||
- @ledgerhq/errors@6.16.1 | ||
- @ledgerhq/devices@8.2.0 | ||
## 6.32.0-next.0 | ||
### Minor Changes | ||
- [#5171](https://github.com/LedgerHQ/ledger-live/pull/5171) [`52a3732`](https://github.com/LedgerHQ/ledger-live/commit/52a373273dee3b2cb5a3e8d2d4b05f90616d71a2) Thanks [@alexandremgo](https://github.com/alexandremgo)! - Feat: new abort timeout on opening transport and APDU exchange | ||
On `@ledgerhq/hw-transport` | ||
- `exchange` adding an optional `abortTimeoutMs` arg to its definition | ||
- `send` taking an optional `abortTimeoutMs` and passing it to `exchange` | ||
- Some documentation and tracing | ||
On `@ledgerhq/react-native-hw-transport-ble` | ||
- `open`: enabling optional timeout when opening a transport instance | ||
- `exchange`: enabling optional timeout on APDU exchange, calling `cancelPendingOperations` on timeout | ||
- `cancelPendingOperations`: using a `currentTransactionIds` array of transactions id for each `write`, we can try to abort completely pending writes | ||
- More documentation + tracing + simple unit tests | ||
### Patch Changes | ||
- Updated dependencies [[`52a3732`](https://github.com/LedgerHQ/ledger-live/commit/52a373273dee3b2cb5a3e8d2d4b05f90616d71a2), [`4d1aade`](https://github.com/LedgerHQ/ledger-live/commit/4d1aade53cd33f8e7548ce340f54fbb834bdcdcb), [`52a3732`](https://github.com/LedgerHQ/ledger-live/commit/52a373273dee3b2cb5a3e8d2d4b05f90616d71a2)]: | ||
- @ledgerhq/hw-transport@6.30.1-next.0 | ||
- @ledgerhq/errors@6.16.1-next.0 | ||
- @ledgerhq/devices@8.2.0-next.0 | ||
## 6.31.0 | ||
@@ -31,0 +57,0 @@ |
{ | ||
"name": "@ledgerhq/react-native-hw-transport-ble", | ||
"version": "6.32.0-nightly.0", | ||
"version": "6.32.0", | ||
"description": "Ledger Hardware Wallet Bluetooth BLE transport for React Native", | ||
@@ -31,5 +31,5 @@ "keywords": [ | ||
"uuid": "^9.0.1", | ||
"@ledgerhq/devices": "^8.2.0-nightly.0", | ||
"@ledgerhq/errors": "^6.16.1-nightly.0", | ||
"@ledgerhq/hw-transport": "^6.30.1-nightly.0", | ||
"@ledgerhq/devices": "^8.2.0", | ||
"@ledgerhq/errors": "^6.16.1", | ||
"@ledgerhq/hw-transport": "^6.30.1", | ||
"@ledgerhq/logs": "^6.12.0" | ||
@@ -39,10 +39,10 @@ }, | ||
"devDependencies": { | ||
"@types/jest": "^29.5.0", | ||
"@types/jest": "^29.5.10", | ||
"@types/node": "^20.8.10", | ||
"@types/uuid": "^9.0.5", | ||
"documentation": "14.0.2", | ||
"jest": "^28.1.1", | ||
"jest": "^29.7.0", | ||
"rimraf": "^4.4.1", | ||
"source-map-support": "^0.5.21", | ||
"ts-jest": "^28.0.5", | ||
"ts-jest": "^29.1.1", | ||
"ts-node": "^10.4.0" | ||
@@ -49,0 +49,0 @@ }, |
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
314356
0
Updated@ledgerhq/devices@^8.2.0
Updated@ledgerhq/errors@^6.16.1