@ledgerhq/hw-transport-node-hid-singleton 6.28.0 → 6.28.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 +10 -0
- package/package.json +5 -5
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@ledgerhq/hw-transport-node-hid-singleton:build: cache hit, replaying output
|
|
1
|
+
@ledgerhq/hw-transport-node-hid-singleton:build: cache hit, replaying output a5f17a48412b2182
|
|
2
2
|
@ledgerhq/hw-transport-node-hid-singleton:build:
|
|
3
3
|
@ledgerhq/hw-transport-node-hid-singleton:build: > @ledgerhq/hw-transport-node-hid-singleton@6.28.0 build /home/runner/work/ledger-live/ledger-live/libs/ledgerjs/packages/hw-transport-node-hid-singleton
|
|
4
4
|
@ledgerhq/hw-transport-node-hid-singleton:build: > tsc && tsc -m ES6 --outDir lib-es
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# @ledgerhq/hw-transport-node-hid-singleton
|
|
2
2
|
|
|
3
|
+
## 6.28.1-next.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`1a94cbf28a`](https://github.com/LedgerHQ/ledger-live/commit/1a94cbf28aaa2917c70719e22f446148cd66cef6), [`e0915b34ba`](https://github.com/LedgerHQ/ledger-live/commit/e0915b34ba37d9906b6c65e7e42f87893c088325)]:
|
|
8
|
+
- @ledgerhq/errors@6.11.0-next.0
|
|
9
|
+
- @ledgerhq/devices@7.0.2-next.0
|
|
10
|
+
- @ledgerhq/hw-transport@6.27.5-next.0
|
|
11
|
+
- @ledgerhq/hw-transport-node-hid-noevents@6.27.5-next.0
|
|
12
|
+
|
|
3
13
|
## 6.28.0
|
|
4
14
|
|
|
5
15
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ledgerhq/hw-transport-node-hid-singleton",
|
|
3
|
-
"version": "6.28.0",
|
|
3
|
+
"version": "6.28.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,10 +27,10 @@
|
|
|
27
27
|
"types": "lib/TransportNodeHid.d.ts",
|
|
28
28
|
"license": "Apache-2.0",
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@ledgerhq/devices": "^7.0.
|
|
31
|
-
"@ledgerhq/errors": "^6.
|
|
32
|
-
"@ledgerhq/hw-transport": "^6.27.
|
|
33
|
-
"@ledgerhq/hw-transport-node-hid-noevents": "^6.27.
|
|
30
|
+
"@ledgerhq/devices": "^7.0.2-next.0",
|
|
31
|
+
"@ledgerhq/errors": "^6.11.0-next.0",
|
|
32
|
+
"@ledgerhq/hw-transport": "^6.27.5-next.0",
|
|
33
|
+
"@ledgerhq/hw-transport-node-hid-noevents": "^6.27.5-next.0",
|
|
34
34
|
"@ledgerhq/logs": "^6.10.0",
|
|
35
35
|
"lodash": "^4.17.21",
|
|
36
36
|
"node-hid": "2.1.1",
|