@janiscommerce/active-client
Advanced tools
Comparing version 1.2.1 to 1.2.2
@@ -8,2 +8,6 @@ # Changelog | ||
## [1.2.2] - 2019-08-13 | ||
### Fixed | ||
- Client fetch now works with mysql filtering by `name` or `storename` | ||
## [1.2.1] - 2019-08-06 | ||
@@ -10,0 +14,0 @@ ### Changed |
@@ -20,2 +20,9 @@ 'use strict'; | ||
static get fields() { | ||
return { | ||
name: true, | ||
storename: true | ||
}; | ||
} | ||
async getByField(field, value) { | ||
@@ -22,0 +29,0 @@ |
{ | ||
"name": "@janiscommerce/active-client", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"description": "A simple module for getting an Active Client from a field and a value", | ||
@@ -5,0 +5,0 @@ "main": "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
4935
57