@commercelayer/cli-core
Advanced tools
Comparing version 4.7.1 to 4.7.2
@@ -9,3 +9,3 @@ declare const documentation = "https://docs.commercelayer.io/core/filtering-data#list-of-predicates"; | ||
declare const applyFilter: (predicate: string, ...fields: string[]) => string; | ||
declare const filters: () => readonly Filter[]; | ||
declare const filters: () => Filter[]; | ||
export { type Filter, documentation, filterAvailable as available, filterList as list, applyFilter as apply, filters }; |
@@ -9,3 +9,3 @@ declare const documentation = "https://docs.commercelayer.io/core/filtering-data#list-of-predicates"; | ||
declare const applyFilter: (predicate: string, ...fields: string[]) => string; | ||
declare const filters: () => readonly Filter[]; | ||
declare const filters: () => Filter[]; | ||
export { type Filter, documentation, filterAvailable as available, filterList as list, applyFilter as apply, filters }; |
{ | ||
"name": "@commercelayer/cli-core", | ||
"version": "4.7.1", | ||
"version": "4.7.2", | ||
"main": "lib/cjs/index.js", | ||
@@ -5,0 +5,0 @@ "types": "lib/cjs/index.d.ts", |
Sorry, the diff of this file is not supported yet
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
195235