@ledgerhq/hw-transport-node-hid-singleton 6.30.3-start-exchange.0 → 6.30.4-nightly.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.
@@ -1,4 +1,4 @@
1
1
 
2
- > @ledgerhq/hw-transport-node-hid-singleton@6.30.2 build /home/runner/work/ledger-live/ledger-live/libs/ledgerjs/packages/hw-transport-node-hid-singleton
2
+ > @ledgerhq/hw-transport-node-hid-singleton@6.30.3 build /home/runner/work/ledger-live/ledger-live/libs/ledgerjs/packages/hw-transport-node-hid-singleton
3
3
  > tsc && tsc -m ES6 --outDir lib-es
4
4
 
package/CHANGELOG.md CHANGED
@@ -1,6 +1,30 @@
1
1
  # @ledgerhq/hw-transport-node-hid-singleton
2
2
 
3
- ## 6.30.3-start-exchange.0
3
+ ## 6.30.4-nightly.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`f456d69`](https://github.com/LedgerHQ/ledger-live/commit/f456d69a2f64b6a217d3c1d9c6a531f31c2817a8)]:
8
+ - @ledgerhq/errors@6.16.2-nightly.0
9
+ - @ledgerhq/devices@8.2.1-nightly.0
10
+ - @ledgerhq/hw-transport@6.30.4-nightly.0
11
+ - @ledgerhq/hw-transport-node-hid-noevents@6.29.4-nightly.0
12
+
13
+ ## 6.30.3
14
+
15
+ ### Patch Changes
16
+
17
+ - [#5749](https://github.com/LedgerHQ/ledger-live/pull/5749) [`eadebff`](https://github.com/LedgerHQ/ledger-live/commit/eadebff3fe58aef6a5befb033d5147afc49663d3) Thanks [@alexandremgo](https://github.com/alexandremgo)! - Fix: HID USB reconnection on LLD during the sync onboarding
18
+
19
+ - Refactoring of the disconnect after inactivity of the transport implementation
20
+ hw-transport-node-hid-singleton
21
+ - Better logs and documentation
22
+
23
+ - Updated dependencies [[`eadebff`](https://github.com/LedgerHQ/ledger-live/commit/eadebff3fe58aef6a5befb033d5147afc49663d3)]:
24
+ - @ledgerhq/hw-transport-node-hid-noevents@6.29.3
25
+ - @ledgerhq/hw-transport@6.30.3
26
+
27
+ ## 6.30.3-next.0
4
28
 
5
29
  ### Patch Changes
6
30
 
@@ -11,8 +35,8 @@
11
35
  - Better logs and documentation
12
36
 
13
37
  - Updated dependencies [[`eadebff`](https://github.com/LedgerHQ/ledger-live/commit/eadebff3fe58aef6a5befb033d5147afc49663d3)]:
14
- - @ledgerhq/hw-transport-node-hid-noevents@6.29.3-start-exchange.0
15
- - @ledgerhq/hw-transport@6.30.3-start-exchange.0
38
+ - @ledgerhq/hw-transport-node-hid-noevents@6.29.3-next.0
39
+ - @ledgerhq/hw-transport@6.30.3-next.0
16
40
 
17
41
  ## 6.30.2
18
42
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/hw-transport-node-hid-singleton",
3
- "version": "6.30.3-start-exchange.0",
3
+ "version": "6.30.4-nightly.0",
4
4
  "description": "Ledger Hardware Wallet Node implementation of the communication layer, using node-hid and node-usb",
5
5
  "keywords": [
6
6
  "Ledger",
@@ -29,10 +29,10 @@
29
29
  "dependencies": {
30
30
  "node-hid": "^2.1.2",
31
31
  "usb": "2.9.0",
32
- "@ledgerhq/devices": "^8.2.0",
33
- "@ledgerhq/errors": "^6.16.1",
34
- "@ledgerhq/hw-transport": "^6.30.3-start-exchange.0",
35
- "@ledgerhq/hw-transport-node-hid-noevents": "^6.29.3-start-exchange.0",
32
+ "@ledgerhq/devices": "^8.2.1-nightly.0",
33
+ "@ledgerhq/errors": "^6.16.2-nightly.0",
34
+ "@ledgerhq/hw-transport": "^6.30.4-nightly.0",
35
+ "@ledgerhq/hw-transport-node-hid-noevents": "^6.29.4-nightly.0",
36
36
  "@ledgerhq/logs": "^6.12.0"
37
37
  },
38
38
  "gitHead": "dd0dea64b58e5a9125c8a422dcffd29e5ef6abec",