@ledgerhq/react-native-hw-transport-ble 6.28.0-nightly.2 → 6.28.0-protect.1

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,4 +1,4 @@
1
1
 
2
- > @ledgerhq/react-native-hw-transport-ble@6.28.0-nightly.1 build /home/runner/work/ledger-live/ledger-live/libs/ledgerjs/packages/react-native-hw-transport-ble
2
+ > @ledgerhq/react-native-hw-transport-ble@6.28.0-protect.0 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,26 +1,29 @@
1
1
  # @ledgerhq/react-native-hw-transport-ble
2
2
 
3
- ## 6.28.0-nightly.2
3
+ ## 6.28.0-protect.1
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies [[`1f65abb76f`](https://github.com/LedgerHQ/ledger-live/commit/1f65abb76f1a36b428b5c33dd3ad6c58b4d96aa2)]:
8
- - @ledgerhq/devices@7.0.6-nightly.2
9
- - @ledgerhq/hw-transport@6.27.9-nightly.2
8
+ - @ledgerhq/devices@7.0.6-protect.1
9
+ - @ledgerhq/hw-transport@6.27.9-protect.1
10
10
 
11
- ## 6.28.0-nightly.1
11
+ ## 6.28.0-protect.0
12
12
 
13
13
  ### Minor Changes
14
14
 
15
15
  - [#2002](https://github.com/LedgerHQ/ledger-live/pull/2002) [`b83ff5509c`](https://github.com/LedgerHQ/ledger-live/commit/b83ff5509cf7b66b39642d300b0d7ec5e8582ea7) Thanks [@vivalaakam](https://github.com/vivalaakam)! - create BleManager instance on request
16
16
 
17
- ## 6.27.12-nightly.0
18
-
19
17
  ### Patch Changes
20
18
 
21
- - Updated dependencies [[`3a267c1424`](https://github.com/LedgerHQ/ledger-live/commit/3a267c14241ebc9184490e7eb81b5d4bcc94b092)]:
22
- - @ledgerhq/devices@7.0.6-nightly.1
23
- - @ledgerhq/hw-transport@6.27.9-nightly.1
19
+ - [#2048](https://github.com/LedgerHQ/ledger-live/pull/2048) [`101e6851ae`](https://github.com/LedgerHQ/ledger-live/commit/101e6851ae76747431b122076dc1752c94ee40d3) Thanks [@juan-cortes](https://github.com/juan-cortes)! - Undo the auto disconnect mechanism, due to regressions
20
+
21
+ * [#1984](https://github.com/LedgerHQ/ledger-live/pull/1984) [`f1c15446da`](https://github.com/LedgerHQ/ledger-live/commit/f1c15446dabef05bb91dada8d8f53f9bc6474ba5) Thanks [@alexandremgo](https://github.com/alexandremgo)! - New HwTransportError for all the implementations of Transport
22
+
23
+ * Updated dependencies [[`3a267c1424`](https://github.com/LedgerHQ/ledger-live/commit/3a267c14241ebc9184490e7eb81b5d4bcc94b092), [`f1c15446da`](https://github.com/LedgerHQ/ledger-live/commit/f1c15446dabef05bb91dada8d8f53f9bc6474ba5)]:
24
+ - @ledgerhq/devices@7.0.6-protect.0
25
+ - @ledgerhq/errors@6.12.2-protect.0
26
+ - @ledgerhq/hw-transport@6.27.9-protect.0
24
27
 
25
28
  ## 6.27.11
26
29
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/react-native-hw-transport-ble",
3
- "version": "6.28.0-nightly.2",
3
+ "version": "6.28.0-protect.1",
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": "^7.0.6-nightly.2",
33
- "@ledgerhq/errors": "^6.12.2-nightly.0",
34
- "@ledgerhq/hw-transport": "^6.27.9-nightly.2",
32
+ "@ledgerhq/devices": "^7.0.6-protect.1",
33
+ "@ledgerhq/errors": "^6.12.2-protect.0",
34
+ "@ledgerhq/hw-transport": "^6.27.9-protect.1",
35
35
  "@ledgerhq/logs": "^6.10.1"
36
36
  },
37
37
  "gitHead": "dd0dea64b58e5a9125c8a422dcffd29e5ef6abec",