@ledgerhq/hw-app-btc
Advanced tools
Comparing version 8.1.0-nightly.2 to 8.1.1-next.0
# @ledgerhq/hw-app-btc | ||
## 8.1.0-nightly.2 | ||
## 8.1.1-next.0 | ||
@@ -10,13 +10,17 @@ ### Patch Changes | ||
- Updated dependencies [[`ecac411d7a`](https://github.com/LedgerHQ/ledger-live/commit/ecac411d7aad6f4003503ba6259d7c25017ca7aa)]: | ||
- @ledgerhq/hw-transport@6.27.5-nightly.2 | ||
- @ledgerhq/logs@6.10.1-nightly.1 | ||
- @ledgerhq/hw-transport@6.27.6-next.0 | ||
- @ledgerhq/logs@6.10.1-next.0 | ||
## 8.1.0-nightly.1 | ||
## 8.1.0 | ||
### Minor Changes | ||
- [#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 | ||
### Patch Changes | ||
- Updated dependencies []: | ||
- @ledgerhq/hw-transport@6.27.5-nightly.1 | ||
- @ledgerhq/hw-transport@6.27.5 | ||
## 8.1.0-nightly.0 | ||
## 8.1.0-next.0 | ||
@@ -30,3 +34,3 @@ ### Minor Changes | ||
- Updated dependencies []: | ||
- @ledgerhq/hw-transport@6.27.5-nightly.0 | ||
- @ledgerhq/hw-transport@6.27.5-next.0 | ||
@@ -33,0 +37,0 @@ ## 8.0.2 |
{ | ||
"name": "@ledgerhq/hw-app-btc", | ||
"version": "8.1.0-nightly.2", | ||
"version": "8.1.1-next.0", | ||
"description": "Ledger Hardware Wallet Bitcoin Application API", | ||
@@ -72,4 +72,4 @@ "keywords": [ | ||
"dependencies": { | ||
"@ledgerhq/hw-transport": "^6.27.5-nightly.2", | ||
"@ledgerhq/logs": "^6.10.1-nightly.1", | ||
"@ledgerhq/hw-transport": "^6.27.6-next.0", | ||
"@ledgerhq/logs": "^6.10.1-next.0", | ||
"bip32-path": "^0.4.2", | ||
@@ -87,4 +87,4 @@ "bitcoinjs-lib": "^5.2.0", | ||
"devDependencies": { | ||
"@ledgerhq/hw-transport-mocker": "^6.27.5-nightly.2", | ||
"@ledgerhq/hw-transport-node-speculos": "^6.27.5-nightly.2", | ||
"@ledgerhq/hw-transport-mocker": "^6.27.6-next.0", | ||
"@ledgerhq/hw-transport-node-speculos": "^6.27.6-next.0", | ||
"axios": "^0.25.0" | ||
@@ -91,0 +91,0 @@ }, |
Sorry, the diff of this file is not supported yet
1205408