@open-tender/store 1.0.12 → 1.0.13

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.
@@ -90,7 +90,6 @@ var PosAPI = /** @class */ (function () {
90
90
  case 1:
91
91
  res = _b.sent();
92
92
  contentType = (_a = res.headers.get('Content-Type')) === null || _a === void 0 ? void 0 : _a.split(';')[0];
93
- console.log('contentType', contentType);
94
93
  if (!contentType) {
95
94
  return [2 /*return*/, reject(errors_1.errorsApi.internalServerError)];
96
95
  }
@@ -104,7 +103,6 @@ var PosAPI = /** @class */ (function () {
104
103
  return [2 /*return*/, resolve(parsed)];
105
104
  case 3:
106
105
  err_1 = _b.sent();
107
- console.log('err', err_1);
108
106
  return [2 /*return*/, reject(errors_1.errorsApi.internalServerError)];
109
107
  case 4: return [2 /*return*/];
110
108
  }
@@ -88,7 +88,6 @@ var PosAPI = /** @class */ (function () {
88
88
  case 1:
89
89
  res = _b.sent();
90
90
  contentType = (_a = res.headers.get('Content-Type')) === null || _a === void 0 ? void 0 : _a.split(';')[0];
91
- console.log('contentType', contentType);
92
91
  if (!contentType) {
93
92
  return [2 /*return*/, reject(errorsApi.internalServerError)];
94
93
  }
@@ -102,7 +101,6 @@ var PosAPI = /** @class */ (function () {
102
101
  return [2 /*return*/, resolve(parsed)];
103
102
  case 3:
104
103
  err_1 = _b.sent();
105
- console.log('err', err_1);
106
104
  return [2 /*return*/, reject(errorsApi.internalServerError)];
107
105
  case 4: return [2 /*return*/];
108
106
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@open-tender/store",
3
- "version": "1.0.12",
3
+ "version": "1.0.13",
4
4
  "description": "A library of hooks, reducers, utility functions, and types for use with Open Tender applications that utilize our in-store POS API",
5
5
  "main": "./dist/cjs/index.js",
6
6
  "module": "./dist/esm/index.js",