@moosty/use-accounts
Advanced tools
Comparing version 0.0.107 to 0.0.108
@@ -16,3 +16,3 @@ "use strict"; | ||
react_1.useEffect(() => { | ||
if (publicKeyOrAddress && serviceClient && (!account || block.numberOfTransactions > 0)) { | ||
if (publicKeyOrAddress && serviceClient) { | ||
getAccount(); | ||
@@ -19,0 +19,0 @@ } |
{ | ||
"name": "@moosty/use-accounts", | ||
"version": "0.0.107", | ||
"version": "0.0.108", | ||
"description": "Lisk service provider account hooks", | ||
@@ -17,4 +17,4 @@ "author": "Moosty <info@moosty.com>", | ||
"dependencies": { | ||
"@moosty/lisk-service-events": "^0.0.107", | ||
"@moosty/lisk-service-provider": "^0.0.107", | ||
"@moosty/lisk-service-events": "^0.0.108", | ||
"@moosty/lisk-service-provider": "^0.0.108", | ||
"fast-deep-equal": "^3.1.3" | ||
@@ -39,3 +39,3 @@ }, | ||
}, | ||
"gitHead": "599227b1a1ed39bced654013a19486e5b6170f72" | ||
"gitHead": "d363e3284b3ee839a38ccaed0b0c7e7777d60030" | ||
} |
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
13468
+ Added@moosty/lisk-connection-provider@0.0.108(transitive)
+ Added@moosty/lisk-service-events@0.0.108(transitive)
+ Added@moosty/lisk-service-provider@0.0.108(transitive)
- Removed@moosty/lisk-connection-provider@0.0.107(transitive)
- Removed@moosty/lisk-service-events@0.0.107(transitive)
- Removed@moosty/lisk-service-provider@0.0.107(transitive)