@ledgerhq/hw-transport-node-hid-singleton 6.28.3-nightly.0 → 6.28.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,5 +1,4 @@
1
- @ledgerhq/hw-transport-node-hid-singleton:build: cache hit, replaying output e00ff553e5ddba94
2
- @ledgerhq/hw-transport-node-hid-singleton:build:
3
- @ledgerhq/hw-transport-node-hid-singleton:build: > @ledgerhq/hw-transport-node-hid-singleton@6.28.2 build /home/runner/work/ledger-live/ledger-live/libs/ledgerjs/packages/hw-transport-node-hid-singleton
4
- @ledgerhq/hw-transport-node-hid-singleton:build: > tsc && tsc -m ES6 --outDir lib-es
5
- @ledgerhq/hw-transport-node-hid-singleton:build:
1
+
2
+ > @ledgerhq/hw-transport-node-hid-singleton@6.28.3 build /home/runner/work/ledger-live/ledger-live/libs/ledgerjs/packages/hw-transport-node-hid-singleton
3
+ > tsc && tsc -m ES6 --outDir lib-es
4
+
package/CHANGELOG.md CHANGED
@@ -1,6 +1,26 @@
1
1
  # @ledgerhq/hw-transport-node-hid-singleton
2
2
 
3
- ## 6.28.3-nightly.0
3
+ ## 6.28.4-nightly.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`df8cbb8dd1`](https://github.com/LedgerHQ/ledger-live/commit/df8cbb8dd166a66325eb96d8192f3f985b71df60)]:
8
+ - @ledgerhq/errors@6.11.2-nightly.0
9
+ - @ledgerhq/devices@7.0.4-nightly.0
10
+ - @ledgerhq/hw-transport@6.27.7-nightly.0
11
+ - @ledgerhq/hw-transport-node-hid-noevents@6.27.7-nightly.0
12
+
13
+ ## 6.28.3
14
+
15
+ ### Patch Changes
16
+
17
+ - [#1422](https://github.com/LedgerHQ/ledger-live/pull/1422) [`37d00208ab`](https://github.com/LedgerHQ/ledger-live/commit/37d00208abd18fc0f573370518a05e093f13f494) Thanks [@alexandremgo](https://github.com/alexandremgo)! - Refactor on listen HID devices on LLD:
18
+
19
+ - make the listenDevices definition command into TS, and rename into listenToHidDevices
20
+ - transform the ListenDevices component (that was mainly a useEffect returning null) into a hook useListenToHidDevices
21
+ - add the types-devices lib into LLD
22
+
23
+ ## 6.28.3-next.0
4
24
 
5
25
  ### Patch Changes
6
26
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/hw-transport-node-hid-singleton",
3
- "version": "6.28.3-nightly.0",
3
+ "version": "6.28.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",
@@ -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.3",
31
- "@ledgerhq/errors": "^6.11.1",
32
- "@ledgerhq/hw-transport": "^6.27.6",
33
- "@ledgerhq/hw-transport-node-hid-noevents": "^6.27.6",
30
+ "@ledgerhq/devices": "^7.0.4-nightly.0",
31
+ "@ledgerhq/errors": "^6.11.2-nightly.0",
32
+ "@ledgerhq/hw-transport": "^6.27.7-nightly.0",
33
+ "@ledgerhq/hw-transport-node-hid-noevents": "^6.27.7-nightly.0",
34
34
  "@ledgerhq/logs": "^6.10.1",
35
35
  "lodash": "^4.17.21",
36
36
  "node-hid": "2.1.1",