teams-api 1.1.1 → 1.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.
@@ -10,7 +10,7 @@ exports.PAGE_STATE_POLL_INTERVAL = exports.PAGE_RELOAD_TIMEOUT = exports.TOKEN_I
10
10
  exports.captureTokensFromPage = captureTokensFromPage;
11
11
  const region_js_1 = require("../region.js");
12
12
  const page_diagnostics_js_1 = require("./page-diagnostics.js");
13
- exports.TOKEN_INTERCEPT_TIMEOUT = 60 * 1_000;
13
+ exports.TOKEN_INTERCEPT_TIMEOUT = 90 * 1_000;
14
14
  exports.PAGE_RELOAD_TIMEOUT = 30 * 1_000;
15
15
  exports.PAGE_STATE_POLL_INTERVAL = 3 * 1_000;
16
16
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "teams-api",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "description": "AI-native Microsoft Teams integration — read conversations, send messages, manage members via the Teams Chat Service REST API",
5
5
  "type": "commonjs",
6
6
  "repository": {