@ledgerhq/hw-app-btc 8.1.0-nightly.2 → 8.1.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.
- package/.turbo/turbo-build.log +2 -2
- package/CHANGELOG.md +6 -12
- package/README.md +3 -4
- package/package.json +5 -5
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
@ledgerhq/hw-app-btc:build: cache hit, replaying output
|
|
1
|
+
@ledgerhq/hw-app-btc:build: cache hit, replaying output f0d38bc04dc96d46
|
|
2
2
|
@ledgerhq/hw-app-btc:build:
|
|
3
|
-
@ledgerhq/hw-app-btc:build: > @ledgerhq/hw-app-btc@8.1.0
|
|
3
|
+
@ledgerhq/hw-app-btc:build: > @ledgerhq/hw-app-btc@8.1.0 build /home/runner/work/ledger-live/ledger-live/libs/ledgerjs/packages/hw-app-btc
|
|
4
4
|
@ledgerhq/hw-app-btc:build: > tsc && tsc -m ES6 --outDir lib-es
|
|
5
5
|
@ledgerhq/hw-app-btc:build:
|
package/CHANGELOG.md
CHANGED
|
@@ -1,23 +1,17 @@
|
|
|
1
1
|
# @ledgerhq/hw-app-btc
|
|
2
2
|
|
|
3
|
-
## 8.1.0
|
|
3
|
+
## 8.1.0
|
|
4
4
|
|
|
5
|
-
###
|
|
6
|
-
|
|
7
|
-
- [#1356](https://github.com/LedgerHQ/ledger-live/pull/1356) [`ecac411d7a`](https://github.com/LedgerHQ/ledger-live/commit/ecac411d7aad6f4003503ba6259d7c25017ca7aa) Thanks [@juan-cortes](https://github.com/juan-cortes)! - Updated readme.md of packages
|
|
8
|
-
|
|
9
|
-
- Updated dependencies [[`ecac411d7a`](https://github.com/LedgerHQ/ledger-live/commit/ecac411d7aad6f4003503ba6259d7c25017ca7aa)]:
|
|
10
|
-
- @ledgerhq/hw-transport@6.27.5-nightly.2
|
|
11
|
-
- @ledgerhq/logs@6.10.1-nightly.1
|
|
5
|
+
### Minor Changes
|
|
12
6
|
|
|
13
|
-
|
|
7
|
+
- [#836](https://github.com/LedgerHQ/ledger-live/pull/836) [`68a0b01efc`](https://github.com/LedgerHQ/ledger-live/commit/68a0b01efcfd481cb8fe71ec22a2fc7217f25ec9) Thanks [@hzheng-ledger](https://github.com/hzheng-ledger)! - Support zcash v5 format transaction
|
|
14
8
|
|
|
15
9
|
### Patch Changes
|
|
16
10
|
|
|
17
11
|
- Updated dependencies []:
|
|
18
|
-
- @ledgerhq/hw-transport@6.27.5
|
|
12
|
+
- @ledgerhq/hw-transport@6.27.5
|
|
19
13
|
|
|
20
|
-
## 8.1.0-
|
|
14
|
+
## 8.1.0-next.0
|
|
21
15
|
|
|
22
16
|
### Minor Changes
|
|
23
17
|
|
|
@@ -26,7 +20,7 @@
|
|
|
26
20
|
### Patch Changes
|
|
27
21
|
|
|
28
22
|
- Updated dependencies []:
|
|
29
|
-
- @ledgerhq/hw-transport@6.27.5-
|
|
23
|
+
- @ledgerhq/hw-transport@6.27.5-next.0
|
|
30
24
|
|
|
31
25
|
## 8.0.2
|
|
32
26
|
|
package/README.md
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
<img src="https://user-images.githubusercontent.com/
|
|
1
|
+
<img src="https://user-images.githubusercontent.com/211411/34776833-6f1ef4da-f618-11e7-8b13-f0697901d6a8.png" height="100" />
|
|
2
2
|
|
|
3
|
-
[
|
|
4
|
-
[Ledger Devs
|
|
5
|
-
[Developer Portal](https://developers.ledger.com/)
|
|
3
|
+
[Github](https://github.com/LedgerHQ/ledgerjs/),
|
|
4
|
+
[Ledger Devs Slack](https://ledger-dev.slack.com/)
|
|
6
5
|
|
|
7
6
|
## @ledgerhq/hw-app-btc
|
|
8
7
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ledgerhq/hw-app-btc",
|
|
3
|
-
"version": "8.1.0
|
|
3
|
+
"version": "8.1.0",
|
|
4
4
|
"description": "Ledger Hardware Wallet Bitcoin Application API",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ledger",
|
|
@@ -69,8 +69,8 @@
|
|
|
69
69
|
},
|
|
70
70
|
"license": "Apache-2.0",
|
|
71
71
|
"dependencies": {
|
|
72
|
-
"@ledgerhq/hw-transport": "^6.27.5
|
|
73
|
-
"@ledgerhq/logs": "^6.10.
|
|
72
|
+
"@ledgerhq/hw-transport": "^6.27.5",
|
|
73
|
+
"@ledgerhq/logs": "^6.10.0",
|
|
74
74
|
"bip32-path": "^0.4.2",
|
|
75
75
|
"bitcoinjs-lib": "^5.2.0",
|
|
76
76
|
"bs58": "^4.0.1",
|
|
@@ -83,8 +83,8 @@
|
|
|
83
83
|
"varuint-bitcoin": "1.1.2"
|
|
84
84
|
},
|
|
85
85
|
"devDependencies": {
|
|
86
|
-
"@ledgerhq/hw-transport-mocker": "^6.27.5
|
|
87
|
-
"@ledgerhq/hw-transport-node-speculos": "^6.27.5
|
|
86
|
+
"@ledgerhq/hw-transport-mocker": "^6.27.5",
|
|
87
|
+
"@ledgerhq/hw-transport-node-speculos": "^6.27.5",
|
|
88
88
|
"axios": "^0.25.0"
|
|
89
89
|
},
|
|
90
90
|
"gitHead": "dd0dea64b58e5a9125c8a422dcffd29e5ef6abec",
|