@microsoft/teamsfx 3.0.0-alpha.c1ca4fa41.0 → 3.0.0-alpha.dc2ed64c9.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.
Files changed (1) hide show
  1. package/package.json +3 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@microsoft/teamsfx",
3
- "version": "3.0.0-alpha.c1ca4fa41.0",
3
+ "version": "3.0.0-alpha.dc2ed64c9.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,6 +48,7 @@
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",
51
52
  "adaptive-expressions": "^4.23.1",
52
53
  "adaptivecards-templating": "^2.3.1",
53
54
  "axios": "^1.7.5",
@@ -139,7 +140,7 @@
139
140
  "webpack": "^5.62.1",
140
141
  "yargs": "^17.2.1"
141
142
  },
142
- "gitHead": "0c2ccebcf29e1d5ef14de1862ca6c7ea04c4f0fe",
143
+ "gitHead": "22e32fe4131772aab0733a3765d0fac7c205e3eb",
143
144
  "publishConfig": {
144
145
  "access": "public"
145
146
  },