@ledgerhq/hw-transport-node-hid-noevents 6.31.0-nightly.20260110024039 → 6.31.0-nightly.20260113172719

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +5 -5
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @ledgerhq/hw-transport-node-hid-noevents
2
2
 
3
- ## 6.31.0-nightly.20260110024039
3
+ ## 6.31.0-nightly.20260113172719
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -9,10 +9,10 @@
9
9
  ### Patch Changes
10
10
 
11
11
  - Updated dependencies [[`a8c59da`](https://github.com/LedgerHQ/ledger-live/commit/a8c59da888c8cb3c200a9f62869ca54aba706cae), [`b9a3e43`](https://github.com/LedgerHQ/ledger-live/commit/b9a3e431be33943ab4feb4294d6a7f27b966e61b)]:
12
- - @ledgerhq/devices@8.9.0-nightly.20260110024039
13
- - @ledgerhq/hw-transport@6.32.0-nightly.20260110024039
14
- - @ledgerhq/errors@6.29.0-nightly.20260110024039
15
- - @ledgerhq/logs@6.14.0-nightly.20260110024039
12
+ - @ledgerhq/devices@8.9.0-nightly.20260113172719
13
+ - @ledgerhq/hw-transport@6.32.0-nightly.20260113172719
14
+ - @ledgerhq/errors@6.29.0-nightly.20260113172719
15
+ - @ledgerhq/logs@6.14.0-nightly.20260113172719
16
16
 
17
17
  ## 6.30.16
18
18
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/hw-transport-node-hid-noevents",
3
- "version": "6.31.0-nightly.20260110024039",
3
+ "version": "6.31.0-nightly.20260113172719",
4
4
  "description": "Ledger Hardware Wallet Node implementation of the communication layer, using node-hid. without usb events",
5
5
  "keywords": [
6
6
  "Ledger",
@@ -28,10 +28,10 @@
28
28
  "license": "Apache-2.0",
29
29
  "dependencies": {
30
30
  "node-hid": "2.1.2",
31
- "@ledgerhq/devices": "8.9.0-nightly.20260110024039",
32
- "@ledgerhq/errors": "^6.29.0-nightly.20260110024039",
33
- "@ledgerhq/hw-transport": "6.32.0-nightly.20260110024039",
34
- "@ledgerhq/logs": "^6.14.0-nightly.20260110024039"
31
+ "@ledgerhq/devices": "8.9.0-nightly.20260113172719",
32
+ "@ledgerhq/errors": "^6.29.0-nightly.20260113172719",
33
+ "@ledgerhq/hw-transport": "6.32.0-nightly.20260113172719",
34
+ "@ledgerhq/logs": "^6.14.0-nightly.20260113172719"
35
35
  },
36
36
  "devDependencies": {
37
37
  "@types/jest": "30.0.0",