@microsoft/teams.apps 0.2.7 → 0.2.8
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 +2 -2
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -13,14 +13,14 @@
|
|
|
13
13
|
<a href="https://www.npmjs.com/package/@microsoft/teams.apps" target="_blank">
|
|
14
14
|
<img src="https://img.shields.io/npm/dw/@microsoft/teams.apps" />
|
|
15
15
|
</a>
|
|
16
|
-
<a href="https://microsoft.github.io/teams.
|
|
16
|
+
<a href="https://microsoft.github.io/teams.ts" 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 package used to create apps/bots that can send/receive activities.
|
|
22
22
|
|
|
23
|
-
<a href="https://microsoft.github.io/teams.
|
|
23
|
+
<a href="https://microsoft.github.io/teams.ts/2.getting-started/1.create-application.html" target="_blank">
|
|
24
24
|
<img src="https://img.shields.io/badge/📖 Getting Started-blue?style=for-the-badge" />
|
|
25
25
|
</a>
|
|
26
26
|
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@microsoft/teams.apps",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.8",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.mjs",
|
|
7
7
|
"types": "./dist/index.d.ts",
|
|
8
|
-
"homepage": "https://github.com/microsoft/teams.
|
|
9
|
-
"bugs": "https://github.com/microsoft/teams.
|
|
8
|
+
"homepage": "https://github.com/microsoft/teams.ts",
|
|
9
|
+
"bugs": "https://github.com/microsoft/teams.ts/issues",
|
|
10
10
|
"files": [
|
|
11
11
|
"dist",
|
|
12
12
|
"README.md"
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
},
|
|
17
17
|
"repository": {
|
|
18
18
|
"type": "git",
|
|
19
|
-
"url": "https://github.com/microsoft/teams.
|
|
19
|
+
"url": "https://github.com/microsoft/teams.ts.git",
|
|
20
20
|
"directory": "packages/apps"
|
|
21
21
|
},
|
|
22
22
|
"keywords": [
|