@microsoft/teams-js 2.0.0-beta.0 → 2.0.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/README.md CHANGED
@@ -30,7 +30,7 @@ To install the latest 2.0 preview version:
30
30
 
31
31
  ### Production
32
32
 
33
- You can access [these files on unpkg](https://res.cdn.office.net/teams-js/2.0.0-beta.0/js/MicrosoftTeams.min.js), download them, or point your package manager to them.
33
+ You can access [these files on unpkg](https://res.cdn.office.net/teams-js/2.0.0-beta.1/js/MicrosoftTeams.min.js), download them, or point your package manager to them.
34
34
 
35
35
  ## Usage
36
36
 
@@ -51,13 +51,13 @@ Reference the SDK inside of your `.html` page using:
51
51
  ```html
52
52
  <!-- Microsoft Teams JavaScript API (via CDN) -->
53
53
  <script
54
- src="https://res.cdn.office.net/teams-js/2.0.0-beta.0/js/MicrosoftTeams.min.js"
55
- integrity="sha384-6oUzHUqESdbT3hNPDDZUa/OunUj5SoxuMXNek1Dwe6AmChzqc6EJhjVrJ93DY/Bv"
54
+ src="https://res.cdn.office.net/teams-js/2.0.0-beta.1/js/MicrosoftTeams.min.js"
55
+ integrity="sha384-tQzNKNgoXVyO8/7UVmwwNjKy8Cai2COqlhP7/hL4Jz5flCpugVVTzNWo3SnGEpH4"
56
56
  crossorigin="anonymous"
57
57
  ></script>
58
58
 
59
59
  <!-- Microsoft Teams JavaScript API (via npm) -->
60
- <script src="node_modules/@microsoft/teams-js@2.0.0-beta.0/dist/MicrosoftTeams.min.js"></script>
60
+ <script src="node_modules/@microsoft/teams-js@2.0.0-beta.1/dist/MicrosoftTeams.min.js"></script>
61
61
 
62
62
  <!-- Microsoft Teams JavaScript API (via local) -->
63
63
  <script src="MicrosoftTeams.min.js"></script>
@@ -394,7 +394,7 @@ __webpack_require__.d(__webpack_exports__, {
394
394
  });
395
395
 
396
396
  ;// CONCATENATED MODULE: ./src/internal/constants.ts
397
- var version = '2.0.0-beta.0';
397
+ var version = '2.0.0-beta.1';
398
398
  /**
399
399
  * @hidden
400
400
  * The SDK version when all SDK APIs started to check platform compatibility for the APIs was 1.6.0.