@ledgerhq/react-native-hw-transport-ble 6.28.4-recover-beta.0 → 6.28.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.turbo/turbo-build.log +1 -1
- package/CHANGELOG.md +29 -7
- package/package.json +4 -4
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
|
|
2
|
-
> @ledgerhq/react-native-hw-transport-ble@6.28.4
|
|
2
|
+
> @ledgerhq/react-native-hw-transport-ble@6.28.4 build /home/runner/work/ledger-live/ledger-live/libs/ledgerjs/packages/react-native-hw-transport-ble
|
|
3
3
|
> tsc && tsc -m ES6 --outDir lib-es
|
|
4
4
|
|
package/CHANGELOG.md
CHANGED
|
@@ -1,22 +1,44 @@
|
|
|
1
1
|
# @ledgerhq/react-native-hw-transport-ble
|
|
2
2
|
|
|
3
|
-
## 6.28.4
|
|
3
|
+
## 6.28.4
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
|
-
- [#
|
|
7
|
+
- [#3063](https://github.com/LedgerHQ/ledger-live/pull/3063) [`57c52a9fca`](https://github.com/LedgerHQ/ledger-live/commit/57c52a9fca18595e5fe6b0a81fc7b5967b2ca74c) Thanks [@live-github-bot](https://github.com/apps/live-github-bot)! - fix: request for a specific MTU when trying to BLE connect
|
|
8
8
|
|
|
9
9
|
ConnectionOptions was commented as "not used" in react-native-ble-plx,
|
|
10
10
|
but it is actually used and needed when connecting to a device.
|
|
11
11
|
|
|
12
|
-
|
|
12
|
+
- [#2912](https://github.com/LedgerHQ/ledger-live/pull/2912) [`5fa68510b4`](https://github.com/LedgerHQ/ledger-live/commit/5fa68510b49334cfd80c30793dfe68900f1b9b3b) Thanks [@alexandremgo](https://github.com/alexandremgo)! - chore: re-work of the transport error mapping HwTransportErrorType
|
|
13
13
|
|
|
14
14
|
And updating functions and hooks using them
|
|
15
15
|
|
|
16
|
-
|
|
17
|
-
- @ledgerhq/errors@6.12.4
|
|
18
|
-
- @ledgerhq/devices@8.0.1
|
|
19
|
-
- @ledgerhq/hw-transport@6.28.2
|
|
16
|
+
- Updated dependencies [[`1d0b2d19eb`](https://github.com/LedgerHQ/ledger-live/commit/1d0b2d19ebc5acd058930b842c6d37f8daf2a5a3), [`ef945b05c0`](https://github.com/LedgerHQ/ledger-live/commit/ef945b05c01a791281687abb28e639e1bcc4e472), [`5fa68510b4`](https://github.com/LedgerHQ/ledger-live/commit/5fa68510b49334cfd80c30793dfe68900f1b9b3b)]:
|
|
17
|
+
- @ledgerhq/errors@6.12.4
|
|
18
|
+
- @ledgerhq/devices@8.0.1
|
|
19
|
+
- @ledgerhq/hw-transport@6.28.2
|
|
20
|
+
|
|
21
|
+
## 6.28.4-next.1
|
|
22
|
+
|
|
23
|
+
### Patch Changes
|
|
24
|
+
|
|
25
|
+
- [#3063](https://github.com/LedgerHQ/ledger-live/pull/3063) [`57c52a9fca`](https://github.com/LedgerHQ/ledger-live/commit/57c52a9fca18595e5fe6b0a81fc7b5967b2ca74c) Thanks [@live-github-bot](https://github.com/apps/live-github-bot)! - fix: request for a specific MTU when trying to BLE connect
|
|
26
|
+
|
|
27
|
+
ConnectionOptions was commented as "not used" in react-native-ble-plx,
|
|
28
|
+
but it is actually used and needed when connecting to a device.
|
|
29
|
+
|
|
30
|
+
## 6.28.4-next.0
|
|
31
|
+
|
|
32
|
+
### Patch Changes
|
|
33
|
+
|
|
34
|
+
- [#2912](https://github.com/LedgerHQ/ledger-live/pull/2912) [`5fa68510b4`](https://github.com/LedgerHQ/ledger-live/commit/5fa68510b49334cfd80c30793dfe68900f1b9b3b) Thanks [@alexandremgo](https://github.com/alexandremgo)! - chore: re-work of the transport error mapping HwTransportErrorType
|
|
35
|
+
|
|
36
|
+
And updating functions and hooks using them
|
|
37
|
+
|
|
38
|
+
- Updated dependencies [[`1d0b2d19eb`](https://github.com/LedgerHQ/ledger-live/commit/1d0b2d19ebc5acd058930b842c6d37f8daf2a5a3), [`ef945b05c0`](https://github.com/LedgerHQ/ledger-live/commit/ef945b05c01a791281687abb28e639e1bcc4e472), [`5fa68510b4`](https://github.com/LedgerHQ/ledger-live/commit/5fa68510b49334cfd80c30793dfe68900f1b9b3b)]:
|
|
39
|
+
- @ledgerhq/errors@6.12.4-next.0
|
|
40
|
+
- @ledgerhq/devices@8.0.1-next.0
|
|
41
|
+
- @ledgerhq/hw-transport@6.28.2-next.0
|
|
20
42
|
|
|
21
43
|
## 6.28.3
|
|
22
44
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ledgerhq/react-native-hw-transport-ble",
|
|
3
|
-
"version": "6.28.4
|
|
3
|
+
"version": "6.28.4",
|
|
4
4
|
"description": "Ledger Hardware Wallet Bluetooth BLE transport for React Native",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ledger",
|
|
@@ -29,9 +29,9 @@
|
|
|
29
29
|
"react-native-ble-plx": "2.0.3",
|
|
30
30
|
"rxjs": "6",
|
|
31
31
|
"uuid": "^3.4.0",
|
|
32
|
-
"@ledgerhq/devices": "^8.0.1
|
|
33
|
-
"@ledgerhq/errors": "^6.12.4
|
|
34
|
-
"@ledgerhq/hw-transport": "^6.28.2
|
|
32
|
+
"@ledgerhq/devices": "^8.0.1",
|
|
33
|
+
"@ledgerhq/errors": "^6.12.4",
|
|
34
|
+
"@ledgerhq/hw-transport": "^6.28.2",
|
|
35
35
|
"@ledgerhq/logs": "^6.10.1"
|
|
36
36
|
},
|
|
37
37
|
"gitHead": "dd0dea64b58e5a9125c8a422dcffd29e5ef6abec",
|