fix(bip21): Switching to npm lib

This commit is contained in:
Chris Troutner
2021-01-01 16:14:55 -08:00
parent 2d4bc6127e
commit 60ee10ef4d
3 changed files with 10 additions and 9 deletions
+8 -7
View File
@@ -266,6 +266,14 @@
"@types/node": ">= 8"
}
},
"@psf/bip21": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/@psf/bip21/-/bip21-2.0.1.tgz",
"integrity": "sha512-U9c8xBV31n+D7qxOPBO0vQ015DNvKskWCUbVgoMfH5AUNHLYrSDWIrCx4P7v9etfdu6LpPdsYr53KDSAIk0b7Q==",
"requires": {
"qs": "^6.3.0"
}
},
"@psf/bip32-utils": {
"version": "0.13.1",
"resolved": "https://registry.npmjs.org/@psf/bip32-utils/-/bip32-utils-0.13.1.tgz",
@@ -1276,13 +1284,6 @@
"safe-buffer": "^5.0.1"
}
},
"bip21": {
"version": "github:Bitcoin-com/bip21#28f8d03a3a16ed11eb5b963248ed1be8c46c6d6f",
"from": "github:Bitcoin-com/bip21",
"requires": {
"qs": "^6.3.0"
}
},
"bip38": {
"version": "2.0.3",
"resolved": "https://registry.npmjs.org/bip38/-/bip38-2.0.3.tgz",