scandoc-ai-components 0.1.1 → 0.1.2

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -0
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -11798,6 +11798,7 @@ class ServiceConfig {
11798
11798
  if (isOk) {
11799
11799
  this.accessToken = data["access_token"];
11800
11800
  this.refreshToken = data["refresh_token"];
11801
+ console.log(this.accessToken);
11801
11802
  return this.accessToken;
11802
11803
  } else {
11803
11804
  console.error("Could not authenticate! Check your static key!");
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "scandoc-ai-components",
3
3
  "author": "ScanDoc-AI",
4
- "version": "0.1.1",
4
+ "version": "0.1.2",
5
5
  "private": false,
6
6
  "description": "Pure JavaScript package for integrating ScanDoc-AI services.",
7
7
  "keywords": [