@ledgerhq/hw-transport-node-hid-singleton 6.31.0-windows-certificate.0 → 6.31.1-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 +29 -6
- package/package.json +6 -6
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
|
|
2
|
-
> @ledgerhq/hw-transport-node-hid-singleton@6.
|
|
2
|
+
> @ledgerhq/hw-transport-node-hid-singleton@6.31.0 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,29 @@
|
|
|
1
1
|
# @ledgerhq/hw-transport-node-hid-singleton
|
|
2
2
|
|
|
3
|
-
## 6.31.
|
|
3
|
+
## 6.31.1-next.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#7142](https://github.com/LedgerHQ/ledger-live/pull/7142) [`1df64d2`](https://github.com/LedgerHQ/ledger-live/commit/1df64d27e75c2a3445903ebce9e1f681683676da) Thanks [@jdabbech-ledger](https://github.com/jdabbech-ledger)! - Force node-hid version to 2.1.2, fix glibc < 2.33 error
|
|
8
|
+
|
|
9
|
+
- Updated dependencies [[`1df64d2`](https://github.com/LedgerHQ/ledger-live/commit/1df64d27e75c2a3445903ebce9e1f681683676da)]:
|
|
10
|
+
- @ledgerhq/hw-transport-node-hid-noevents@6.30.1-next.0
|
|
11
|
+
|
|
12
|
+
## 6.31.0
|
|
13
|
+
|
|
14
|
+
### Minor Changes
|
|
15
|
+
|
|
16
|
+
- [#6596](https://github.com/LedgerHQ/ledger-live/pull/6596) [`77fa530`](https://github.com/LedgerHQ/ledger-live/commit/77fa530c8626df94fa7f9c0a8b3a99f2efa7cb11) Thanks [@KVNLS](https://github.com/KVNLS)! - Upgrade React Native to version 0.73.6
|
|
17
|
+
|
|
18
|
+
### Patch Changes
|
|
19
|
+
|
|
20
|
+
- Updated dependencies [[`77fa530`](https://github.com/LedgerHQ/ledger-live/commit/77fa530c8626df94fa7f9c0a8b3a99f2efa7cb11), [`815ae3d`](https://github.com/LedgerHQ/ledger-live/commit/815ae3dae8027823854ada837df3dc983d09b10f), [`cec1599`](https://github.com/LedgerHQ/ledger-live/commit/cec1599a41aa1a18a249e34312164bc93b63972f), [`3b9c93c`](https://github.com/LedgerHQ/ledger-live/commit/3b9c93c0de8ceff2af96a6ee8e42b8d9c2ab7af0)]:
|
|
21
|
+
- @ledgerhq/hw-transport-node-hid-noevents@6.30.0
|
|
22
|
+
- @ledgerhq/hw-transport@6.31.0
|
|
23
|
+
- @ledgerhq/devices@8.4.0
|
|
24
|
+
- @ledgerhq/errors@6.17.0
|
|
25
|
+
|
|
26
|
+
## 6.31.0-next.0
|
|
4
27
|
|
|
5
28
|
### Minor Changes
|
|
6
29
|
|
|
@@ -8,11 +31,11 @@
|
|
|
8
31
|
|
|
9
32
|
### Patch Changes
|
|
10
33
|
|
|
11
|
-
- Updated dependencies [[`77fa530`](https://github.com/LedgerHQ/ledger-live/commit/77fa530c8626df94fa7f9c0a8b3a99f2efa7cb11), [`cec1599`](https://github.com/LedgerHQ/ledger-live/commit/cec1599a41aa1a18a249e34312164bc93b63972f)]:
|
|
12
|
-
- @ledgerhq/hw-transport-node-hid-noevents@6.30.0-
|
|
13
|
-
- @ledgerhq/hw-transport@6.31.0-
|
|
14
|
-
- @ledgerhq/devices@8.4.0-
|
|
15
|
-
- @ledgerhq/errors@6.17.0-
|
|
34
|
+
- Updated dependencies [[`77fa530`](https://github.com/LedgerHQ/ledger-live/commit/77fa530c8626df94fa7f9c0a8b3a99f2efa7cb11), [`815ae3d`](https://github.com/LedgerHQ/ledger-live/commit/815ae3dae8027823854ada837df3dc983d09b10f), [`cec1599`](https://github.com/LedgerHQ/ledger-live/commit/cec1599a41aa1a18a249e34312164bc93b63972f), [`3b9c93c`](https://github.com/LedgerHQ/ledger-live/commit/3b9c93c0de8ceff2af96a6ee8e42b8d9c2ab7af0)]:
|
|
35
|
+
- @ledgerhq/hw-transport-node-hid-noevents@6.30.0-next.0
|
|
36
|
+
- @ledgerhq/hw-transport@6.31.0-next.0
|
|
37
|
+
- @ledgerhq/devices@8.4.0-next.0
|
|
38
|
+
- @ledgerhq/errors@6.17.0-next.0
|
|
16
39
|
|
|
17
40
|
## 6.30.6
|
|
18
41
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ledgerhq/hw-transport-node-hid-singleton",
|
|
3
|
-
"version": "6.31.
|
|
3
|
+
"version": "6.31.1-next.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",
|
|
@@ -27,12 +27,12 @@
|
|
|
27
27
|
"types": "lib/TransportNodeHid.d.ts",
|
|
28
28
|
"license": "Apache-2.0",
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"node-hid": "
|
|
30
|
+
"node-hid": "2.1.2",
|
|
31
31
|
"usb": "2.9.0",
|
|
32
|
-
"@ledgerhq/devices": "^8.4.0
|
|
33
|
-
"@ledgerhq/errors": "^6.17.0
|
|
34
|
-
"@ledgerhq/hw-transport": "^6.31.0
|
|
35
|
-
"@ledgerhq/hw-transport-node-hid-noevents": "^6.30.
|
|
32
|
+
"@ledgerhq/devices": "^8.4.0",
|
|
33
|
+
"@ledgerhq/errors": "^6.17.0",
|
|
34
|
+
"@ledgerhq/hw-transport": "^6.31.0",
|
|
35
|
+
"@ledgerhq/hw-transport-node-hid-noevents": "^6.30.1-next.0",
|
|
36
36
|
"@ledgerhq/logs": "^6.12.0"
|
|
37
37
|
},
|
|
38
38
|
"gitHead": "dd0dea64b58e5a9125c8a422dcffd29e5ef6abec",
|