@janiscommerce/api-list
Advanced tools
Comparing version 5.3.0 to 5.3.1
@@ -10,2 +10,6 @@ # Changelog | ||
## [5.3.1] - 2022-04-21 | ||
### Fixed | ||
- Sending empty filters when filterMappers returned an empty value, now it doesn't return empty filters to avoid issues. | ||
## [5.3.0] - 2022-03-28 | ||
@@ -12,0 +16,0 @@ ### Added |
@@ -87,2 +87,5 @@ 'use strict'; | ||
if(filterValue === undefined) | ||
return filters; | ||
const internalName = filter.internalName || filter.name; | ||
@@ -89,0 +92,0 @@ |
{ | ||
"name": "@janiscommerce/api-list", | ||
"version": "5.3.0", | ||
"version": "5.3.1", | ||
"description": "A package to handle Janis List APIs", | ||
@@ -5,0 +5,0 @@ "main": "lib/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
41548
887