@microsoft/teamsfx 1.0.2-alpha.0c8479eb2.0 → 1.0.2-alpha.a014057c5.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 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@microsoft/teamsfx",
|
|
3
|
-
"version": "1.0.2-alpha.
|
|
3
|
+
"version": "1.0.2-alpha.a014057c5.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",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"test": "npm run test:unit && npm run test:e2e",
|
|
20
20
|
"test:unit:browser": "karma start --single-run --unit",
|
|
21
21
|
"test:unit:node": "nyc --no-clean -- mocha 'test/unit/{,!(browser)/**/}*.spec.ts' --file src/index.ts -r config/mocha.env.ts --config config/mocharc.node.js",
|
|
22
|
-
"test:unit": "npm run test:unit:node && npm run test:unit:browser",
|
|
22
|
+
"test:unit": "npm run test:unit:node && npm run test:unit:browser ",
|
|
23
23
|
"test:e2e:browser": "karma start --single-run --integration",
|
|
24
24
|
"test:e2e:node": "mocha 'test/e2e/node/*.spec.ts' --file src/index.ts -r config/mocha.env.ts --config config/mocharc.node.js --reporter xunit --reporter-option output=test-results.node.xml ",
|
|
25
25
|
"test:e2e": "npm run test:e2e:node && npm run test:e2e:browser",
|
|
@@ -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.0.1-alpha.
|
|
52
|
+
"@microsoft/adaptivecards-tools": "1.0.1-alpha.a014057c5.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",
|
|
@@ -128,7 +128,7 @@
|
|
|
128
128
|
"webpack": "^5.62.1",
|
|
129
129
|
"yargs": "^17.2.1"
|
|
130
130
|
},
|
|
131
|
-
"gitHead": "
|
|
131
|
+
"gitHead": "e68c4f42fc1889293c8d5a8e48f5141584c3b8e9",
|
|
132
132
|
"publishConfig": {
|
|
133
133
|
"access": "public"
|
|
134
134
|
},
|