Merge branch 'master' of github.com:BlueWallet/LndHub

This commit is contained in:
Overtorment 2019-01-23 12:12:27 +00:00
commit 4a9c4ef996

10
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "LndHub",
"version": "1.0.0",
"version": "1.1.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@ -1196,6 +1196,7 @@
"bech32": "^1.1.2",
"bitcoinjs-lib": "^3.3.1",
"bn.js": "^4.11.8",
"coininfo": "git+https://github.com/cryptocoinjs/coininfo.git#c7e003b2fc0db165b89e6f98f6d6360ad22616b2",
"lodash": "^4.17.4",
"safe-buffer": "^5.1.1",
"secp256k1": "^3.4.0"
@ -1486,6 +1487,13 @@
"resolved": "https://registry.npmjs.org/code-point-at/-/code-point-at-1.1.0.tgz",
"integrity": "sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c="
},
"coininfo": {
"version": "git+https://github.com/cryptocoinjs/coininfo.git#c7e003b2fc0db165b89e6f98f6d6360ad22616b2",
"from": "git+https://github.com/cryptocoinjs/coininfo.git#c7e003b2fc0db165b89e6f98f6d6360ad22616b2",
"requires": {
"safe-buffer": "^5.1.1"
}
},
"collection-visit": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/collection-visit/-/collection-visit-1.0.0.tgz",