@microsoft/teams-js 2.0.0-beta.6-dev.8 → 2.0.0-beta.6-dev.9

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.
@@ -1122,7 +1122,7 @@ __webpack_require__.d(__webpack_exports__, {
1122
1122
  });
1123
1123
 
1124
1124
  ;// CONCATENATED MODULE: ./src/internal/constants.ts
1125
- var version = "2.0.0-beta.6-dev.8";
1125
+ var version = "2.0.0-beta.6-dev.9";
1126
1126
  /**
1127
1127
  * @hidden
1128
1128
  * The client version when all SDK APIs started to check platform compatibility for the APIs was 1.6.0.
@@ -2491,6 +2491,29 @@ function generateBackCompatRuntimeConfig(highestSupportedVersion) {
2491
2491
  function applyRuntimeConfig(runtimeConfig) {
2492
2492
  runtime = deepFreeze(runtimeConfig);
2493
2493
  }
2494
+ /**
2495
+ * @hidden
2496
+ * Hide from docs.
2497
+ * ------
2498
+ * Constant used to set minimum runtime configuration
2499
+ * while un-initializing an app in unit test case.
2500
+ *
2501
+ * @internal
2502
+ */
2503
+ var _minRuntimeConfigToUninitialize = {
2504
+ apiVersion: 1,
2505
+ supports: {
2506
+ pages: {
2507
+ appButton: {},
2508
+ tabs: {},
2509
+ config: {},
2510
+ backStack: {},
2511
+ fullTrust: {},
2512
+ },
2513
+ teamsCore: {},
2514
+ logs: {},
2515
+ },
2516
+ };
2494
2517
 
2495
2518
  ;// CONCATENATED MODULE: ./src/public/dialog.ts
2496
2519
  /* eslint-disable @typescript-eslint/explicit-module-boundary-types */