@ledgerhq/hw-transport-node-hid-singleton 6.28.3-nightly.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.
- package/.turbo/turbo-build.log +4 -5
- package/CHANGELOG.md +11 -1
- package/package.json +1 -1
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
@ledgerhq/hw-transport-node-hid-singleton
|
|
3
|
-
|
|
4
|
-
|
|
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,16 @@
|
|
|
1
1
|
# @ledgerhq/hw-transport-node-hid-singleton
|
|
2
2
|
|
|
3
|
-
## 6.28.3
|
|
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
|
+
|
|
13
|
+
## 6.28.3-next.0
|
|
4
14
|
|
|
5
15
|
### Patch Changes
|
|
6
16
|
|
package/package.json
CHANGED