@longvansoftware/storefront-js-client 1.1.0 → 1.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -115,7 +115,7 @@ class UserService extends service_1.Service {
115
115
  }
116
116
  searchCompany(keyword) {
117
117
  return __awaiter(this, void 0, void 0, function* () {
118
- const query = queries_1.GET_CUSTOMER_BY_ID;
118
+ const query = queries_1.SEARCH_COMPANY;
119
119
  const variables = {
120
120
  keyword,
121
121
  orgId: this.orgId,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@longvansoftware/storefront-js-client",
3
- "version": "1.1.0",
3
+ "version": "1.1.01",
4
4
  "main": "dist/src/index.js",
5
5
  "types": "dist/src/index.d.ts",
6
6
  "files": [