@codewarriorr/hw-app-btcv
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -14,4 +14,4 @@ import { signMessage } from "./signMessage"; | ||
* @example | ||
* import Btc from "@ledgerhq/hw-app-btc"; | ||
* const btc = new Btc(transport) | ||
* TODO: import Btcv from "@codewarriorr/hw-app-btcv"; | ||
* const btcv = new Btcv(transport) | ||
*/ | ||
@@ -18,0 +18,0 @@ export default class Btcv { |
@@ -34,4 +34,4 @@ "use strict"; | ||
* @example | ||
* import Btc from "@ledgerhq/hw-app-btc"; | ||
* const btc = new Btc(transport) | ||
* TODO: import Btcv from "@codewarriorr/hw-app-btcv"; | ||
* const btcv = new Btcv(transport) | ||
*/ | ||
@@ -38,0 +38,0 @@ class Btcv { |
{ | ||
"name": "@codewarriorr/hw-app-btcv", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Ledger Hardware Wallet Bitcoin Vault Application API", | ||
@@ -25,4 +25,19 @@ "keywords": [ | ||
}, | ||
"main": "lib/Btc.js", | ||
"module": "lib-es/Btc.js", | ||
"jest": { | ||
"collectCoverage": true, | ||
"testPathIgnorePatterns": [ | ||
"packages/.*/lib-es", | ||
"packages/.*/lib", | ||
"packages/.*/dist" | ||
], | ||
"coveragePathIgnorePatterns": [ | ||
"packages/create-dapp" | ||
], | ||
"collectCoverageFrom": [ | ||
"packages/**/src/*.js", | ||
"packages/**/src/*.ts" | ||
] | ||
}, | ||
"main": "lib/Btcv.js", | ||
"module": "lib-es/Btcv.js", | ||
"license": "Apache-2.0", | ||
@@ -39,3 +54,4 @@ "dependencies": { | ||
"devDependencies": { | ||
"flow-bin": "^0.140.0" | ||
"flow-bin": "^0.140.0", | ||
"flow-typed": "^3.2.1" | ||
}, | ||
@@ -42,0 +58,0 @@ "scripts": { |
@@ -22,4 +22,4 @@ //@flow | ||
* @example | ||
* import Btc from "@ledgerhq/hw-app-btc"; | ||
* const btc = new Btc(transport) | ||
* TODO: import Btcv from "@codewarriorr/hw-app-btcv"; | ||
* const btcv = new Btcv(transport) | ||
*/ | ||
@@ -225,4 +225,4 @@ export default class Btcv { | ||
isSegwitSupported: ?boolean = false, | ||
hasTimestamp?: boolean = false, | ||
hasExtraData?: boolean = false, | ||
hasTimestamp: boolean = false, | ||
hasExtraData: boolean = false, | ||
additionals: Array<string> = [] | ||
@@ -229,0 +229,0 @@ ): Transaction { |
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
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
602505
165
6176
2