@ledgerhq/hw-app-btc 10.4.0-nightly.3 → 10.4.1-hotfix.0

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.4.0-nightly.2 build /home/runner/work/ledger-live/ledger-live/libs/ledgerjs/packages/hw-app-btc
2
+ > @ledgerhq/hw-app-btc@10.4.0 build /home/runner/work/ledger-live/ledger-live/libs/ledgerjs/packages/hw-app-btc
3
3
  > tsc && tsc -m ES6 --outDir lib-es
4
4
 
package/CHANGELOG.md CHANGED
@@ -1,31 +1,33 @@
1
1
  # @ledgerhq/hw-app-btc
2
2
 
3
- ## 10.4.0-nightly.3
3
+ ## 10.4.1-hotfix.0
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies []:
8
- - @ledgerhq/hw-transport@6.31.1-nightly.2
8
+ - @ledgerhq/hw-transport@6.31.2-hotfix.0
9
9
 
10
- ## 10.4.0-nightly.2
10
+ ## 10.4.0
11
+
12
+ ### Minor Changes
13
+
14
+ - [#7138](https://github.com/LedgerHQ/ledger-live/pull/7138) [`ef2d53d`](https://github.com/LedgerHQ/ledger-live/commit/ef2d53d514f1f4e6f18fc79fa3423bd9b0208a04) Thanks [@lvndry](https://github.com/lvndry)! - removes via, vtc and ppc support
11
15
 
12
16
  ### Patch Changes
13
17
 
14
18
  - Updated dependencies []:
15
- - @ledgerhq/hw-transport@6.31.1-nightly.1
19
+ - @ledgerhq/hw-transport@6.31.1
16
20
 
17
- ## 10.4.0-nightly.1
21
+ ## 10.4.0-next.0
18
22
 
19
23
  ### Minor Changes
20
24
 
21
25
  - [#7138](https://github.com/LedgerHQ/ledger-live/pull/7138) [`ef2d53d`](https://github.com/LedgerHQ/ledger-live/commit/ef2d53d514f1f4e6f18fc79fa3423bd9b0208a04) Thanks [@lvndry](https://github.com/lvndry)! - removes via, vtc and ppc support
22
26
 
23
- ## 10.3.1-nightly.0
24
-
25
27
  ### Patch Changes
26
28
 
27
29
  - Updated dependencies []:
28
- - @ledgerhq/hw-transport@6.31.1-nightly.0
30
+ - @ledgerhq/hw-transport@6.31.1-next.0
29
31
 
30
32
  ## 10.3.0
31
33
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/hw-app-btc",
3
- "version": "10.4.0-nightly.3",
3
+ "version": "10.4.1-hotfix.0",
4
4
  "description": "Ledger Hardware Wallet Bitcoin Application API",
5
5
  "keywords": [
6
6
  "Ledger",
@@ -70,7 +70,7 @@
70
70
  "sha.js": "2",
71
71
  "tiny-secp256k1": "1.1.6",
72
72
  "varuint-bitcoin": "1.1.2",
73
- "@ledgerhq/hw-transport": "^6.31.1-nightly.2",
73
+ "@ledgerhq/hw-transport": "^6.31.2-hotfix.0",
74
74
  "@ledgerhq/logs": "^6.12.0"
75
75
  },
76
76
  "devDependencies": {
@@ -83,8 +83,8 @@
83
83
  "source-map-support": "^0.5.21",
84
84
  "ts-jest": "^29.1.1",
85
85
  "ts-node": "^10.4.0",
86
- "@ledgerhq/hw-transport-mocker": "^6.29.1-nightly.2",
87
- "@ledgerhq/hw-transport-node-speculos": "^6.29.1-nightly.2"
86
+ "@ledgerhq/hw-transport-mocker": "^6.29.2-hotfix.0",
87
+ "@ledgerhq/hw-transport-node-speculos": "^6.29.2-hotfix.0"
88
88
  },
89
89
  "gitHead": "dd0dea64b58e5a9125c8a422dcffd29e5ef6abec",
90
90
  "scripts": {