@moosty/lisk-connection-provider
Advanced tools
Comparing version 0.0.10 to 0.0.11
@@ -23,3 +23,3 @@ "use strict"; | ||
this.id++; | ||
return await helpers_1.ws({ | ||
const res = await helpers_1.ws({ | ||
socket: !v1 || !this.isV1Connected() ? this.connection : this.v1, requests: [{ | ||
@@ -32,2 +32,4 @@ "jsonrpc": "2.0", | ||
}); | ||
console.log("test", res); | ||
return res; | ||
} | ||
@@ -34,0 +36,0 @@ return {}; |
{ | ||
"name": "@moosty/lisk-connection-provider", | ||
"version": "0.0.10", | ||
"version": "0.0.11", | ||
"description": "Lisk connection provider component to connect react to Lisk endpoints", | ||
@@ -37,3 +37,3 @@ "author": "Moosty <info@moosty.com>", | ||
}, | ||
"gitHead": "a540c1ec95abce2b03ac118165ceaa351fc29c33" | ||
"gitHead": "00b9edf14968cd88f931615342d3c9d29ad76d92" | ||
} |
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
36546
372