@moosty/lisk-service-events
Advanced tools
Comparing version 0.0.87 to 0.0.88
@@ -37,3 +37,2 @@ "use strict"; | ||
const [pulse, setPulse] = react_1.useState(0); | ||
const [setup, setSetup] = react_1.useState(false); | ||
react_1.useEffect(() => { | ||
@@ -53,5 +52,4 @@ const getNetworkStatus = async () => { | ||
setTransactions([...transactionsData?.data]); | ||
setSetup(true); | ||
}; | ||
if (serviceClient && serviceClient.getStateBlockchain() === "connected" && !setup) { | ||
if (serviceClient && serviceClient.getStateBlockchain() === "connected") { | ||
getInitialData(); | ||
@@ -58,0 +56,0 @@ serviceClient.on("update.block", (blockData) => { |
{ | ||
"name": "@moosty/lisk-service-events", | ||
"version": "0.0.87", | ||
"version": "0.0.88", | ||
"description": "Lisk service events", | ||
@@ -17,3 +17,3 @@ "author": "Moosty <info@moosty.com>", | ||
"dependencies": { | ||
"@moosty/lisk-service-provider": "^0.0.87" | ||
"@moosty/lisk-service-provider": "^0.0.88" | ||
}, | ||
@@ -37,3 +37,3 @@ "main": "dist/index.js", | ||
}, | ||
"gitHead": "0c084018c2eff3dcc886f61c29bec4dce9be9d3f" | ||
"gitHead": "939685dc611a0b5f1b57b5cda068966f0b4074cc" | ||
} |
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
19219
98
+ Added@moosty/lisk-connection-provider@0.0.88(transitive)
+ Added@moosty/lisk-service-provider@0.0.88(transitive)
- Removed@moosty/lisk-connection-provider@0.0.87(transitive)
- Removed@moosty/lisk-service-provider@0.0.87(transitive)