@rabbitholegg/questdk
Advanced tools
Comparing version 1.0.1-alpha.10 to 1.0.1-alpha.11
@@ -109,2 +109,4 @@ "use strict"; | ||
if (key in preprocessors) { | ||
if (!context) | ||
return false; | ||
context = preprocessors[key](context, filters); | ||
@@ -111,0 +113,0 @@ continue; |
@@ -175,2 +175,4 @@ import { decodeAbiParameters, decodeFunctionData, getAbiItem, isAddress, parseAbiParameters, slice, } from 'viem'; | ||
if (key in preprocessors) { | ||
if (!context) | ||
return false; | ||
context = preprocessors[key](context, filters); | ||
@@ -177,0 +179,0 @@ continue; |
@@ -17,3 +17,3 @@ { | ||
}, | ||
"version": "1.0.1-alpha.10", | ||
"version": "1.0.1-alpha.11", | ||
"files": [ | ||
@@ -20,0 +20,0 @@ "dist", |
@@ -234,2 +234,3 @@ import { | ||
if (key in preprocessors) { | ||
if (!context) return false | ||
context = preprocessors[key as PreprocessorKey](context, filters) | ||
@@ -236,0 +237,0 @@ continue |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
375706
9982