@ledgerhq/hw-transport-node-hid-singleton 6.28.3-next.0 → 6.28.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.
@@ -1,5 +1,4 @@
1
- @ledgerhq/hw-transport-node-hid-singleton:build: cache hit, replaying output f0953fcf01fcbe5d
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,5 +1,15 @@
1
1
  # @ledgerhq/hw-transport-node-hid-singleton
2
2
 
3
+ ## 6.28.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [#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:
8
+
9
+ - make the listenDevices definition command into TS, and rename into listenToHidDevices
10
+ - transform the ListenDevices component (that was mainly a useEffect returning null) into a hook useListenToHidDevices
11
+ - add the types-devices lib into LLD
12
+
3
13
  ## 6.28.3-next.0
4
14
 
5
15
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/hw-transport-node-hid-singleton",
3
- "version": "6.28.3-next.0",
3
+ "version": "6.28.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",