@microsoft/teams-js 2.1.0-beta.0 → 2.1.0-beta.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/MicrosoftTeams.js
CHANGED
@@ -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.1.0-beta.
|
1125
|
+
var version = "2.1.0-beta.1";
|
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.
|
@@ -4788,7 +4788,7 @@ function createTeamsDeepLinkForAppInstallDialog(appId) {
|
|
4788
4788
|
if (!appId) {
|
4789
4789
|
throw new Error('App ID must be set when creating an app install dialog deep link');
|
4790
4790
|
}
|
4791
|
-
return teamsDeepLinkProtocol + "://" + teamsDeepLinkHost + teamsDeepLinkUrlPathForAppInstall + encodeURIComponent(appId)
|
4791
|
+
return teamsDeepLinkProtocol + "://" + teamsDeepLinkHost + teamsDeepLinkUrlPathForAppInstall + encodeURIComponent(appId);
|
4792
4792
|
}
|
4793
4793
|
|
4794
4794
|
;// CONCATENATED MODULE: ./src/public/appInstallDialog.ts
|