@vendit-dev/thirdparty-adapters 0.3.12 → 0.3.13

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.
@@ -129,6 +129,7 @@ var ThemrIoTAdapter = /** @class */ (function () {
129
129
  return [2 /*return*/, JSON.parse(existingAuth)];
130
130
  }
131
131
  console.log('FIFTH', existingAuth);
132
+ console.log('PROVIDER_KEY', this.PROVIDER_KEY);
132
133
  return [4 /*yield*/, this.authenticator.getThirdPartyCredential({
133
134
  accommodationId: accommodationId,
134
135
  provider: this.PROVIDER_KEY,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vendit-dev/thirdparty-adapters",
3
- "version": "0.3.12",
3
+ "version": "0.3.13",
4
4
  "description": "Third party adapters between v-cloud and other PMS/CMS providers.",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {