@ledgerhq/hw-app-btc 10.13.0-nightly.20251209144712 → 10.14.0-nightly.20251210100832

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-app-btc@10.12.0 build /home/runner/work/ledger-live/ledger-live/libs/ledgerjs/packages/hw-app-btc
2
+ > @ledgerhq/hw-app-btc@10.13.0 build /home/runner/work/ledger-live/ledger-live/libs/ledgerjs/packages/hw-app-btc
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-app-btc
2
2
 
3
- ## 10.13.0-nightly.20251209144712
3
+ ## 10.14.0-nightly.20251210100832
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -8,10 +8,20 @@
8
8
 
9
9
  ### Patch Changes
10
10
 
11
+ - Updated dependencies []:
12
+ - @ledgerhq/hw-transport@6.31.14-nightly.20251210100832
13
+
14
+ ## 10.13.0
15
+
16
+ ### Minor Changes
17
+
11
18
  - [#12610](https://github.com/LedgerHQ/ledger-live/pull/12610) [`927ae64`](https://github.com/LedgerHQ/ledger-live/commit/927ae64db0bb04af54e25623655a001a68e0f2d3) Thanks [@fAnselmi-Ledger](https://github.com/fAnselmi-Ledger)! - Add DMK solana signer behind FF
12
19
 
13
- - Updated dependencies []:
14
- - @ledgerhq/hw-transport@6.31.14-nightly.20251209144712
20
+ ## 10.13.0-next.0
21
+
22
+ ### Minor Changes
23
+
24
+ - [#12610](https://github.com/LedgerHQ/ledger-live/pull/12610) [`927ae64`](https://github.com/LedgerHQ/ledger-live/commit/927ae64db0bb04af54e25623655a001a68e0f2d3) Thanks [@fAnselmi-Ledger](https://github.com/fAnselmi-Ledger)! - Add DMK solana signer behind FF
15
25
 
16
26
  ## 10.12.0
17
27
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/hw-app-btc",
3
- "version": "10.13.0-nightly.20251209144712",
3
+ "version": "10.14.0-nightly.20251210100832",
4
4
  "description": "Ledger Hardware Wallet Bitcoin Application API",
5
5
  "keywords": [
6
6
  "Ledger",
@@ -69,8 +69,8 @@
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.14-nightly.20251209144712",
73
- "@ledgerhq/logs": "^6.13.0"
72
+ "@ledgerhq/logs": "^6.13.0",
73
+ "@ledgerhq/hw-transport": "6.31.14-nightly.20251210100832"
74
74
  },
75
75
  "devDependencies": {
76
76
  "@types/jest": "^29.5.10",
@@ -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-node-speculos": "^6.30.0-nightly.20251209144712",
86
- "@ledgerhq/hw-transport-mocker": "^6.30.0-nightly.20251209144712"
85
+ "@ledgerhq/hw-transport-node-speculos": "^6.30.0-nightly.20251210100832",
86
+ "@ledgerhq/hw-transport-mocker": "^6.30.0-nightly.20251210100832"
87
87
  },
88
88
  "gitHead": "dd0dea64b58e5a9125c8a422dcffd29e5ef6abec",
89
89
  "scripts": {