@microsoft/teamsfx 2.2.2-rc.0 → 2.2.3-alpha.0c7c513de.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 +5 -4
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@microsoft/teamsfx",
|
3
|
-
"version": "2.2.
|
3
|
+
"version": "2.2.3-alpha.0c7c513de.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": "
|
52
|
+
"@microsoft/adaptivecards-tools": "1.3.3-alpha.0c7c513de.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": "
|
70
|
+
"@microsoft/eslint-plugin-teamsfx": "0.0.5-alpha.0c7c513de.0",
|
71
71
|
"@microsoft/teams-js": "^2.13.0",
|
72
72
|
"@rollup/plugin-json": "^4.1.0",
|
73
73
|
"@types/chai": "^4.2.22",
|
@@ -88,6 +88,7 @@
|
|
88
88
|
"chai-as-promised": "^7.1.1",
|
89
89
|
"dotenv": "^10.0.0",
|
90
90
|
"eslint": "^8.1.0",
|
91
|
+
"eslint-plugin-header": "^3.1.1",
|
91
92
|
"eslint-plugin-import": "^2.25.2",
|
92
93
|
"eslint-plugin-no-secrets": "^0.8.9",
|
93
94
|
"eslint-plugin-prettier": "^4.0.0",
|
@@ -124,7 +125,7 @@
|
|
124
125
|
"webpack": "^5.62.1",
|
125
126
|
"yargs": "^17.2.1"
|
126
127
|
},
|
127
|
-
"gitHead": "
|
128
|
+
"gitHead": "1aadb51628fee9bc5a2c281849351eb50890d117",
|
128
129
|
"publishConfig": {
|
129
130
|
"access": "public"
|
130
131
|
},
|