@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/.vs/VSWorkspaceState.json +4 -2
- package/.vs/slnx.sqlite +0 -0
- package/.vs/sync/CopilotIndices/17.14.260.54502/CodeChunks.db +0 -0
- package/.vs/sync/CopilotIndices/17.14.260.54502/SemanticSymbols.db +0 -0
- package/.vs/sync/FileContentIndex/273140aa-4f18-43b9-bcdd-2a15a7bb3321.vsidx +0 -0
- package/.vs/sync/FileContentIndex/3f844564-c214-4f94-a0ae-1560b50e152c.vsidx +0 -0
- package/.vs/sync/FileContentIndex/{3ed24be5-ed12-4df5-a2f2-e78b9b8077e3.vsidx → 45c8c5a2-a7a0-4025-b787-3053b90d28fc.vsidx} +0 -0
- package/.vs/sync/FileContentIndex/bf8b7585-0ffb-4a59-ba38-a349db39ce21.vsidx +0 -0
- package/.vs/sync/v17/.wsuo +0 -0
- package/.vs/sync/v17/DocumentLayout.backup.json +32 -110
- package/.vs/sync/v17/DocumentLayout.json +42 -103
- package/dist/sync.es.js +27 -27
- package/dist/sync.es.js.map +1 -1
- package/dist/sync.umd.js +2 -2
- package/dist/sync.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/index.ts +1 -0
- package/tsconfig.json +2 -0
- package/.vs/sync/FileContentIndex/267c956b-8e64-4ecf-8c7d-0d6e5c331215.vsidx +0 -0
- package/.vs/sync/FileContentIndex/2a74359a-b10f-4718-8feb-e05354e12eed.vsidx +0 -0
- package/.vs/sync/FileContentIndex/5fc42aa4-5090-4944-85e6-55a5c3f853b9.vsidx +0 -0
- /package/.vs/sync/FileContentIndex/{ab8f086b-3a2c-4783-bc6d-540828d1e0e1.vsidx → b9c9b1f1-a6bb-4dbc-8e91-4e9ecf1382d5.vsidx} +0 -0
package/package.json
CHANGED
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
|
Binary file
|
|
Binary file
|
|
Binary file
|