@ledgerhq/hw-app-btc 10.15.0-nightly.20260113024349 → 10.15.0-nightly.20260114024814

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 +3 -3
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @ledgerhq/hw-app-btc
2
2
 
3
- ## 10.15.0-nightly.20260113024349
3
+ ## 10.15.0-nightly.20260114024814
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -15,8 +15,8 @@
15
15
  ### Patch Changes
16
16
 
17
17
  - Updated dependencies [[`b9a3e43`](https://github.com/LedgerHQ/ledger-live/commit/b9a3e431be33943ab4feb4294d6a7f27b966e61b)]:
18
- - @ledgerhq/hw-transport@6.32.0-nightly.20260113024349
19
- - @ledgerhq/logs@6.14.0-nightly.20260113024349
18
+ - @ledgerhq/hw-transport@6.32.0-nightly.20260114024814
19
+ - @ledgerhq/logs@6.14.0-nightly.20260114024814
20
20
 
21
21
  ## 10.14.0
22
22
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/hw-app-btc",
3
- "version": "10.15.0-nightly.20260113024349",
3
+ "version": "10.15.0-nightly.20260114024814",
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.7.3",
71
71
  "varuint-bitcoin": "1.1.2",
72
- "@ledgerhq/hw-transport": "6.32.0-nightly.20260113024349",
73
- "@ledgerhq/logs": "^6.14.0-nightly.20260113024349"
72
+ "@ledgerhq/logs": "^6.14.0-nightly.20260114024814",
73
+ "@ledgerhq/hw-transport": "6.32.0-nightly.20260114024814"
74
74
  },
75
75
  "devDependencies": {
76
76
  "@types/jest": "30.0.0",
@@ -83,8 +83,8 @@
83
83
  "@swc/jest": "0.2.39",
84
84
  "@swc/core": "1.15.8",
85
85
  "ts-node": "^10.4.0",
86
- "@ledgerhq/hw-transport-mocker": "^6.31.0-nightly.20260113024349",
87
- "@ledgerhq/hw-transport-node-speculos": "^6.31.0-nightly.20260113024349"
86
+ "@ledgerhq/hw-transport-mocker": "^6.31.0-nightly.20260114024814",
87
+ "@ledgerhq/hw-transport-node-speculos": "^6.31.0-nightly.20260114024814"
88
88
  },
89
89
  "gitHead": "dd0dea64b58e5a9125c8a422dcffd29e5ef6abec",
90
90
  "scripts": {