@ledgerhq/hw-app-btc
Advanced tools
Comparing version 10.0.8 to 10.0.9-next.0
# @ledgerhq/hw-app-btc | ||
## 10.0.9-next.0 | ||
### Patch Changes | ||
- Updated dependencies [[`9e2d32aec4`](https://github.com/LedgerHQ/ledger-live/commit/9e2d32aec4ebd8774880f94e3ef0e805ebb172ac), [`7968dfc551`](https://github.com/LedgerHQ/ledger-live/commit/7968dfc551acca00b7fabf00a726758d74be33de), [`6b7fc5d071`](https://github.com/LedgerHQ/ledger-live/commit/6b7fc5d0711a83ed2fcacacd02795862a4a3bf1d), [`9e2d32aec4`](https://github.com/LedgerHQ/ledger-live/commit/9e2d32aec4ebd8774880f94e3ef0e805ebb172ac)]: | ||
- @ledgerhq/logs@6.11.0-next.0 | ||
- @ledgerhq/hw-transport@6.29.0-next.0 | ||
## 10.0.8 | ||
@@ -4,0 +12,0 @@ |
{ | ||
"name": "@ledgerhq/hw-app-btc", | ||
"version": "10.0.8", | ||
"version": "10.0.9-next.0", | ||
"description": "Ledger Hardware Wallet Bitcoin Application API", | ||
@@ -73,4 +73,4 @@ "keywords": [ | ||
"varuint-bitcoin": "1.1.2", | ||
"@ledgerhq/hw-transport": "^6.28.8", | ||
"@ledgerhq/logs": "^6.10.1" | ||
"@ledgerhq/hw-transport": "^6.29.0-next.0", | ||
"@ledgerhq/logs": "^6.11.0-next.0" | ||
}, | ||
@@ -87,4 +87,4 @@ "devDependencies": { | ||
"ts-node": "^10.4.0", | ||
"@ledgerhq/hw-transport-mocker": "^6.27.19", | ||
"@ledgerhq/hw-transport-node-speculos": "^6.27.19" | ||
"@ledgerhq/hw-transport-mocker": "^6.27.20-next.0", | ||
"@ledgerhq/hw-transport-node-speculos": "^6.27.20-next.0" | ||
}, | ||
@@ -100,4 +100,5 @@ "gitHead": "dd0dea64b58e5a9125c8a422dcffd29e5ef6abec", | ||
"lint:fix": "pnpm lint --fix", | ||
"test": "jest" | ||
"test": "jest", | ||
"unimported": "unimported" | ||
} | ||
} |
@@ -79,3 +79,6 @@ import varuint from "varuint-bitcoin"; | ||
export class BufferReader { | ||
constructor(public buffer: Buffer, public offset: number = 0) {} | ||
constructor( | ||
public buffer: Buffer, | ||
public offset: number = 0, | ||
) {} | ||
@@ -82,0 +85,0 @@ available(): number { |
@@ -74,3 +74,6 @@ import { crypto } from "bitcoinjs-lib"; | ||
abstract class BaseAccount implements AccountType { | ||
constructor(protected psbt: PsbtV2, protected masterFp: Buffer) {} | ||
constructor( | ||
protected psbt: PsbtV2, | ||
protected masterFp: Buffer, | ||
) {} | ||
} | ||
@@ -77,0 +80,0 @@ |
@@ -25,3 +25,6 @@ import { crypto } from "bitcoinjs-lib"; | ||
constructor(results: Buffer[], private progressCallback: () => void) { | ||
constructor( | ||
results: Buffer[], | ||
private progressCallback: () => void, | ||
) { | ||
super(); | ||
@@ -28,0 +31,0 @@ this.results = results; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1042703
334
15032
1