@ledgerhq/hw-app-btc 10.12.0-nightly.20251101023821 → 10.12.0-nightly.20251105023815

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 +2 -2
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @ledgerhq/hw-app-btc
2
2
 
3
- ## 10.12.0-nightly.20251101023821
3
+ ## 10.12.0-nightly.20251105023815
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -13,7 +13,7 @@
13
13
  - [#12272](https://github.com/LedgerHQ/ledger-live/pull/12272) [`8a10c49`](https://github.com/LedgerHQ/ledger-live/commit/8a10c49645bced4611808468bd2fc9132e7787ed) Thanks [@Wozacosta](https://github.com/Wozacosta)! - feat[zcash]: support nu6.1
14
14
 
15
15
  - Updated dependencies []:
16
- - @ledgerhq/hw-transport@6.31.13-nightly.20251101023821
16
+ - @ledgerhq/hw-transport@6.31.13-nightly.20251105023815
17
17
 
18
18
  ## 10.11.2
19
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/hw-app-btc",
3
- "version": "10.12.0-nightly.20251101023821",
3
+ "version": "10.12.0-nightly.20251105023815",
4
4
  "description": "Ledger Hardware Wallet Bitcoin Application API",
5
5
  "keywords": [
6
6
  "Ledger",
@@ -69,7 +69,7 @@
69
69
  "invariant": "^2.2.4",
70
70
  "semver": "^7.3.5",
71
71
  "varuint-bitcoin": "1.1.2",
72
- "@ledgerhq/hw-transport": "6.31.13-nightly.20251101023821",
72
+ "@ledgerhq/hw-transport": "6.31.13-nightly.20251105023815",
73
73
  "@ledgerhq/logs": "^6.13.0"
74
74
  },
75
75
  "devDependencies": {
@@ -82,8 +82,8 @@
82
82
  "source-map-support": "^0.5.21",
83
83
  "ts-jest": "^29.1.1",
84
84
  "ts-node": "^10.4.0",
85
- "@ledgerhq/hw-transport-mocker": "^6.29.13-nightly.20251101023821",
86
- "@ledgerhq/hw-transport-node-speculos": "^6.29.13-nightly.20251101023821"
85
+ "@ledgerhq/hw-transport-mocker": "^6.29.13-nightly.20251105023815",
86
+ "@ledgerhq/hw-transport-node-speculos": "^6.29.13-nightly.20251105023815"
87
87
  },
88
88
  "gitHead": "dd0dea64b58e5a9125c8a422dcffd29e5ef6abec",
89
89
  "scripts": {