@microsoft/teamsfx 0.3.3-alpha.7e7c7c23.0 → 0.3.3-alpha.a7e30f46.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 +8 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@microsoft/teamsfx",
|
|
3
|
-
"version": "0.3.3-alpha.
|
|
3
|
+
"version": "0.3.3-alpha.a7e30f46.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
|
|
56
|
-
"botbuilder-dialogs": ">=4.15.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": "
|
|
134
|
+
"gitHead": "b9cd6be7230943e7f281afefc3a665edb38299bc",
|
|
134
135
|
"publishConfig": {
|
|
135
136
|
"access": "public"
|
|
136
137
|
},
|