@microsoft/teams.cards 2.0.1 → 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 +4 -4
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -13,14 +13,14 @@
13
13
  <a href="https://www.npmjs.com/package/@microsoft/teams.cards" target="_blank">
14
14
  <img src="https://img.shields.io/npm/dw/@microsoft/teams.cards" />
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
  An Adaptive Cards implementation with support for Teams-specific Adaptive Card elements.
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
 
@@ -32,8 +32,8 @@ $: npm install @microsoft/teams.cards
32
32
 
33
33
  ## Links
34
34
 
35
- - [Adaptive Cards documentation](https://adaptivecards.microsoft.com/)
36
- - [Adaptive Cards Designer](https://adaptivecards.microsoft.com/designer)
35
+ - [Adaptive Cards documentation](https://adaptivecards.microsoft.com/)
36
+ - [Adaptive Cards Designer](https://adaptivecards.microsoft.com/designer)
37
37
 
38
38
  ## Dependencies
39
39
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@microsoft/teams.cards",
3
- "version": "2.0.1",
3
+ "version": "2.0.3",
4
4
  "license": "MIT",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
@@ -35,7 +35,7 @@
35
35
  "test": "npx jest"
36
36
  },
37
37
  "devDependencies": {
38
- "@microsoft/teams.config": "2.0.1",
38
+ "@microsoft/teams.config": "2.0.3",
39
39
  "@types/jest": "^29.5.12",
40
40
  "jest": "^29.7.0",
41
41
  "rimraf": "^6.0.1",