@mindline/sync 1.0.96 → 1.0.98

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mindline/sync",
3
- "version": "1.0.96",
3
+ "version": "1.0.98",
4
4
  "description": "sync is a node.js package encapsulating JavaScript classes required for configuring Mindline sync service.",
5
5
  "main": "dist/sync.es.js",
6
6
  "types": "dist/index.d.ts",
package/src/index.ts CHANGED
@@ -2410,6 +2410,7 @@ export async function getPowerBIAccessToken(
2410
2410
  catch (error: any) {
2411
2411
  console.log("PowerBI token failed to be acquired silently");
2412
2412
  }
2413
+ console.log(syncversion);
2413
2414
  return accesstoken;
2414
2415
  }
2415
2416
  // ======================= Azure REST API ===============================
package/tsconfig.json CHANGED
@@ -13,6 +13,8 @@
13
13
  "esModuleInterop": true,
14
14
  "resolveJsonModule": true,
15
15
  "skipLibCheck": true,
16
+ "sourceMap": true,
17
+ "inlineSources": true,
16
18
  /* Linting */
17
19
  "strict": true,
18
20
  "noUnusedLocals": true,