@ledgerhq/hw-app-btc 10.14.0-nightly.20251219024040 → 10.14.0-nightly.20251223024125

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 +5 -5
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @ledgerhq/hw-app-btc
2
2
 
3
- ## 10.14.0-nightly.20251219024040
3
+ ## 10.14.0-nightly.20251223024125
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -11,7 +11,7 @@
11
11
  ### Patch Changes
12
12
 
13
13
  - Updated dependencies []:
14
- - @ledgerhq/hw-transport@6.31.15-nightly.20251219024040
14
+ - @ledgerhq/hw-transport@6.31.15-nightly.20251223024125
15
15
 
16
16
  ## 10.13.1
17
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/hw-app-btc",
3
- "version": "10.14.0-nightly.20251219024040",
3
+ "version": "10.14.0-nightly.20251223024125",
4
4
  "description": "Ledger Hardware Wallet Bitcoin Application API",
5
5
  "keywords": [
6
6
  "Ledger",
@@ -69,21 +69,21 @@
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.15-nightly.20251219024040",
72
+ "@ledgerhq/hw-transport": "6.31.15-nightly.20251223024125",
73
73
  "@ledgerhq/logs": "^6.13.0"
74
74
  },
75
75
  "devDependencies": {
76
76
  "@types/jest": "^29.5.10",
77
77
  "@types/node": "^22.10.10",
78
- "axios": "1.12.2",
78
+ "axios": "1.13.2",
79
79
  "documentation": "14.0.2",
80
80
  "jest": "^29.7.0",
81
81
  "rimraf": "^4.4.1",
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.20251219024040",
86
- "@ledgerhq/hw-transport-node-speculos": "^6.30.0-nightly.20251219024040"
85
+ "@ledgerhq/hw-transport-mocker": "^6.30.0-nightly.20251223024125",
86
+ "@ledgerhq/hw-transport-node-speculos": "^6.30.0-nightly.20251223024125"
87
87
  },
88
88
  "gitHead": "dd0dea64b58e5a9125c8a422dcffd29e5ef6abec",
89
89
  "scripts": {