@microsoft/teams.common 0.2.9 → 0.2.11

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 +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -13,7 +13,7 @@
13
13
  <a href="https://www.npmjs.com/package/@microsoft/teams.common" target="_blank">
14
14
  <img src="https://img.shields.io/npm/dw/@microsoft/teams.common" />
15
15
  </a>
16
- <a href="https://microsoft.github.io/teams.ts" target="_blank">
16
+ <a href="https://microsoft.github.io/teams-ai" target="_blank">
17
17
  <img src="https://img.shields.io/badge/📖 docs-open-blue" />
18
18
  </a>
19
19
  </p>
@@ -21,7 +21,7 @@
21
21
  Common modules used to provide utility functionality to the other packages while
22
22
  minimizing external dependencies.
23
23
 
24
- <a href="https://microsoft.github.io/teams.ts/2.getting-started/1.create-application.html" target="_blank">
24
+ <a href="https://microsoft.github.io/teams-ai" target="_blank">
25
25
  <img src="https://img.shields.io/badge/📖 Getting Started-blue?style=for-the-badge" />
26
26
  </a>
27
27
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@microsoft/teams.common",
3
- "version": "0.2.9",
3
+ "version": "0.2.11",
4
4
  "license": "MIT",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",