@vendit-dev/thirdparty-adapters 0.3.15 → 0.3.16

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.
@@ -102,7 +102,6 @@ var ThemrIoTAdapter = /** @class */ (function () {
102
102
  case 0: return [4 /*yield*/, this.redis.get(ThemrIoTAdapter.indexAccommodation({ accommodationId: accommodationId }))];
103
103
  case 1:
104
104
  existingAuth = _b.sent();
105
- console.log('FIRST', existingAuth);
106
105
  if (existingAuth) {
107
106
  if (existingAuth === 'NOT_FOUND') {
108
107
  throw new Error('THIRDPARTY_AUTH_NOT_FOUND');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vendit-dev/thirdparty-adapters",
3
- "version": "0.3.15",
3
+ "version": "0.3.16",
4
4
  "description": "Third party adapters between v-cloud and other PMS/CMS providers.",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {