@moosty/lisk-service-events
Advanced tools
Comparing version 0.0.124 to 0.0.125
@@ -43,2 +43,3 @@ "use strict"; | ||
const getInitialData = async () => { | ||
getNetworkStatus(); | ||
const lastBlock = await serviceClient.get("get.blocks", { limit: 1 }); | ||
@@ -45,0 +46,0 @@ setLastBlock({ ...lastBlock?.data?.[0] }); |
{ | ||
"name": "@moosty/lisk-service-events", | ||
"version": "0.0.124", | ||
"version": "0.0.125", | ||
"description": "Lisk service events", | ||
@@ -17,3 +17,3 @@ "author": "Moosty <info@moosty.com>", | ||
"dependencies": { | ||
"@moosty/lisk-service-provider": "^0.0.124" | ||
"@moosty/lisk-service-provider": "^0.0.125" | ||
}, | ||
@@ -37,3 +37,3 @@ "main": "dist/index.js", | ||
}, | ||
"gitHead": "37e0decfb1cdf16349e305fee4dde56a4eb9a561" | ||
"gitHead": "b9032b00501c2c06d9f67fa4f8d95630a0452fa5" | ||
} |
Sorry, the diff of this file is not supported yet
19043
98
+ Added@moosty/lisk-connection-provider@0.0.125(transitive)
+ Added@moosty/lisk-service-provider@0.0.125(transitive)
- Removed@moosty/lisk-connection-provider@0.0.124(transitive)
- Removed@moosty/lisk-service-provider@0.0.124(transitive)