@microsoft/teams-js 1.13.0 → 1.13.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/README.md +6 -2
- package/dist/MicrosoftTeams.d.ts +5 -0
- package/dist/MicrosoftTeams.js +1 -1
- package/dist/MicrosoftTeams.js.map +1 -1
- package/dist/MicrosoftTeams.min.js +1 -1
- package/package.json +1 -1
- package/dist/microsoftteams.d.ts +0 -3534
package/dist/MicrosoftTeams.js
CHANGED
|
@@ -727,7 +727,7 @@ function handleBeforeUnload() {
|
|
|
727
727
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
728
728
|
exports.userOriginUrlValidationRegExp = exports.validOriginRegExp = exports.validOrigins = exports.scanBarCodeAPIMobileSupportVersion = exports.getMediaCallbackSupportVersion = exports.mediaAPISupportVersion = exports.captureImageMobileSupportVersion = exports.peoplePickerRequiredVersion = exports.locationAPIsRequiredVersion = exports.getUserJoinedTeamsSupportedAndroidClientVersion = exports.imageOutputFormatsAPISupportVersion = exports.nonFullScreenVideoModeAPISupportVersion = exports.videoAndImageMediaAPISupportVersion = exports.defaultSDKVersionForCompatCheck = exports.version = void 0;
|
|
729
729
|
var utils_1 = __webpack_require__(5);
|
|
730
|
-
exports.version = '1.13.
|
|
730
|
+
exports.version = '1.13.1';
|
|
731
731
|
/**
|
|
732
732
|
* The client version when all SDK APIs started to check platform compatibility for the APIs was 1.6.0.
|
|
733
733
|
* Modified to 2.0.1 which is hightest till now so that if any client doesn't pass version in initialize function, it will be set to highest.
|