@vendit-dev/thirdparty-adapters 0.4.0-beta.6 → 0.4.0-beta.7

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.
@@ -109,6 +109,7 @@ var AmanoKoreaAdapter = /** @class */ (function () {
109
109
  _b.trys.push([4, 9, 10, 12]);
110
110
  if (existingAuth) {
111
111
  parsedCredential_1 = this.parseJSONSafe(existingAuth);
112
+ console.log('🚀 ~ file: amanoKorea.ts:124 ~ AmanoKoreaAdapter ~ parsedCredential:', parsedCredential_1);
112
113
  if (parsedCredential_1 === null || parsedCredential_1 === void 0 ? void 0 : parsedCredential_1.authorization) {
113
114
  this.setAuthorization(parsedCredential_1.authorization);
114
115
  this.API_HOST = parsedCredential_1.apiHost;
@@ -128,6 +129,7 @@ var AmanoKoreaAdapter = /** @class */ (function () {
128
129
  return [2 /*return*/, false];
129
130
  case 7:
130
131
  parsedCredential = this.parseJSONSafe(newAuth.credential);
132
+ console.log('🚀 ~ file: amanoKorea.ts:151 ~ AmanoKoreaAdapter ~ parsedCredential:', parsedCredential);
131
133
  if (parsedCredential === null || parsedCredential === void 0 ? void 0 : parsedCredential.authorization) {
132
134
  this.setAuthorization(parsedCredential.authorization);
133
135
  this.API_HOST = parsedCredential.apiHost;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vendit-dev/thirdparty-adapters",
3
- "version": "0.4.0-beta.6",
3
+ "version": "0.4.0-beta.7",
4
4
  "description": "Third party adapters between v-cloud and other PMS/CMS providers.",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {