@microsoft/teams-js 2.0.0-beta.2-dev.6 → 2.0.0-beta.3-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
@@ -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.1/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.2/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.1/js/MicrosoftTeams.min.js"
55
- integrity="sha384-tQzNKNgoXVyO8/7UVmwwNjKy8Cai2COqlhP7/hL4Jz5flCpugVVTzNWo3SnGEpH4"
54
+ src="https://res.cdn.office.net/teams-js/2.0.0-beta.2/js/MicrosoftTeams.min.js"
55
+ integrity="sha384-Q2Z9S56exI6Oz/ThvYaV0SUn8j4HwS8BveGPmuwLXe4CvCUEGlL80qSzHMnvGqee"
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.1/dist/MicrosoftTeams.min.js"></script>
60
+ <script src="node_modules/@microsoft/teams-js@2.0.0-beta.2/dist/MicrosoftTeams.min.js"></script>
61
61
 
62
62
  <!-- Microsoft Teams JavaScript API (via local) -->
63
63
  <script src="MicrosoftTeams.min.js"></script>
@@ -73,7 +73,7 @@ Stay tuned for examples coming soon.
73
73
 
74
74
  ## Testing
75
75
 
76
- The [Teams Test App](/apps/teams-test-app/README.md) is used to validate the Teams client SDK APIs.
76
+ The [Teams Test App](https://aka.ms/teams-test-app) is used to validate the Teams client SDK APIs.
77
77
 
78
78
  ## Contributing
79
79