@microsoft/teamsfx 2.2.2-alpha.eebec21dd.0 → 2.2.2-alpha.f35a1d927.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 -13
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@microsoft/teamsfx",
|
3
|
-
"version": "2.2.2-alpha.
|
3
|
+
"version": "2.2.2-alpha.f35a1d927.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,8 +49,8 @@
|
|
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.2-alpha.
|
53
|
-
"@microsoft/microsoft-graph-client": "^3.0.
|
52
|
+
"@microsoft/adaptivecards-tools": "1.3.2-alpha.f35a1d927.0",
|
53
|
+
"@microsoft/microsoft-graph-client": "^3.0.5",
|
54
54
|
"axios": "^0.27.2",
|
55
55
|
"botbuilder": ">=4.18.0 <5.0.0",
|
56
56
|
"botbuilder-dialogs": ">=4.18.0 <5.0.0",
|
@@ -61,21 +61,17 @@
|
|
61
61
|
"uuid": "^8.3.2"
|
62
62
|
},
|
63
63
|
"peerDependencies": {
|
64
|
-
"@microsoft/teams-js": "^2.
|
64
|
+
"@microsoft/teams-js": "^2.13.0"
|
65
65
|
},
|
66
66
|
"devDependencies": {
|
67
|
-
"@azure/arm-sql": "^9.0.0",
|
68
|
-
"@commitlint/cli": "^14.1.0",
|
69
|
-
"@commitlint/config-conventional": "^12.0.1",
|
70
67
|
"@istanbuljs/nyc-config-typescript": "^1.0.1",
|
71
68
|
"@microsoft/api-documenter": "^7.14.1",
|
72
69
|
"@microsoft/api-extractor": "^7.19.4",
|
73
|
-
"@microsoft/eslint-plugin-teamsfx": "0.0.4-alpha.
|
74
|
-
"@microsoft/teams-js": "^2.
|
70
|
+
"@microsoft/eslint-plugin-teamsfx": "0.0.4-alpha.f35a1d927.0",
|
71
|
+
"@microsoft/teams-js": "^2.13.0",
|
75
72
|
"@rollup/plugin-json": "^4.1.0",
|
76
73
|
"@types/chai": "^4.2.22",
|
77
74
|
"@types/chai-as-promised": "^7.1.4",
|
78
|
-
"@types/fs-extra": "^9.0.11",
|
79
75
|
"@types/mocha": "^9.0.0",
|
80
76
|
"@types/mochawesome": "^6.2.1",
|
81
77
|
"@types/node": "^16.11.7",
|
@@ -90,13 +86,12 @@
|
|
90
86
|
"botbuilder-core": ">=4.18.0 <5.0.0",
|
91
87
|
"chai": "^4.3.4",
|
92
88
|
"chai-as-promised": "^7.1.1",
|
93
|
-
"concurrently": "^6.3.0",
|
94
89
|
"dotenv": "^10.0.0",
|
95
90
|
"eslint": "^8.1.0",
|
91
|
+
"eslint-plugin-header": "^3.1.1",
|
96
92
|
"eslint-plugin-import": "^2.25.2",
|
97
93
|
"eslint-plugin-no-secrets": "^0.8.9",
|
98
94
|
"eslint-plugin-prettier": "^4.0.0",
|
99
|
-
"fs-extra": "^9.1.0",
|
100
95
|
"got": "^11.8.2",
|
101
96
|
"isomorphic-fetch": "^3.0.0",
|
102
97
|
"jwt-builder": "^1.1.0",
|
@@ -130,7 +125,7 @@
|
|
130
125
|
"webpack": "^5.62.1",
|
131
126
|
"yargs": "^17.2.1"
|
132
127
|
},
|
133
|
-
"gitHead": "
|
128
|
+
"gitHead": "b1d2b0f6f8dcccbf4aa10ada65f29332387db76c",
|
134
129
|
"publishConfig": {
|
135
130
|
"access": "public"
|
136
131
|
},
|