@microsoft/teamsfx 1.0.3-alpha.c580d88b2.0 → 1.0.3-alpha.d3b2c316c.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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@microsoft/teamsfx",
3
- "version": "1.0.3-alpha.c580d88b2.0",
3
+ "version": "1.0.3-alpha.d3b2c316c.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.1.0",
52
- "@microsoft/adaptivecards-tools": "1.0.2-alpha.c580d88b2.0",
52
+ "@microsoft/adaptivecards-tools": "1.0.2-alpha.d3b2c316c.0",
53
53
  "@microsoft/microsoft-graph-client": "^3.0.1",
54
54
  "axios": "^0.27.2",
55
55
  "botbuilder": ">=4.15.0 <5.0.0",
@@ -128,7 +128,7 @@
128
128
  "webpack": "^5.62.1",
129
129
  "yargs": "^17.2.1"
130
130
  },
131
- "gitHead": "288560199af7133b016ea7862e9de3a8c1882f11",
131
+ "gitHead": "daf6f8f12dd96e0eb84dc1c0edeb8437ae79814a",
132
132
  "publishConfig": {
133
133
  "access": "public"
134
134
  },
@@ -1699,6 +1699,12 @@ export declare interface UserInfo {
1699
1699
  * @readonly
1700
1700
  */
1701
1701
  objectId: string;
1702
+ /**
1703
+ * User tenant ID.
1704
+ *
1705
+ * @readonly
1706
+ */
1707
+ tenantId: string;
1702
1708
  /**
1703
1709
  * Usually be the email address.
1704
1710
  *