@microsoft/teamsfx 1.2.0 → 1.2.1-alpha.39751981b.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 +4 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@microsoft/teamsfx",
|
|
3
|
-
"version": "1.2.0",
|
|
3
|
+
"version": "1.2.1-alpha.39751981b.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": "
|
|
52
|
+
"@microsoft/adaptivecards-tools": "1.0.4-alpha.39751981b.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",
|
|
@@ -64,8 +64,7 @@
|
|
|
64
64
|
"@microsoft/teams-js": "^1.9.0"
|
|
65
65
|
},
|
|
66
66
|
"devDependencies": {
|
|
67
|
-
"@azure/arm-sql": "^
|
|
68
|
-
"@azure/ms-rest-nodeauth": "^3.1.1",
|
|
67
|
+
"@azure/arm-sql": "^9.0.0",
|
|
69
68
|
"@commitlint/cli": "^14.1.0",
|
|
70
69
|
"@commitlint/config-conventional": "^12.0.1",
|
|
71
70
|
"@istanbuljs/nyc-config-typescript": "^1.0.1",
|
|
@@ -130,7 +129,7 @@
|
|
|
130
129
|
"webpack": "^5.62.1",
|
|
131
130
|
"yargs": "^17.2.1"
|
|
132
131
|
},
|
|
133
|
-
"gitHead": "
|
|
132
|
+
"gitHead": "ec8c9d0bdf76934ff9ede25c537e6b77f70ed640",
|
|
134
133
|
"publishConfig": {
|
|
135
134
|
"access": "public"
|
|
136
135
|
},
|