@vendit-dev/thirdparty-adapters 0.2.5 → 0.2.6

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.
@@ -177,7 +177,6 @@ var SmartAccessAdapter = /** @class */ (function () {
177
177
  case 0: return [4 /*yield*/, this.getAccommodationAuthInfo({ accommodationId: accommodationId })];
178
178
  case 1:
179
179
  authInfo = _a.sent();
180
- console.log(authInfo);
181
180
  return [2 /*return*/, authInfo.accessToken];
182
181
  }
183
182
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vendit-dev/thirdparty-adapters",
3
- "version": "0.2.5",
3
+ "version": "0.2.6",
4
4
  "description": "Third party adapters between v-cloud and other PMS/CMS providers.",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {