@aloma.io/integration-sdk 3.7.46 → 3.7.47

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.
@@ -289,6 +289,8 @@ ${text}
289
289
  throw new Error("could not get refresh token " + status + " " + text);
290
290
  }
291
291
  };
292
+ console.log(that._oauth);
293
+ console.log(config);
292
294
  const theOAuth = that._oauth
293
295
  ? new OAuth(decrypted.oauthResult, saveOAuthResult, getRefreshToken)
294
296
  : null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aloma.io/integration-sdk",
3
- "version": "3.7.46",
3
+ "version": "3.7.47",
4
4
  "description": "",
5
5
  "author": "aloma.io",
6
6
  "license": "Apache-2.0",
@@ -352,6 +352,9 @@ ${text}
352
352
  }
353
353
  };
354
354
 
355
+ console.log(that._oauth)
356
+ console.log(config)
357
+
355
358
  const theOAuth = that._oauth
356
359
  ? new OAuth(decrypted.oauthResult, saveOAuthResult, getRefreshToken)
357
360
  : null;