@microsoft/teamsfx 2.3.2-rc-hotfix.1 → 2.3.3-alpha.20d61baa8.0
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/package.json +4 -6
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@microsoft/teamsfx",
|
3
|
-
"version": "2.3.
|
3
|
+
"version": "2.3.3-alpha.20d61baa8.0",
|
4
4
|
"description": "Microsoft Teams Framework for Node.js and browser.",
|
5
5
|
"main": "dist/index.node.cjs.js",
|
6
6
|
"browser": "dist/index.esm2017.js",
|
@@ -9,8 +9,7 @@
|
|
9
9
|
"types": "types/teamsfx.d.ts",
|
10
10
|
"scripts": {
|
11
11
|
"prebuild": "npm run clean",
|
12
|
-
"build": "rollup -c && api-extractor run --local
|
13
|
-
"api-markdown": "api-documenter generate -i temp -o ../../docs/sdk",
|
12
|
+
"build": "rollup -c && api-extractor run --local",
|
14
13
|
"clean": "rimraf dist dist-* temp types *.tgz *.log",
|
15
14
|
"check-format": "prettier --list-different \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"config/*.js\"",
|
16
15
|
"format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\" \"config/*.js\"",
|
@@ -49,7 +48,7 @@
|
|
49
48
|
"@azure/identity": "^2.0.1",
|
50
49
|
"@azure/msal-browser": "^3.0.2",
|
51
50
|
"@azure/msal-node": "^1.14.6",
|
52
|
-
"@microsoft/adaptivecards-tools": "1.3.
|
51
|
+
"@microsoft/adaptivecards-tools": "1.3.5-alpha.20d61baa8.0",
|
53
52
|
"@microsoft/microsoft-graph-client": "^3.0.7",
|
54
53
|
"axios": "^1.6.8",
|
55
54
|
"botbuilder": "^4.22.1",
|
@@ -67,7 +66,6 @@
|
|
67
66
|
"@azure/core-auth": "^1.4.0",
|
68
67
|
"@azure/msal-common": "^14.0.2",
|
69
68
|
"@istanbuljs/nyc-config-typescript": "^1.0.1",
|
70
|
-
"@microsoft/api-documenter": "^7.14.1",
|
71
69
|
"@microsoft/api-extractor": "^7.19.4",
|
72
70
|
"@rollup/plugin-json": "^4.1.0",
|
73
71
|
"@sinonjs/commons": "^3.0.0",
|
@@ -141,7 +139,7 @@
|
|
141
139
|
"webpack": "^5.62.1",
|
142
140
|
"yargs": "^17.2.1"
|
143
141
|
},
|
144
|
-
"gitHead": "
|
142
|
+
"gitHead": "7db1d4f1dfb1adaab6366bd510fda37d5701846b",
|
145
143
|
"publishConfig": {
|
146
144
|
"access": "public"
|
147
145
|
},
|