@microsoft/teams-js 2.6.0-beta.1 → 2.6.0-beta.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.
package/dist/MicrosoftTeams.js
CHANGED
@@ -1133,7 +1133,7 @@ __webpack_require__.d(__webpack_exports__, {
|
|
1133
1133
|
});
|
1134
1134
|
|
1135
1135
|
;// CONCATENATED MODULE: ./src/public/version.ts
|
1136
|
-
var version = "2.6.0-beta.
|
1136
|
+
var version = "2.6.0-beta.2";
|
1137
1137
|
|
1138
1138
|
;// CONCATENATED MODULE: ./src/internal/globalVars.ts
|
1139
1139
|
var GlobalVars = /** @class */ (function () {
|
@@ -2476,10 +2476,6 @@ var versionConstants = {
|
|
2476
2476
|
capability: { webStorage: {} },
|
2477
2477
|
hostClientTypes: [HostClientType.desktop],
|
2478
2478
|
},
|
2479
|
-
{
|
2480
|
-
capability: { profile: {} },
|
2481
|
-
hostClientTypes: [HostClientType.desktop, HostClientType.web],
|
2482
|
-
},
|
2483
2479
|
],
|
2484
2480
|
'2.0.5': [
|
2485
2481
|
{
|