@vendit-dev/thirdparty-adapters 0.3.0 → 0.3.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.
@@ -213,7 +213,7 @@ var WingsAdapter = /** @class */ (function () {
213
213
  response = _b.sent();
214
214
  resultData = response.resultData;
215
215
  if (!resultData) {
216
- throw new Error('FAILED_TO_CHECKIN');
216
+ throw new Error("FAILED_TO_CHECKIN_" + JSON.stringify(response));
217
217
  }
218
218
  return [2 /*return*/, resultData];
219
219
  case 4:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vendit-dev/thirdparty-adapters",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "description": "Third party adapters between v-cloud and other PMS/CMS providers.",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {