@vendit-dev/thirdparty-adapters 0.2.2 → 0.2.3

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.
@@ -438,7 +438,7 @@ var SmartAccessAdapter = /** @class */ (function () {
438
438
  foundRoomProperty = _b.sent();
439
439
  if (!(foundRoomProperty === null || foundRoomProperty === void 0 ? void 0 : foundRoomProperty.result))
440
440
  return [2 /*return*/, false];
441
- return [2 /*return*/, foundRoomProperty.data];
441
+ return [2 /*return*/, JSON.parse(foundRoomProperty.data)];
442
442
  }
443
443
  });
444
444
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vendit-dev/thirdparty-adapters",
3
- "version": "0.2.2",
3
+ "version": "0.2.3",
4
4
  "description": "Third party adapters between v-cloud and other PMS/CMS providers.",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {