@moosty/use-accounts
Advanced tools
Comparing version 0.0.93 to 0.0.94
@@ -28,5 +28,3 @@ "use strict"; | ||
} | ||
console.log(query); | ||
const accountData = await serviceClient.get('get.accounts', { limit: 1, ...query, }); | ||
console.log(accountData); | ||
if (accountData?.data?.[0]) { | ||
@@ -33,0 +31,0 @@ !react_2.default(account, accountData.data[0]) && setAccount(accountData.data[0]); |
{ | ||
"name": "@moosty/use-accounts", | ||
"version": "0.0.93", | ||
"version": "0.0.94", | ||
"description": "Lisk service provider account hooks", | ||
@@ -17,4 +17,4 @@ "author": "Moosty <info@moosty.com>", | ||
"dependencies": { | ||
"@moosty/lisk-service-events": "^0.0.93", | ||
"@moosty/lisk-service-provider": "^0.0.93", | ||
"@moosty/lisk-service-events": "^0.0.94", | ||
"@moosty/lisk-service-provider": "^0.0.94", | ||
"fast-deep-equal": "^3.1.3" | ||
@@ -39,3 +39,3 @@ }, | ||
}, | ||
"gitHead": "179ac86aa5d982cef98076383383e9a118bd500f" | ||
"gitHead": "6c6e7574a293e470fec05c0b1162078558e1cd4e" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
13570
44
+ Added@moosty/lisk-connection-provider@0.0.94(transitive)
+ Added@moosty/lisk-service-events@0.0.94(transitive)
+ Added@moosty/lisk-service-provider@0.0.94(transitive)
- Removed@moosty/lisk-connection-provider@0.0.93(transitive)
- Removed@moosty/lisk-service-events@0.0.93(transitive)
- Removed@moosty/lisk-service-provider@0.0.93(transitive)