junderw
6 years ago
No known key found for this signature in database
GPG Key ID: B256185D3A971908
2 changed files with
4 additions and
3 deletions
-
package-lock.json
-
package.json
|
|
@ -200,8 +200,9 @@ |
|
|
|
} |
|
|
|
}, |
|
|
|
"bip174": { |
|
|
|
"version": "git+https://github.com/bitcoinjs/bip174.git#5137e367c7a3a4e281ee01574f88977cdd4be896", |
|
|
|
"from": "git+https://github.com/bitcoinjs/bip174.git#interface" |
|
|
|
"version": "1.0.0", |
|
|
|
"resolved": "https://registry.npmjs.org/bip174/-/bip174-1.0.0.tgz", |
|
|
|
"integrity": "sha512-AaoWrkYtv6A2y8H+qzs6NvRWypzNbADT8PQGpM9rnP+jLzeol+uzhe3Myeuq/dwrHYtmsW8V71HmX2oXhQGagw==" |
|
|
|
}, |
|
|
|
"bip32": { |
|
|
|
"version": "2.0.3", |
|
|
|
|
|
@ -47,7 +47,7 @@ |
|
|
|
"dependencies": { |
|
|
|
"@types/node": "10.12.18", |
|
|
|
"bech32": "^1.1.2", |
|
|
|
"bip174": "git+https://github.com/bitcoinjs/bip174.git#interface", |
|
|
|
"bip174": "^1.0.0", |
|
|
|
"bip32": "^2.0.3", |
|
|
|
"bip66": "^1.1.0", |
|
|
|
"bitcoin-ops": "^1.4.0", |
|
|
|