@microsoft/teams-js 2.0.0-beta.3-dev.12 → 2.0.0-beta.3-dev.13

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
@@ -1,6 +1,6 @@
1
1
  # Microsoft Teams JavaScript client SDK
2
2
 
3
- Welcome to the Teams client SDK monorepo! For breaking changes, please refer to our changelog in the monorepo root.
3
+ Welcome to the Teams client SDK monorepo! For breaking changes, please refer to our changelog in the monorepo root of the `2.0-preview` branch.
4
4
 
5
5
  This JavaScript library is part of the [Microsoft Teams developer platform](https://developer.microsoft.com/microsoft-teams/). See full [SDK reference documentation](https://docs.microsoft.com/en-us/javascript/api/overview/msteams-client).
6
6
 
@@ -11,8 +11,8 @@ This JavaScript library is part of the [Microsoft Teams developer platform](http
11
11
 
12
12
  1. Clone the repo
13
13
  2. Navigate to the repo root and run `yarn install`
14
- 3. `yarn build` from repo root
15
- 4. to run Unit test `yarn test`
14
+ 3. Run `yarn build` from repo root
15
+ 4. To run Unit tests, run `yarn test`
16
16
 
17
17
  TIP: whenever building or testing the Teams client SDK, you can run `yarn build` or `yarn test` from the packages/teams-js directory.
18
18
 
@@ -395,7 +395,7 @@ __webpack_require__.d(__webpack_exports__, {
395
395
  });
396
396
 
397
397
  ;// CONCATENATED MODULE: ./src/internal/constants.ts
398
- var version = '2.0.0-beta.3-dev.12';
398
+ var version = '2.0.0-beta.3-dev.13';
399
399
  /**
400
400
  * @hidden
401
401
  * The SDK version when all SDK APIs started to check platform compatibility for the APIs was 1.6.0.