@microsoft/teamsfx 0.5.1-alpha.e749ebc2.0 → 0.5.1-alpha.fedb0aca.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.
Files changed (1) hide show
  1. package/package.json +3 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@microsoft/teamsfx",
3
- "version": "0.5.1-alpha.e749ebc2.0",
3
+ "version": "0.5.1-alpha.fedb0aca.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",
@@ -20,8 +20,7 @@
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
22
  "test:unit": "npm run test:unit:node && npm run test:unit:browser",
23
- "test:e2e:browser": "node test/e2e/scripts/DownloadSimpleAuth.js && concurrently --kill-others --success first \"node test/e2e/scripts/StartSimpleAuth.js\" \"npm run test:e2e:browser-case\"",
24
- "test:e2e:browser-case": "karma start --single-run --integration",
23
+ "test:e2e:browser": "karma start --single-run --integration",
25
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",
26
25
  "test:e2e": "npm run test:e2e:node && npm run test:e2e:browser",
27
26
  "ui-test": "mocha --no-timeouts -r test/mocha.env.ts -r ts-node/register test/ui/**/*.spec.ts --exit",
@@ -131,7 +130,7 @@
131
130
  "webpack": "^5.62.1",
132
131
  "yargs": "^17.2.1"
133
132
  },
134
- "gitHead": "e3f58ffcc850ad5ba20373007be32ead5154d65a",
133
+ "gitHead": "bde7b83a62a40b7b46a4adb2eed475d808df1105",
135
134
  "publishConfig": {
136
135
  "access": "public"
137
136
  },