@microsoft/teams-js 1.11.0-dev.3 → 1.12.0-dev.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
@@ -27,7 +27,7 @@ To install the stable version:
27
27
 
28
28
  #### Production
29
29
 
30
- You can access [these files on unpkg](https://statics.teams.cdn.office.net/sdk/v1.10.0/js/MicrosoftTeams.min.js), download them, or point your package manager to them.
30
+ You can access [these files on unpkg](https://statics.teams.cdn.office.net/sdk/v1.11.0/js/MicrosoftTeams.min.js), download them, or point your package manager to them.
31
31
 
32
32
  ## Usage
33
33
 
@@ -47,10 +47,10 @@ Reference the SDK inside of your `.html` page using:
47
47
 
48
48
  ```html
49
49
  <!-- Microsoft Teams JavaScript API (via CDN) -->
50
- <script src="https://statics.teams.cdn.office.net/sdk/v1.10.0/js/MicrosoftTeams.min.js" integrity="sha384-6oUzHUqESdbT3hNPDDZUa/OunUj5SoxuMXNek1Dwe6AmChzqc6EJhjVrJ93DY/Bv" crossorigin="anonymous"></script>
50
+ <script src="https://statics.teams.cdn.office.net/sdk/v1.11.0/js/MicrosoftTeams.min.js" integrity="sha384-SCVF3m7OvDKnfAilUzYn2yozEvBeP8n/Oq0yTH8VUI70J4AzrqR70jzjdQ6DI8s2" crossorigin="anonymous"></script>
51
51
 
52
52
  <!-- Microsoft Teams JavaScript API (via npm) -->
53
- <script src="node_modules/@microsoft/teams-js@1.10.0/dist/MicrosoftTeams.min.js"></script>
53
+ <script src="node_modules/@microsoft/teams-js@1.11.0/dist/MicrosoftTeams.min.js"></script>
54
54
 
55
55
  <!-- Microsoft Teams JavaScript API (via local) -->
56
56
  <script src="MicrosoftTeams.min.js"></script>