Comparing version 0.0.39 to 0.0.40
{ | ||
"name": "webdetta", | ||
"version": "0.0.39", | ||
"version": "0.0.40", | ||
"author": "Fedot Kriutchenko <fodyadev@gmail.com>", | ||
@@ -5,0 +5,0 @@ "description": "", |
@@ -21,3 +21,3 @@ import FunctionParser from 'parse-function'; | ||
const decodeObj = (rpc, str) => | ||
const decodeObj = (rpc, instance, str) => | ||
Object.fromEntries(Object.entries(JSON.parse(str)).map(([k, v]) => [ | ||
@@ -24,0 +24,0 @@ k, |
30673