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

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-speculos-http@6.32.0 build /home/runner/work/ledger-live/ledger-live/libs/ledgerjs/packages/hw-transport-node-speculos-http
2
+ > @ledgerhq/hw-transport-node-speculos-http@6.32.1 build /home/runner/work/ledger-live/ledger-live/libs/ledgerjs/packages/hw-transport-node-speculos-http
3
3
  > tsc && tsc -m esnext --moduleResolution bundler --outDir lib-es
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.20260114024814
3
+ ## 6.33.0-nightly.20260115024415
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -9,9 +9,23 @@
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.20260114024814
13
- - @ledgerhq/errors@6.29.0-nightly.20260114024814
14
- - @ledgerhq/logs@6.14.0-nightly.20260114024814
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
15
+
16
+ ## 6.32.1
17
+
18
+ ### Patch Changes
19
+
20
+ - Updated dependencies []:
21
+ - @ledgerhq/hw-transport@6.31.16
22
+
23
+ ## 6.32.1-next.0
24
+
25
+ ### Patch Changes
26
+
27
+ - Updated dependencies []:
28
+ - @ledgerhq/hw-transport@6.31.16-next.0
15
29
 
16
30
  ## 6.32.0
17
31
 
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.20260114024814",
3
+ "version": "6.33.0-nightly.20260115024415",
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.20260114024814",
34
- "@ledgerhq/logs": "^6.14.0-nightly.20260114024814",
35
- "@ledgerhq/hw-transport": "6.32.0-nightly.20260114024814"
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"
36
36
  },
37
37
  "gitHead": "dd0dea64b58e5a9125c8a422dcffd29e5ef6abec",
38
38
  "devDependencies": {