@microsoft/teams-js 2.0.0-beta.4-dev.26 → 2.0.0-beta.5-dev.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
@@ -24,7 +24,7 @@ To install the latest [2.0 preview version](https://docs.microsoft.com/en-us/jav
24
24
 
25
25
  ### Production
26
26
 
27
- You can access [these files on unpkg](https://res.cdn.office.net/teams-js/2.0.0-beta.3/js/MicrosoftTeams.min.js), download them, or point your package manager to them.
27
+ You can access [these files on unpkg](https://res.cdn.office.net/teams-js/2.0.0-beta.4/js/MicrosoftTeams.min.js), download them, or point your package manager to them.
28
28
 
29
29
  ## Usage
30
30
 
@@ -45,13 +45,13 @@ Reference the SDK inside of your `.html` page using:
45
45
  ```html
46
46
  <!-- Microsoft Teams JavaScript API (via CDN) -->
47
47
  <script
48
- src="https://res.cdn.office.net/teams-js/2.0.0-beta.3/js/MicrosoftTeams.min.js"
49
- integrity="sha384-aTF8nUEw1nj9moqLO1H72qOAk/wiHiaFr6LNWXji5Up/oTwXVTh39rQBOn/zMYPj"
48
+ src="https://res.cdn.office.net/teams-js/2.0.0-beta.4/js/MicrosoftTeams.min.js"
49
+ integrity="sha384-DtrvdVpUyDGMxEcLc32coG50KsItL9B3cKzaBxDzH4EQyzXX9DlhZmn0dF8UQwvw"
50
50
  crossorigin="anonymous"
51
51
  ></script>
52
52
 
53
53
  <!-- Microsoft Teams JavaScript API (via npm) -->
54
- <script src="node_modules/@microsoft/teams-js@2.0.0-beta.3/dist/MicrosoftTeams.min.js"></script>
54
+ <script src="node_modules/@microsoft/teams-js@2.0.0-beta.4/dist/MicrosoftTeams.min.js"></script>
55
55
 
56
56
  <!-- Microsoft Teams JavaScript API (via local) -->
57
57
  <script src="MicrosoftTeams.min.js"></script>
@@ -1121,7 +1121,7 @@ __webpack_require__.d(__webpack_exports__, {
1121
1121
  });
1122
1122
 
1123
1123
  ;// CONCATENATED MODULE: ./src/internal/constants.ts
1124
- var version = "2.0.0-beta.4-dev.26";
1124
+ var version = "2.0.0-beta.5-dev.0";
1125
1125
  /**
1126
1126
  * @hidden
1127
1127
  * The client version when all SDK APIs started to check platform compatibility for the APIs was 1.6.0.
@@ -2325,9 +2325,8 @@ var runtime = {
2325
2325
  appInstallDialog: undefined,
2326
2326
  calendar: undefined,
2327
2327
  call: undefined,
2328
- chat: {
2329
- conversations: undefined,
2330
- },
2328
+ chat: undefined,
2329
+ conversations: undefined,
2331
2330
  dialog: {
2332
2331
  bot: undefined,
2333
2332
  update: undefined,
@@ -2367,9 +2366,8 @@ var teamsRuntimeConfig = {
2367
2366
  appInstallDialog: {},
2368
2367
  appEntity: {},
2369
2368
  call: {},
2370
- chat: {
2371
- conversations: {},
2372
- },
2369
+ chat: {},
2370
+ conversations: {},
2373
2371
  dialog: {
2374
2372
  bot: {},
2375
2373
  update: {},
@@ -4230,7 +4228,7 @@ var conversations;
4230
4228
  }
4231
4229
  conversations.getChatMembers = getChatMembers;
4232
4230
  function isSupported() {
4233
- return runtime.supports.chat.conversations ? true : false;
4231
+ return runtime.supports.conversations ? true : false;
4234
4232
  }
4235
4233
  conversations.isSupported = isSupported;
4236
4234
  })(conversations || (conversations = {}));