@microsoft/teamsfx 3.0.0-alpha.5e509eccd.0 → 3.0.0-alpha.60a09c9bb.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 +2 -3
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@microsoft/teamsfx",
|
3
|
-
"version": "3.0.0-alpha.
|
3
|
+
"version": "3.0.0-alpha.60a09c9bb.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",
|
@@ -48,7 +48,6 @@
|
|
48
48
|
"@azure/identity": "^4.4.1",
|
49
49
|
"@azure/msal-browser": "^3.24.0",
|
50
50
|
"@azure/msal-node": "^2.14.0",
|
51
|
-
"@microsoft/microsoft-graph-client": "^3.0.7",
|
52
51
|
"adaptive-expressions": "^4.23.1",
|
53
52
|
"adaptivecards-templating": "^2.3.1",
|
54
53
|
"axios": "^1.7.5",
|
@@ -141,7 +140,7 @@
|
|
141
140
|
"webpack": "^5.62.1",
|
142
141
|
"yargs": "^17.2.1"
|
143
142
|
},
|
144
|
-
"gitHead": "
|
143
|
+
"gitHead": "5fea0d6214d994beb17b6a763d9836dc972d059f",
|
145
144
|
"publishConfig": {
|
146
145
|
"access": "public"
|
147
146
|
},
|