@microsoft/teamsfx 2.2.3-alpha.0c7c513de.0 → 2.2.3-alpha.1555072b2.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/README.md +5 -6
- package/dist/index.esm2017.js +1 -1
- package/dist/index.esm2017.js.map +1 -1
- package/dist/index.esm2017.mjs +1 -1
- package/dist/index.esm2017.mjs.map +1 -1
- package/dist/index.esm5.js +1 -1
- package/dist/index.esm5.js.map +1 -1
- package/dist/index.node.cjs.js +1 -1
- package/dist/index.node.cjs.js.map +1 -1
- package/package.json +4 -4
- package/types/teamsfx.d.ts +1 -1
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@microsoft/teamsfx",
|
3
|
-
"version": "2.2.3-alpha.
|
3
|
+
"version": "2.2.3-alpha.1555072b2.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",
|
@@ -49,7 +49,7 @@
|
|
49
49
|
"@azure/identity": "^2.0.1",
|
50
50
|
"@azure/msal-browser": "^2.21.0",
|
51
51
|
"@azure/msal-node": "^1.14.6",
|
52
|
-
"@microsoft/adaptivecards-tools": "1.3.3-alpha.
|
52
|
+
"@microsoft/adaptivecards-tools": "1.3.3-alpha.1555072b2.0",
|
53
53
|
"@microsoft/microsoft-graph-client": "^3.0.5",
|
54
54
|
"axios": "^0.27.2",
|
55
55
|
"botbuilder": ">=4.18.0 <5.0.0",
|
@@ -67,7 +67,7 @@
|
|
67
67
|
"@istanbuljs/nyc-config-typescript": "^1.0.1",
|
68
68
|
"@microsoft/api-documenter": "^7.14.1",
|
69
69
|
"@microsoft/api-extractor": "^7.19.4",
|
70
|
-
"@microsoft/eslint-plugin-teamsfx": "0.0.5-alpha.
|
70
|
+
"@microsoft/eslint-plugin-teamsfx": "0.0.5-alpha.1555072b2.0",
|
71
71
|
"@microsoft/teams-js": "^2.13.0",
|
72
72
|
"@rollup/plugin-json": "^4.1.0",
|
73
73
|
"@types/chai": "^4.2.22",
|
@@ -125,7 +125,7 @@
|
|
125
125
|
"webpack": "^5.62.1",
|
126
126
|
"yargs": "^17.2.1"
|
127
127
|
},
|
128
|
-
"gitHead": "
|
128
|
+
"gitHead": "b15fb902e34870ba25791b6879152f0336057a3a",
|
129
129
|
"publishConfig": {
|
130
130
|
"access": "public"
|
131
131
|
},
|
package/types/teamsfx.d.ts
CHANGED
@@ -1221,7 +1221,7 @@ export declare class BotSsoExecutionDialog extends ComponentDialog {
|
|
1221
1221
|
* };
|
1222
1222
|
* const prompt = new TeamsBotSsoPrompt(dialogId, {
|
1223
1223
|
* config: config
|
1224
|
-
* scopes:
|
1224
|
+
* scopes: ["User.Read"],
|
1225
1225
|
* });
|
1226
1226
|
* this.addDialog(prompt);
|
1227
1227
|
*
|