@microsoft/teams-js 2.4.1 → 2.4.2-beta.0

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 CHANGED
@@ -46,7 +46,7 @@ Reference the SDK inside of your `.html` page using:
46
46
  <!-- Microsoft Teams JavaScript API (via CDN) -->
47
47
  <script
48
48
  src="https://res.cdn.office.net/teams-js/2.4.1/js/MicrosoftTeams.min.js"
49
- integrity="sha384-l5BX+R3H+6sfSa7KKsqzBsWKsJ9JE9O0a1DqQKtM/RbE1Gb6N6bGYlNJt4EIZZ6X"
49
+ integrity="sha384-f54aC8b3HUFudeEk+QUkv5RpZUpPr2g7TdP4+jnDAMoJSmt+PbMdUV+zGTYCQY1c"
50
50
  crossorigin="anonymous"
51
51
  ></script>
52
52
 
@@ -6366,7 +6366,7 @@ export namespace stageView {
6366
6366
  function isSupported(): boolean;
6367
6367
  }
6368
6368
 
6369
- export const version: string;
6369
+ export const version = "ERROR: This value should be replaced by webpack!";
6370
6370
 
6371
6371
  /**
6372
6372
  * Contains functionality to allow web apps to store data in webview cache
@@ -1130,7 +1130,7 @@ __webpack_require__.d(__webpack_exports__, {
1130
1130
  });
1131
1131
 
1132
1132
  ;// CONCATENATED MODULE: ./src/public/version.ts
1133
- var version = "2.4.1";
1133
+ var version = "2.4.2-beta.0";
1134
1134
 
1135
1135
  ;// CONCATENATED MODULE: ./src/internal/globalVars.ts
1136
1136
  var GlobalVars = /** @class */ (function () {