@ledgerhq/hw-app-btc 10.0.2-nightly.1 → 10.0.3-next.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.0.2-nightly.0 build /home/runner/work/ledger-live/ledger-live/libs/ledgerjs/packages/hw-app-btc
2
+ > @ledgerhq/hw-app-btc@10.0.2 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,17 +1,24 @@
1
1
  # @ledgerhq/hw-app-btc
2
2
 
3
- ## 10.0.2-nightly.1
3
+ ## 10.0.3-next.0
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - [#3131](https://github.com/LedgerHQ/ledger-live/pull/3131) [`fb1fcc47e4`](https://github.com/LedgerHQ/ledger-live/commit/fb1fcc47e444c35b0908d528b58e096d79d6f967) Thanks [@davidknezic](https://github.com/davidknezic)! - Fix sign message support for Bitcoin app 2.1.0+
8
8
 
9
- ## 10.0.2-nightly.0
9
+ ## 10.0.2
10
10
 
11
11
  ### Patch Changes
12
12
 
13
13
  - Updated dependencies []:
14
- - @ledgerhq/hw-transport@6.28.3-nightly.0
14
+ - @ledgerhq/hw-transport@6.28.3
15
+
16
+ ## 10.0.2-next.0
17
+
18
+ ### Patch Changes
19
+
20
+ - Updated dependencies []:
21
+ - @ledgerhq/hw-transport@6.28.3-next.0
15
22
 
16
23
  ## 10.0.1
17
24
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/hw-app-btc",
3
- "version": "10.0.2-nightly.1",
3
+ "version": "10.0.3-next.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.28.3-nightly.0",
73
+ "@ledgerhq/hw-transport": "^6.28.3",
74
74
  "@ledgerhq/logs": "^6.10.1"
75
75
  },
76
76
  "devDependencies": {
@@ -83,8 +83,8 @@
83
83
  "source-map-support": "^0.5.21",
84
84
  "ts-jest": "^28.0.5",
85
85
  "ts-node": "^10.4.0",
86
- "@ledgerhq/hw-transport-mocker": "^6.27.14-nightly.0",
87
- "@ledgerhq/hw-transport-node-speculos": "^6.27.14-nightly.0"
86
+ "@ledgerhq/hw-transport-mocker": "^6.27.14",
87
+ "@ledgerhq/hw-transport-node-speculos": "^6.27.14"
88
88
  },
89
89
  "gitHead": "dd0dea64b58e5a9125c8a422dcffd29e5ef6abec",
90
90
  "scripts": {