@ledgerhq/hw-transport-node-hid-singleton 6.28.16-nightly.0 → 6.28.17-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.
@@ -1,4 +1,4 @@
1
1
 
2
- > @ledgerhq/hw-transport-node-hid-singleton@6.28.15 build /home/runner/work/ledger-live/ledger-live/libs/ledgerjs/packages/hw-transport-node-hid-singleton
2
+ > @ledgerhq/hw-transport-node-hid-singleton@6.28.16 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,14 +1,30 @@
1
1
  # @ledgerhq/hw-transport-node-hid-singleton
2
2
 
3
- ## 6.28.16-nightly.0
3
+ ## 6.28.17-next.0
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies [[`c7c484acf0`](https://github.com/LedgerHQ/ledger-live/commit/c7c484acf01e9db8dc5a5507b62ffcb863c77ca4)]:
8
- - @ledgerhq/errors@6.13.1-nightly.0
9
- - @ledgerhq/devices@8.0.6-nightly.0
10
- - @ledgerhq/hw-transport@6.28.7-nightly.0
11
- - @ledgerhq/hw-transport-node-hid-noevents@6.27.18-nightly.0
8
+ - @ledgerhq/errors@6.13.1-next.0
9
+ - @ledgerhq/devices@8.0.6-next.0
10
+ - @ledgerhq/hw-transport@6.28.7-next.0
11
+ - @ledgerhq/hw-transport-node-hid-noevents@6.27.18-next.0
12
+
13
+ ## 6.28.16
14
+
15
+ ### Patch Changes
16
+
17
+ - [#4105](https://github.com/LedgerHQ/ledger-live/pull/4105) [`b5a63bb0bc`](https://github.com/LedgerHQ/ledger-live/commit/b5a63bb0bc8cc067961a3b912b0817ee54498a49) Thanks [@alexandremgo](https://github.com/alexandremgo)! - fix: patch delay on USB hotplug for Windows
18
+
19
+ Patches the node-usb package
20
+
21
+ ## 6.28.16-hotfix.0
22
+
23
+ ### Patch Changes
24
+
25
+ - [#4105](https://github.com/LedgerHQ/ledger-live/pull/4105) [`b5a63bb0bc`](https://github.com/LedgerHQ/ledger-live/commit/b5a63bb0bc8cc067961a3b912b0817ee54498a49) Thanks [@alexandremgo](https://github.com/alexandremgo)! - fix: patch delay on USB hotplug for Windows
26
+
27
+ Patches the node-usb package
12
28
 
13
29
  ## 6.28.15
14
30
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/hw-transport-node-hid-singleton",
3
- "version": "6.28.16-nightly.0",
3
+ "version": "6.28.17-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",
@@ -29,11 +29,11 @@
29
29
  "dependencies": {
30
30
  "lodash": "^4.17.21",
31
31
  "node-hid": "^2.1.2",
32
- "usb": "^2.9.0",
33
- "@ledgerhq/devices": "^8.0.6-nightly.0",
34
- "@ledgerhq/errors": "^6.13.1-nightly.0",
35
- "@ledgerhq/hw-transport": "^6.28.7-nightly.0",
36
- "@ledgerhq/hw-transport-node-hid-noevents": "^6.27.18-nightly.0",
32
+ "usb": "2.9.0",
33
+ "@ledgerhq/devices": "^8.0.6-next.0",
34
+ "@ledgerhq/errors": "^6.13.1-next.0",
35
+ "@ledgerhq/hw-transport": "^6.28.7-next.0",
36
+ "@ledgerhq/hw-transport-node-hid-noevents": "^6.27.18-next.0",
37
37
  "@ledgerhq/logs": "^6.10.1"
38
38
  },
39
39
  "gitHead": "dd0dea64b58e5a9125c8a422dcffd29e5ef6abec",