@microsoft/teamsfx 2.2.0 → 2.2.1-alpha.31a30ce64.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 (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +4 -3
package/README.md CHANGED
@@ -68,7 +68,7 @@ or use `createMicrosoftGraphClient` as below (Deprecated):
68
68
  // const teamsfx = new TeamsFx(IdentityType.User, {
69
69
  // initiateLoginEndpoint: process.env.REACT_APP_START_LOGIN_PAGE_URL,
70
70
  // clientId: process.env.REACT_APP_CLIENT_ID,
71
- // }
71
+ // });
72
72
  const teamsfx = new TeamsFx();
73
73
  const graphClient = createMicrosoftGraphClient(teamsfx, ["User.Read"]); // Initializes MS Graph SDK using our MsGraphAuthProvider
74
74
  const profile = await graphClient.api("/me").get(); // Get the profile of current user
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@microsoft/teamsfx",
3
- "version": "2.2.0",
3
+ "version": "2.2.1-alpha.31a30ce64.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.0",
52
+ "@microsoft/adaptivecards-tools": "1.3.1-alpha.31a30ce64.0",
53
53
  "@microsoft/microsoft-graph-client": "^3.0.1",
54
54
  "axios": "^0.27.2",
55
55
  "botbuilder": ">=4.18.0 <5.0.0",
@@ -70,6 +70,7 @@
70
70
  "@istanbuljs/nyc-config-typescript": "^1.0.1",
71
71
  "@microsoft/api-documenter": "^7.14.1",
72
72
  "@microsoft/api-extractor": "^7.19.4",
73
+ "@microsoft/eslint-plugin-teamsfx": "0.0.2-alpha.31a30ce64.0",
73
74
  "@microsoft/teams-js": "^2.7.1",
74
75
  "@rollup/plugin-json": "^4.1.0",
75
76
  "@types/chai": "^4.2.22",
@@ -129,7 +130,7 @@
129
130
  "webpack": "^5.62.1",
130
131
  "yargs": "^17.2.1"
131
132
  },
132
- "gitHead": "7ed6c8408af2d1921411243342a595514c987657",
133
+ "gitHead": "d96afd8a77ba341f67ed8199ccf216e2b2f78c6d",
133
134
  "publishConfig": {
134
135
  "access": "public"
135
136
  },