@microsoft/teams.client 2.0.2 → 2.0.3

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.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -13,14 +13,14 @@
13
13
  <a href="https://www.npmjs.com/package/@microsoft/teams.client" target="_blank">
14
14
  <img src="https://img.shields.io/npm/dw/@microsoft/teams.client" />
15
15
  </a>
16
- <a href="https://microsoft.github.io/teams-ai" target="_blank">
16
+ <a href="https://microsoft.github.io/teams-sdk" target="_blank">
17
17
  <img src="https://img.shields.io/badge/📖 docs-open-blue" />
18
18
  </a>
19
19
  </p>
20
20
 
21
21
  A client used to create app/bot surfaces such as tabs.
22
22
 
23
- <a href="https://microsoft.github.io/teams-ai" target="_blank">
23
+ <a href="https://microsoft.github.io/teams-sdk" target="_blank">
24
24
  <img src="https://img.shields.io/badge/📖 Getting Started-blue?style=for-the-badge" />
25
25
  </a>
26
26
 
@@ -34,4 +34,4 @@ $: npm install @microsoft/teams.client
34
34
 
35
35
  ## Links
36
36
 
37
- - https://learn.microsoft.com/en-us/microsoftteams/platform/tabs/what-are-tabs?tabs=personal
37
+ - https://learn.microsoft.com/en-us/microsoftteams/platform/tabs/what-are-tabs?tabs=personal
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@microsoft/teams.client",
3
- "version": "2.0.2",
3
+ "version": "2.0.3",
4
4
  "license": "MIT",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
@@ -41,13 +41,13 @@
41
41
  "uuid": "^11.0.5"
42
42
  },
43
43
  "peerDependencies": {
44
- "@microsoft/teams.api": "2.0.2",
45
- "@microsoft/teams.common": "2.0.2",
46
- "@microsoft/teams.graph": "2.0.2",
44
+ "@microsoft/teams.api": "2.0.3",
45
+ "@microsoft/teams.common": "2.0.3",
46
+ "@microsoft/teams.graph": "2.0.3",
47
47
  "@microsoft/teams-js": "^2.35.0"
48
48
  },
49
49
  "devDependencies": {
50
- "@microsoft/teams.config": "2.0.2",
50
+ "@microsoft/teams.config": "2.0.3",
51
51
  "@types/jest": "^29.5.12",
52
52
  "jest": "^29.7.0",
53
53
  "rimraf": "^6.0.1",