@ledgerhq/hw-transport-node-hid-singleton 6.30.3-next.0 → 6.30.3
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 +14 -0
- package/package.json +3 -3
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
|
|
2
|
-
> @ledgerhq/hw-transport-node-hid-singleton@6.30.
|
|
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,5 +1,19 @@
|
|
|
1
1
|
# @ledgerhq/hw-transport-node-hid-singleton
|
|
2
2
|
|
|
3
|
+
## 6.30.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#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
|
|
8
|
+
|
|
9
|
+
- Refactoring of the disconnect after inactivity of the transport implementation
|
|
10
|
+
hw-transport-node-hid-singleton
|
|
11
|
+
- Better logs and documentation
|
|
12
|
+
|
|
13
|
+
- Updated dependencies [[`eadebff`](https://github.com/LedgerHQ/ledger-live/commit/eadebff3fe58aef6a5befb033d5147afc49663d3)]:
|
|
14
|
+
- @ledgerhq/hw-transport-node-hid-noevents@6.29.3
|
|
15
|
+
- @ledgerhq/hw-transport@6.30.3
|
|
16
|
+
|
|
3
17
|
## 6.30.3-next.0
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ledgerhq/hw-transport-node-hid-singleton",
|
|
3
|
-
"version": "6.30.3
|
|
3
|
+
"version": "6.30.3",
|
|
4
4
|
"description": "Ledger Hardware Wallet Node implementation of the communication layer, using node-hid and node-usb",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ledger",
|
|
@@ -31,8 +31,8 @@
|
|
|
31
31
|
"usb": "2.9.0",
|
|
32
32
|
"@ledgerhq/devices": "^8.2.0",
|
|
33
33
|
"@ledgerhq/errors": "^6.16.1",
|
|
34
|
-
"@ledgerhq/hw-transport": "^6.30.3
|
|
35
|
-
"@ledgerhq/hw-transport-node-hid-noevents": "^6.29.3
|
|
34
|
+
"@ledgerhq/hw-transport": "^6.30.3",
|
|
35
|
+
"@ledgerhq/hw-transport-node-hid-noevents": "^6.29.3",
|
|
36
36
|
"@ledgerhq/logs": "^6.12.0"
|
|
37
37
|
},
|
|
38
38
|
"gitHead": "dd0dea64b58e5a9125c8a422dcffd29e5ef6abec",
|