liquidless
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -5,4 +5,4 @@ export declare type Filters = { | ||
export declare type FilterFunction = { | ||
(value: any, args: any[] | undefined): any; | ||
(value: any, args: any[] | undefined, variable: string): any; | ||
}; | ||
export declare const defaultFilters: Filters; |
@@ -24,3 +24,3 @@ "use strict"; | ||
} | ||
variableValue = combinedFilters[filterMethod](variableValue, parsedArgs); | ||
variableValue = combinedFilters[filterMethod](variableValue, parsedArgs, variable); | ||
}); | ||
@@ -27,0 +27,0 @@ return variableValue.toString(); |
{ | ||
"name": "liquidless", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Shopify's Liquid template engine, but less powerful", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
5916