@bluelilo/search-utils
Advanced tools
Comparing version 3.0.0 to 3.1.0
@@ -98,4 +98,4 @@ "use strict"; | ||
maxPrice, | ||
provider, | ||
resort | ||
providers, | ||
resorts | ||
} = query; | ||
@@ -173,8 +173,8 @@ | ||
if (provider) { | ||
provider = String(provider); | ||
if (providers) { | ||
providers = [].concat(providers).map(String); | ||
} | ||
if (resort) { | ||
resort = String(resort); | ||
if (resorts) { | ||
resorts = [].concat(resorts).map(String); | ||
} | ||
@@ -190,5 +190,5 @@ | ||
maxPrice, | ||
provider, | ||
resort | ||
providers, | ||
resorts | ||
}; | ||
} |
{ | ||
"name": "@bluelilo/search-utils", | ||
"version": "3.0.0", | ||
"version": "3.1.0", | ||
"description": "", | ||
@@ -9,3 +9,3 @@ "scripts": { | ||
"build": "rm -rf lib && babel src --out-dir lib --ignore '**/*.spec.js'", | ||
"release": "npm run lint && npm run prettier && release-it", | ||
"release": "npm test && npm run lint && npm run prettier && release-it", | ||
"prepublish": "npm run build", | ||
@@ -12,0 +12,0 @@ "test": "jest --coverage src" |
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
6399