@ledgerhq/hw-transport-node-speculos-http 6.33.0-nightly.20260115024415 → 6.33.0-nightly.20260116024452

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 +4 -4
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @ledgerhq/hw-transport-node-speculos-http
2
2
 
3
- ## 6.33.0-nightly.20260115024415
3
+ ## 6.33.0-nightly.20260116024452
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -9,9 +9,9 @@
9
9
  ### Patch Changes
10
10
 
11
11
  - Updated dependencies [[`b9a3e43`](https://github.com/LedgerHQ/ledger-live/commit/b9a3e431be33943ab4feb4294d6a7f27b966e61b)]:
12
- - @ledgerhq/hw-transport@6.32.0-nightly.20260115024415
13
- - @ledgerhq/errors@6.29.0-nightly.20260115024415
14
- - @ledgerhq/logs@6.14.0-nightly.20260115024415
12
+ - @ledgerhq/hw-transport@6.32.0-nightly.20260116024452
13
+ - @ledgerhq/errors@6.29.0-nightly.20260116024452
14
+ - @ledgerhq/logs@6.14.0-nightly.20260116024452
15
15
 
16
16
  ## 6.32.1
17
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/hw-transport-node-speculos-http",
3
- "version": "6.33.0-nightly.20260115024415",
3
+ "version": "6.33.0-nightly.20260116024452",
4
4
  "description": "Ledger Hardware Wallet communication layer with speculos Nano simulator using the http api",
5
5
  "keywords": [
6
6
  "Ledger",
@@ -30,9 +30,9 @@
30
30
  "dependencies": {
31
31
  "axios": "1.13.2",
32
32
  "rxjs": "7.8.2",
33
- "@ledgerhq/errors": "^6.29.0-nightly.20260115024415",
34
- "@ledgerhq/hw-transport": "6.32.0-nightly.20260115024415",
35
- "@ledgerhq/logs": "^6.14.0-nightly.20260115024415"
33
+ "@ledgerhq/errors": "^6.29.0-nightly.20260116024452",
34
+ "@ledgerhq/hw-transport": "6.32.0-nightly.20260116024452",
35
+ "@ledgerhq/logs": "^6.14.0-nightly.20260116024452"
36
36
  },
37
37
  "gitHead": "dd0dea64b58e5a9125c8a422dcffd29e5ef6abec",
38
38
  "devDependencies": {