@ledgerhq/hw-app-btc 10.14.0-nightly.20251212024049 → 10.14.0-nightly.20251215100948

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.
package/CHANGELOG.md CHANGED
@@ -1,15 +1,17 @@
1
1
  # @ledgerhq/hw-app-btc
2
2
 
3
- ## 10.14.0-nightly.20251212024049
3
+ ## 10.14.0-nightly.20251215100948
4
4
 
5
5
  ### Minor Changes
6
6
 
7
+ - [#13112](https://github.com/LedgerHQ/ledger-live/pull/13112) [`e63194f`](https://github.com/LedgerHQ/ledger-live/commit/e63194f7dbd5ff2b0135c26aac3842a2be676b0a) Thanks [@mcayuelas-ledger](https://github.com/mcayuelas-ledger)! - 🔧 Enforce @typescript-eslint/no-deprecated and Replace Deprecated APIs
8
+
7
9
  - [#13142](https://github.com/LedgerHQ/ledger-live/pull/13142) [`bdacedf`](https://github.com/LedgerHQ/ledger-live/commit/bdacedfe32bea8ffce96ab675a44c0d7cf395143) Thanks [@mcayuelas-ledger](https://github.com/mcayuelas-ledger)! - upgrade typescript-eslint rules & versions
8
10
 
9
11
  ### Patch Changes
10
12
 
11
13
  - Updated dependencies []:
12
- - @ledgerhq/hw-transport@6.31.14-nightly.20251212024049
14
+ - @ledgerhq/hw-transport@6.31.14-nightly.20251215100948
13
15
 
14
16
  ## 10.13.0
15
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/hw-app-btc",
3
- "version": "10.14.0-nightly.20251212024049",
3
+ "version": "10.14.0-nightly.20251215100948",
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.14-nightly.20251212024049",
72
+ "@ledgerhq/hw-transport": "6.31.14-nightly.20251215100948",
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.30.0-nightly.20251212024049",
86
- "@ledgerhq/hw-transport-node-speculos": "^6.30.0-nightly.20251212024049"
85
+ "@ledgerhq/hw-transport-mocker": "^6.30.0-nightly.20251215100948",
86
+ "@ledgerhq/hw-transport-node-speculos": "^6.30.0-nightly.20251215100948"
87
87
  },
88
88
  "gitHead": "dd0dea64b58e5a9125c8a422dcffd29e5ef6abec",
89
89
  "scripts": {
@@ -87,7 +87,7 @@ export interface AccountType {
87
87
  getDescriptorTemplate(): DefaultDescriptorTemplate;
88
88
  }
89
89
 
90
- // eslint-disable-next-line @typescript-eslint/no-empty-interface
90
+ // eslint-disable-next-line @typescript-eslint/no-empty-object-type
91
91
  interface BaseAccount extends AccountType {}
92
92
 
93
93
  abstract class BaseAccount implements AccountType {