@ledgerhq/react-native-hw-transport-ble 6.27.4-nightly.0 → 6.27.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.
@@ -1,5 +1,5 @@
1
- @ledgerhq/react-native-hw-transport-ble:build: cache hit, replaying output db42a69f0a851914
1
+ @ledgerhq/react-native-hw-transport-ble:build: cache hit, replaying output e7e73ace140943d0
2
2
  @ledgerhq/react-native-hw-transport-ble:build:
3
- @ledgerhq/react-native-hw-transport-ble:build: > @ledgerhq/react-native-hw-transport-ble@6.27.3 build /home/runner/work/ledger-live/ledger-live/libs/ledgerjs/packages/react-native-hw-transport-ble
3
+ @ledgerhq/react-native-hw-transport-ble:build: > @ledgerhq/react-native-hw-transport-ble@6.27.4 build /home/runner/work/ledger-live/ledger-live/libs/ledgerjs/packages/react-native-hw-transport-ble
4
4
  @ledgerhq/react-native-hw-transport-ble:build: > tsc && tsc -m ES6 --outDir lib-es
5
5
  @ledgerhq/react-native-hw-transport-ble:build:
package/CHANGELOG.md CHANGED
@@ -1,10 +1,22 @@
1
1
  # @ledgerhq/react-native-hw-transport-ble
2
2
 
3
- ## 6.27.4-nightly.0
3
+ ## 6.27.4
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - [#1070](https://github.com/LedgerHQ/ledger-live/pull/1070) [`533e658dcd`](https://github.com/LedgerHQ/ledger-live/commit/533e658dcd7862d4e6c9cb1b55c400652c68ae26) Thanks [@grsoares21](https://github.com/grsoares21)! - Fix crash when scanning for bluetooth devices
7
+ - [#970](https://github.com/LedgerHQ/ledger-live/pull/970) [`ecfdd1ebd8`](https://github.com/LedgerHQ/ledger-live/commit/ecfdd1ebd8cc7c4b5bc6315316ce662bb6241311) Thanks [@alexandremgo](https://github.com/alexandremgo)! - BLE scanning and pairing hooks
8
+
9
+ - Updated dependencies [[`ecfdd1ebd8`](https://github.com/LedgerHQ/ledger-live/commit/ecfdd1ebd8cc7c4b5bc6315316ce662bb6241311)]:
10
+ - @ledgerhq/hw-transport@6.27.3
11
+
12
+ ## 6.27.4-next.0
13
+
14
+ ### Patch Changes
15
+
16
+ - [#970](https://github.com/LedgerHQ/ledger-live/pull/970) [`ecfdd1ebd`](https://github.com/LedgerHQ/ledger-live/commit/ecfdd1ebd8cc7c4b5bc6315316ce662bb6241311) Thanks [@alexandremgo](https://github.com/alexandremgo)! - BLE scanning and pairing hooks
17
+
18
+ - Updated dependencies [[`ecfdd1ebd`](https://github.com/LedgerHQ/ledger-live/commit/ecfdd1ebd8cc7c4b5bc6315316ce662bb6241311)]:
19
+ - @ledgerhq/hw-transport@6.27.3-next.0
8
20
 
9
21
  ## 6.27.3
10
22
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/react-native-hw-transport-ble",
3
- "version": "6.27.4-nightly.0",
3
+ "version": "6.27.4",
4
4
  "description": "Ledger Hardware Wallet Bluetooth BLE transport for React Native",
5
5
  "keywords": [
6
6
  "Ledger",
@@ -27,7 +27,7 @@
27
27
  "dependencies": {
28
28
  "@ledgerhq/devices": "^7.0.0",
29
29
  "@ledgerhq/errors": "^6.10.1",
30
- "@ledgerhq/hw-transport": "^6.27.3-nightly.0",
30
+ "@ledgerhq/hw-transport": "^6.27.3",
31
31
  "@ledgerhq/logs": "^6.10.1-nightly.0",
32
32
  "invariant": "^2.2.4",
33
33
  "react-native-ble-plx": "2.0.3",