mirror of
https://github.com/Permissionless-Software-Foundation/bch-js.git
synced 2026-09-21 16:51:59 -07:00
fix(bip21): Switching to npm lib
This commit is contained in:
Generated
+8
-7
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user