@vendit-dev/thirdparty-adapters 0.4.0-beta.3 → 0.4.0-beta.4

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.
@@ -173,10 +173,10 @@ var AmanoKoreaAdapter = /** @class */ (function () {
173
173
  })];
174
174
  case 1:
175
175
  fetchResult = _b.sent();
176
- return [4 /*yield*/, fetchResult.json()];
176
+ console.log('fetchResult', fetchResult);
177
+ return [4 /*yield*/, (fetchResult === null || fetchResult === void 0 ? void 0 : fetchResult.json())];
177
178
  case 2:
178
179
  fetchResultJson = _b.sent();
179
- console.log('fetchResultJson', fetchResultJson);
180
180
  data = fetchResultJson.data;
181
181
  return [2 /*return*/, data];
182
182
  case 3:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vendit-dev/thirdparty-adapters",
3
- "version": "0.4.0-beta.3",
3
+ "version": "0.4.0-beta.4",
4
4
  "description": "Third party adapters between v-cloud and other PMS/CMS providers.",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {