@aloma.io/integration-sdk 3.7.38 → 3.7.40

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