@microsoft/teamsfx 0.6.2 → 0.6.3-alpha.8d048e1f1.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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@microsoft/teamsfx",
3
- "version": "0.6.2",
3
+ "version": "0.6.3-alpha.8d048e1f1.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",
@@ -21,7 +21,7 @@
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
22
  "test:unit": "npm run test:unit:node && npm run test:unit:browser",
23
23
  "test:e2e:browser": "karma start --single-run --integration",
24
- "test:e2e:node": "nyc --lines 60 --reporter lcovonly -- mocha 'test/e2e/node/*.spec.ts' --file src/index.ts -r config/mocha.env.ts --config config/mocharc.node.js",
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",
26
26
  "ui-test": "mocha --no-timeouts -r test/mocha.env.ts -r ts-node/register test/ui/**/*.spec.ts --exit",
27
27
  "check-sensitive": "npx eslint --plugin 'no-secrets' --cache --ignore-pattern 'package.json' --ignore-pattern 'package-lock.json'",
@@ -49,6 +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": "0.1.6-alpha.8d048e1f1.0",
52
53
  "@microsoft/microsoft-graph-client": "^3.0.1",
53
54
  "axios": "^0.24.0",
54
55
  "botbuilder": ">=4.15.0 <5.0.0",
@@ -84,6 +85,7 @@
84
85
  "@typescript-eslint/eslint-plugin": "^5.0.0",
85
86
  "@typescript-eslint/parser": "^4.13.0",
86
87
  "adm-zip": "^0.5.9",
88
+ "axios-mock-adapter": "^1.20.0",
87
89
  "botbuilder-core": ">=4.15.0 <5.0.0",
88
90
  "chai": "^4.3.4",
89
91
  "chai-as-promised": "^7.1.1",
@@ -126,7 +128,7 @@
126
128
  "webpack": "^5.62.1",
127
129
  "yargs": "^17.2.1"
128
130
  },
129
- "gitHead": "98782ce0bca09d3a36bed239017ff81ed6994c0e",
131
+ "gitHead": "d55f232456a8deb251fe611625ca23ead1d7421a",
130
132
  "publishConfig": {
131
133
  "access": "public"
132
134
  },