@arianee/utils
Advanced tools
Comparing version 1.13.0 to 1.14.0
{ | ||
"name": "@arianee/utils", | ||
"version": "1.13.0", | ||
"version": "1.14.0", | ||
"type": "commonjs", | ||
@@ -11,3 +11,3 @@ "dependencies": { | ||
"peerDependencies": { | ||
"@arianee/common-types": "1.13.0", | ||
"@arianee/common-types": "1.14.0", | ||
"tslib": "2.5.0" | ||
@@ -14,0 +14,0 @@ }, |
@@ -46,4 +46,4 @@ "use strict"; | ||
return { | ||
name: decoded === null || decoded === void 0 ? void 0 : decoded.fragment.inputs[argIndex].name, | ||
type: decoded === null || decoded === void 0 ? void 0 : decoded.fragment.inputs[argIndex].type, | ||
name: decoded.fragment.inputs[argIndex].name, | ||
type: decoded.fragment.inputs[argIndex].type, | ||
value: argValue, | ||
@@ -50,0 +50,0 @@ }; |
Sorry, the diff of this file is not supported yet
25966