@microsoft/teamsfx 0.3.3-alpha.07b81a44.0 → 0.3.3-alpha.20804f1b.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 +2 -2
  2. package/package.json +8 -7
package/README.md CHANGED
@@ -14,13 +14,13 @@ Use the library to:
14
14
 
15
15
  ## Getting started
16
16
 
17
- TeamsFx SDK is pre-configured in scaffolded project using TeamsFx toolkit or cli.
17
+ TeamsFx SDK is pre-configured in scaffolded project using Teams Toolkit extension for Visual Studio and vscode, or the `teamsfx` cli from the `teamsfx-cli` npm package.
18
18
  Please check the [README](https://github.com/OfficeDev/TeamsFx/blob/main/packages/vscode-extension/README.md) to see how to create a Teams App project.
19
19
 
20
20
  ### Prerequisites
21
21
 
22
22
  - Node.js version 10.x.x or higher
23
- - A project created by TeamsFx toolkit VS Code extension or Cli tool.
23
+ - A project created by the Teams Toolkit VS Code extension or `teamsfx` CLI tool.
24
24
  - If your project has installed `botbuilder` related [packages](https://github.com/Microsoft/botbuilder-js#packages) as dependencies, ensure they are of the same version and the version `>= 4.9.3`. ([Issue - all of the BOTBUILDER packages should be the same version](https://github.com/BotBuilderCommunity/botbuilder-community-js/issues/57#issuecomment-508538548))
25
25
 
26
26
  ### Install the `@microsoft/teamsfx` package
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@microsoft/teamsfx",
3
- "version": "0.3.3-alpha.07b81a44.0",
3
+ "version": "0.3.3-alpha.20804f1b.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",
@@ -51,15 +51,17 @@
51
51
  "dependencies": {
52
52
  "@azure/identity": "^2.0.1",
53
53
  "@azure/msal-node": "~1.1.0",
54
+ "@microsoft/microsoft-graph-client": "^3.0.1",
54
55
  "axios": "^0.24.0",
55
- "botbuilder": ">=4.15.0-rc0 <5.0.0",
56
- "botbuilder-dialogs": ">=4.15.0-rc0 <5.0.0",
56
+ "botbuilder": ">=4.15.0 <5.0.0",
57
+ "botbuilder-dialogs": ">=4.15.0 <5.0.0",
58
+ "botframework-schema": ">=4.15.0 <5.0.0",
57
59
  "jwt-decode": "^3.1.2",
60
+ "tedious": "^14.0.0",
58
61
  "tslib": "^2.3.1",
59
62
  "uuid": "^8.3.2"
60
63
  },
61
64
  "peerDependencies": {
62
- "@microsoft/microsoft-graph-client": "^3.0.0",
63
65
  "@microsoft/teams-js": "^1.9.0"
64
66
  },
65
67
  "devDependencies": {
@@ -70,7 +72,6 @@
70
72
  "@istanbuljs/nyc-config-typescript": "^1.0.1",
71
73
  "@microsoft/api-documenter": "^7.13.68",
72
74
  "@microsoft/api-extractor": "^7.18.19",
73
- "@microsoft/microsoft-graph-client": "^3.0.0",
74
75
  "@microsoft/teams-js": "^1.9.0",
75
76
  "@rollup/plugin-json": "^4.1.0",
76
77
  "@shared/eslint-config": "file:../eslint-config",
@@ -87,6 +88,7 @@
87
88
  "@typescript-eslint/eslint-plugin": "^5.0.0",
88
89
  "@typescript-eslint/parser": "^4.13.0",
89
90
  "adm-zip": "^0.5.9",
91
+ "botbuilder-core": ">=4.15.0 <5.0.0",
90
92
  "chai": "^4.3.4",
91
93
  "chai-as-promised": "^7.1.1",
92
94
  "concurrently": "^6.3.0",
@@ -122,7 +124,6 @@
122
124
  "semver": "^7.3.5",
123
125
  "sinon": "^12.0.1",
124
126
  "source-map-loader": "^3.0.0",
125
- "tedious": "^14.0.0",
126
127
  "ts-loader": "^9.2.6",
127
128
  "ts-node": "^10.4.0",
128
129
  "typescript": "^4.4.4",
@@ -130,7 +131,7 @@
130
131
  "webpack": "^5.62.1",
131
132
  "yargs": "^17.2.1"
132
133
  },
133
- "gitHead": "b597737c8912356cf5f70bfe8e76da72dd766193",
134
+ "gitHead": "7b11ef14c3c0c0aebf7295c2a932639aa5635d65",
134
135
  "publishConfig": {
135
136
  "access": "public"
136
137
  },