@microsoft/teamsfx 1.2.1-rc.1 → 2.0.0-alpha.86a326bbb.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.2.1-rc.1",
3
+ "version": "2.0.0-alpha.86a326bbb.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.1.0-rc.0",
52
+ "@microsoft/adaptivecards-tools": "1.1.1-alpha.86a326bbb.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",
@@ -61,7 +61,7 @@
61
61
  "uuid": "^8.3.2"
62
62
  },
63
63
  "peerDependencies": {
64
- "@microsoft/teams-js": "^1.9.0"
64
+ "@microsoft/teams-js": "^2.0.0"
65
65
  },
66
66
  "devDependencies": {
67
67
  "@azure/arm-sql": "^9.0.0",
@@ -70,7 +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/teams-js": "^1.9.0",
73
+ "@microsoft/teams-js": "^2.0.0",
74
74
  "@rollup/plugin-json": "^4.1.0",
75
75
  "@types/chai": "^4.2.22",
76
76
  "@types/chai-as-promised": "^7.1.4",
@@ -129,7 +129,7 @@
129
129
  "webpack": "^5.62.1",
130
130
  "yargs": "^17.2.1"
131
131
  },
132
- "gitHead": "4a129d1ba158b94149387811fe2d58e6a2ef1801",
132
+ "gitHead": "50f9cb87e1570b07b9bf7f5771e2ddc8a46bf53c",
133
133
  "publishConfig": {
134
134
  "access": "public"
135
135
  },
@@ -1003,6 +1003,8 @@ export declare interface GetTeamsUserTokenOptions extends GetTokenOptions {
1003
1003
  /**
1004
1004
  * Generate connection configuration consumed by tedious.
1005
1005
  *
1006
+ * @deprecated we recommend you compose your own Tedious configuration for better flexibility.
1007
+ *
1006
1008
  * @param {TeamsFx} teamsfx - Used to provide configuration and auth
1007
1009
  * @param { string? } databaseName - specify database name to override default one if there are multiple databases.
1008
1010
  *