Updating deps

This commit is contained in:
Chris Troutner
2021-11-25 06:04:35 -08:00
parent 451a828a05
commit cfb128f3c8
3 changed files with 715 additions and 2381 deletions
+712 -2378
View File
File diff suppressed because it is too large Load Diff
+2 -2
View File
@@ -24,11 +24,11 @@
"repository": "Permissionless-Software-Foundation/ipfs-bch-wallet-service",
"dependencies": {
"@chris.troutner/ipfs": "2.0.2",
"@psf/bch-js": "4.20.19",
"@psf/bch-js": "4.20.26",
"axios": "0.21.1",
"bcryptjs": "2.4.3",
"glob": "7.1.6",
"ipfs-coord": "6.7.3",
"ipfs-coord": "6.7.4",
"jsonrpc-lite": "2.2.0",
"jsonwebtoken": "8.5.1",
"jwt-bch-lib": "1.3.0",
+1 -1
View File
@@ -387,7 +387,7 @@ class BCHRESTController {
* Given the 'address' param returns an object
* with the following properties
*
* - success : - Petition status
* - success : - Request status
* - publicKey : '' - Public key of the provided address
*
*