@ledgerhq/react-native-hw-transport-ble 6.28.1-protect.0 → 6.28.2-next.0
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 +27 -2
- package/package.json +2 -2
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
|
|
2
|
-
> @ledgerhq/react-native-hw-transport-ble@6.28.
|
|
2
|
+
> @ledgerhq/react-native-hw-transport-ble@6.28.1 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,12 +1,37 @@
|
|
|
1
1
|
# @ledgerhq/react-native-hw-transport-ble
|
|
2
2
|
|
|
3
|
-
## 6.28.
|
|
3
|
+
## 6.28.2-next.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#2376](https://github.com/LedgerHQ/ledger-live/pull/2376) [`de3b0da314`](https://github.com/LedgerHQ/ledger-live/commit/de3b0da31428487e025548abcfa26c0d4dac33f1) Thanks [@alexandremgo](https://github.com/alexandremgo)! - Fix: incorrect usage of bleManager instance inside BleTransport
|
|
8
|
+
|
|
9
|
+
- Updated dependencies [[`c2779b1cab`](https://github.com/LedgerHQ/ledger-live/commit/c2779b1cab18a1d5747ca955f5ceee86db920f57)]:
|
|
10
|
+
- @ledgerhq/hw-transport@6.28.0-next.0
|
|
11
|
+
|
|
12
|
+
## 6.28.1
|
|
4
13
|
|
|
5
14
|
### Patch Changes
|
|
6
15
|
|
|
7
16
|
- [#2304](https://github.com/LedgerHQ/ledger-live/pull/2304) [`7399cdba96`](https://github.com/LedgerHQ/ledger-live/commit/7399cdba96c5a39be5018dcff2906fbc11200ba2) Thanks [@elbywan](https://github.com/elbywan)! - Force commonjs imports for ledgerhq-react-native-hw-transport-ble
|
|
8
17
|
|
|
9
|
-
|
|
18
|
+
## 6.28.1-next.0
|
|
19
|
+
|
|
20
|
+
### Patch Changes
|
|
21
|
+
|
|
22
|
+
- [#2304](https://github.com/LedgerHQ/ledger-live/pull/2304) [`7399cdba96`](https://github.com/LedgerHQ/ledger-live/commit/7399cdba96c5a39be5018dcff2906fbc11200ba2) Thanks [@elbywan](https://github.com/elbywan)! - Force commonjs imports for ledgerhq-react-native-hw-transport-ble
|
|
23
|
+
|
|
24
|
+
## 6.28.1
|
|
25
|
+
|
|
26
|
+
### Patch Changes
|
|
27
|
+
|
|
28
|
+
- [#2413](https://github.com/LedgerHQ/ledger-live/pull/2413) [`e7bf251ba4`](https://github.com/LedgerHQ/ledger-live/commit/e7bf251ba488a9f38731db58b1d2d69d8fc802ea) Thanks [@github-actions](https://github.com/apps/github-actions)! - Fix: incorrect usage of bleManager instance inside BleTransport
|
|
29
|
+
|
|
30
|
+
## 6.28.1-hotfix.0
|
|
31
|
+
|
|
32
|
+
### Patch Changes
|
|
33
|
+
|
|
34
|
+
- [#2413](https://github.com/LedgerHQ/ledger-live/pull/2413) [`e7bf251ba4`](https://github.com/LedgerHQ/ledger-live/commit/e7bf251ba488a9f38731db58b1d2d69d8fc802ea) Thanks [@github-actions](https://github.com/apps/github-actions)! - Fix: incorrect usage of bleManager instance inside BleTransport
|
|
10
35
|
|
|
11
36
|
## 6.28.0
|
|
12
37
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ledgerhq/react-native-hw-transport-ble",
|
|
3
|
-
"version": "6.28.
|
|
3
|
+
"version": "6.28.2-next.0",
|
|
4
4
|
"description": "Ledger Hardware Wallet Bluetooth BLE transport for React Native",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ledger",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"uuid": "^3.4.0",
|
|
32
32
|
"@ledgerhq/devices": "^7.0.7",
|
|
33
33
|
"@ledgerhq/errors": "^6.12.3",
|
|
34
|
-
"@ledgerhq/hw-transport": "^6.
|
|
34
|
+
"@ledgerhq/hw-transport": "^6.28.0-next.0",
|
|
35
35
|
"@ledgerhq/logs": "^6.10.1"
|
|
36
36
|
},
|
|
37
37
|
"gitHead": "dd0dea64b58e5a9125c8a422dcffd29e5ef6abec",
|