@microsoft/teamsfx 0.6.1-alpha.e96379031.0 → 0.6.2-alpha.1f263658d.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.1-alpha.e96379031.0",
3
+ "version": "0.6.2-alpha.1f263658d.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 --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.1f263658d.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",
@@ -72,8 +73,6 @@
72
73
  "@microsoft/api-extractor": "^7.19.4",
73
74
  "@microsoft/teams-js": "^1.9.0",
74
75
  "@rollup/plugin-json": "^4.1.0",
75
- "@shared/eslint-config": "file:../eslint-config",
76
- "@shared/prettier-config": "file:../prettier-config",
77
76
  "@types/chai": "^4.2.22",
78
77
  "@types/chai-as-promised": "^7.1.4",
79
78
  "@types/fs-extra": "^9.0.11",
@@ -86,6 +85,7 @@
86
85
  "@typescript-eslint/eslint-plugin": "^5.0.0",
87
86
  "@typescript-eslint/parser": "^4.13.0",
88
87
  "adm-zip": "^0.5.9",
88
+ "axios-mock-adapter": "^1.20.0",
89
89
  "botbuilder-core": ">=4.15.0 <5.0.0",
90
90
  "chai": "^4.3.4",
91
91
  "chai-as-promised": "^7.1.1",
@@ -128,7 +128,7 @@
128
128
  "webpack": "^5.62.1",
129
129
  "yargs": "^17.2.1"
130
130
  },
131
- "gitHead": "864d287b78300063ed1737c509c64bbd2ff8747e",
131
+ "gitHead": "d645e3fc42e75f0d9d57d4b395e20873375e878f",
132
132
  "publishConfig": {
133
133
  "access": "public"
134
134
  },