@softeria/ms-365-mcp-server 0.4.0 → 0.4.1
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/dist/auth.js +1 -1
- package/package.json +1 -1
- package/src/auth.ts +1 -1
package/dist/auth.js
CHANGED
|
@@ -5,7 +5,7 @@ import path from 'path';
|
|
|
5
5
|
import fs from 'fs';
|
|
6
6
|
import logger from './logger.js';
|
|
7
7
|
const endpoints = await import('./endpoints.json', {
|
|
8
|
-
|
|
8
|
+
with: { type: 'json' },
|
|
9
9
|
});
|
|
10
10
|
const SERVICE_NAME = 'ms-365-mcp-server';
|
|
11
11
|
const TOKEN_CACHE_ACCOUNT = 'msal-token-cache';
|
package/package.json
CHANGED