@ledgerhq/hw-app-btc 10.15.0-nightly.20260106024351 → 10.15.0-nightly.20260107024347

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 +6 -3
  2. package/package.json +9 -8
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @ledgerhq/hw-app-btc
2
2
 
3
- ## 10.15.0-nightly.20260106024351
3
+ ## 10.15.0-nightly.20260107024347
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -8,10 +8,13 @@
8
8
 
9
9
  - [#13426](https://github.com/LedgerHQ/ledger-live/pull/13426) [`a8c59da`](https://github.com/LedgerHQ/ledger-live/commit/a8c59da888c8cb3c200a9f62869ca54aba706cae) Thanks [@gre-ledger](https://github.com/gre-ledger)! - update semver library (minor)
10
10
 
11
+ - [#13396](https://github.com/LedgerHQ/ledger-live/pull/13396) [`b9a3e43`](https://github.com/LedgerHQ/ledger-live/commit/b9a3e431be33943ab4feb4294d6a7f27b966e61b) Thanks [@gre-ledger](https://github.com/gre-ledger)! - Update Jest to v30
12
+
11
13
  ### Patch Changes
12
14
 
13
- - Updated dependencies []:
14
- - @ledgerhq/hw-transport@6.31.16-nightly.20260106024351
15
+ - Updated dependencies [[`b9a3e43`](https://github.com/LedgerHQ/ledger-live/commit/b9a3e431be33943ab4feb4294d6a7f27b966e61b)]:
16
+ - @ledgerhq/hw-transport@6.32.0-nightly.20260107024347
17
+ - @ledgerhq/logs@6.14.0-nightly.20260107024347
15
18
 
16
19
  ## 10.14.0
17
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/hw-app-btc",
3
- "version": "10.15.0-nightly.20260106024351",
3
+ "version": "10.15.0-nightly.20260107024347",
4
4
  "description": "Ledger Hardware Wallet Bitcoin Application API",
5
5
  "keywords": [
6
6
  "Ledger",
@@ -69,21 +69,22 @@
69
69
  "invariant": "^2.2.4",
70
70
  "semver": "7.7.3",
71
71
  "varuint-bitcoin": "1.1.2",
72
- "@ledgerhq/hw-transport": "6.31.16-nightly.20260106024351",
73
- "@ledgerhq/logs": "^6.13.0"
72
+ "@ledgerhq/hw-transport": "6.32.0-nightly.20260107024347",
73
+ "@ledgerhq/logs": "^6.14.0-nightly.20260107024347"
74
74
  },
75
75
  "devDependencies": {
76
- "@types/jest": "^29.5.10",
76
+ "@types/jest": "30.0.0",
77
77
  "@types/node": "^22.10.10",
78
78
  "axios": "1.13.2",
79
79
  "documentation": "14.0.2",
80
- "jest": "^29.7.0",
80
+ "jest": "30.2.0",
81
81
  "rimraf": "^4.4.1",
82
82
  "source-map-support": "^0.5.21",
83
- "ts-jest": "^29.1.1",
83
+ "@swc/jest": "0.2.39",
84
+ "@swc/core": "1.15.8",
84
85
  "ts-node": "^10.4.0",
85
- "@ledgerhq/hw-transport-mocker": "^6.30.1-nightly.20260106024351",
86
- "@ledgerhq/hw-transport-node-speculos": "^6.30.1-nightly.20260106024351"
86
+ "@ledgerhq/hw-transport-mocker": "^6.31.0-nightly.20260107024347",
87
+ "@ledgerhq/hw-transport-node-speculos": "^6.31.0-nightly.20260107024347"
87
88
  },
88
89
  "gitHead": "dd0dea64b58e5a9125c8a422dcffd29e5ef6abec",
89
90
  "scripts": {