@ledgerhq/hw-transport-node-speculos 6.29.13 → 6.30.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # @ledgerhq/hw-transport-node-speculos
2
2
 
3
+ ## 6.30.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
+
3
14
  ## 6.29.13
4
15
 
5
16
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/hw-transport-node-speculos",
3
- "version": "6.29.13",
3
+ "version": "6.30.0-nightly.20251206023719",
4
4
  "description": "Ledger Hardware Wallet communication layer with speculos Nano simulator",
5
5
  "keywords": [
6
6
  "Ledger",
@@ -28,9 +28,9 @@
28
28
  "types": "lib/SpeculosTransport.d.ts",
29
29
  "license": "Apache-2.0",
30
30
  "dependencies": {
31
- "rxjs": "^7.8.1",
31
+ "rxjs": "7.8.2",
32
32
  "@ledgerhq/errors": "^6.27.0",
33
- "@ledgerhq/hw-transport": "6.31.13",
33
+ "@ledgerhq/hw-transport": "6.31.14-nightly.20251206023719",
34
34
  "@ledgerhq/logs": "^6.13.0"
35
35
  },
36
36
  "gitHead": "dd0dea64b58e5a9125c8a422dcffd29e5ef6abec",