@ledgerhq/hw-transport-node-speculos-http 6.31.0-nightly.20251106023835 → 6.32.0-nightly.20251206023719

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.30.2 build /home/runner/work/ledger-live/ledger-live/libs/ledgerjs/packages/hw-transport-node-speculos-http
2
+ > @ledgerhq/hw-transport-node-speculos-http@6.31.0 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,29 @@
1
1
  # @ledgerhq/hw-transport-node-speculos-http
2
2
 
3
- ## 6.31.0-nightly.20251106023835
3
+ ## 6.32.0-nightly.20251206023719
4
+
5
+ ### Minor Changes
6
+
7
+ - [#13155](https://github.com/LedgerHQ/ledger-live/pull/13155) [`aadb3d5`](https://github.com/LedgerHQ/ledger-live/commit/aadb3d57f5719cc2cc397975eafec8094b160afe) Thanks [@gre-ledger](https://github.com/gre-ledger)! - rxjs@7.8.2 everywhere
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies []:
12
+ - @ledgerhq/hw-transport@6.31.14-nightly.20251206023719
13
+
14
+ ## 6.31.0
15
+
16
+ ### Minor Changes
17
+
18
+ - [#12321](https://github.com/LedgerHQ/ledger-live/pull/12321) [`63e8f34`](https://github.com/LedgerHQ/ledger-live/commit/63e8f342f6b951ab77bb710b9971f033c05e579e) Thanks [@mcayuelas-ledger](https://github.com/mcayuelas-ledger)! - Bump axios version to 1.12.2
19
+
20
+ ### Patch Changes
21
+
22
+ - Updated dependencies [[`759064d`](https://github.com/LedgerHQ/ledger-live/commit/759064d4815c636af2d73ba548a85b4f53e7b491)]:
23
+ - @ledgerhq/errors@6.27.0
24
+ - @ledgerhq/hw-transport@6.31.13
25
+
26
+ ## 6.31.0-next.0
4
27
 
5
28
  ### Minor Changes
6
29
 
@@ -9,8 +32,8 @@
9
32
  ### Patch Changes
10
33
 
11
34
  - Updated dependencies [[`759064d`](https://github.com/LedgerHQ/ledger-live/commit/759064d4815c636af2d73ba548a85b4f53e7b491)]:
12
- - @ledgerhq/errors@6.27.0-nightly.20251106023835
13
- - @ledgerhq/hw-transport@6.31.13-nightly.20251106023835
35
+ - @ledgerhq/errors@6.27.0-next.0
36
+ - @ledgerhq/hw-transport@6.31.13-next.0
14
37
 
15
38
  ## 6.30.2
16
39
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/hw-transport-node-speculos-http",
3
- "version": "6.31.0-nightly.20251106023835",
3
+ "version": "6.32.0-nightly.20251206023719",
4
4
  "description": "Ledger Hardware Wallet communication layer with speculos Nano simulator using the http api",
5
5
  "keywords": [
6
6
  "Ledger",
@@ -29,9 +29,9 @@
29
29
  "license": "Apache-2.0",
30
30
  "dependencies": {
31
31
  "axios": "1.12.2",
32
- "rxjs": "^7.8.1",
33
- "@ledgerhq/errors": "^6.27.0-nightly.20251106023835",
34
- "@ledgerhq/hw-transport": "6.31.13-nightly.20251106023835",
32
+ "rxjs": "7.8.2",
33
+ "@ledgerhq/errors": "^6.27.0",
34
+ "@ledgerhq/hw-transport": "6.31.14-nightly.20251206023719",
35
35
  "@ledgerhq/logs": "^6.13.0"
36
36
  },
37
37
  "gitHead": "dd0dea64b58e5a9125c8a422dcffd29e5ef6abec",