@rabbitholegg/questdk
Advanced tools
Comparing version 2.0.0-alpha.48 to 2.0.0-alpha.49
{ | ||
"name": "@rabbitholegg/questdk", | ||
"version": "2.0.0-alpha.48", | ||
"version": "2.0.0-alpha.49", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "./dist/cjs/index.js", |
@@ -22,2 +22,3 @@ import type { | ||
slice, | ||
AbiParameter, | ||
} from 'viem' | ||
@@ -245,3 +246,3 @@ type OperatorKey = keyof typeof operators | ||
) => { | ||
const decodedReturn: ReturnType<typeof handleAbiDecode>[] = [] | ||
const decodedReturn: Array<ReturnType<typeof handleAbiDecode>> = [] | ||
const elementCount = filter.$abiAbstract!.length | ||
@@ -293,3 +294,3 @@ const $abiAbstract = filter.$abiAbstract | ||
const namedArgs = params.reduce( | ||
(acc: Record<string, any>, param, index) => { | ||
(acc: Record<string, any>, param: AbiParameter, index) => { | ||
acc[`${param.name || index}`] = args[index] | ||
@@ -296,0 +297,0 @@ return acc |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
460440
9800
0