@microsoft/teamsfx 4.0.3-rc.0 → 4.0.4-alpha.0a63a75aae.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 +4 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@microsoft/teamsfx",
3
- "version": "4.0.3-rc.0",
3
+ "version": "4.0.4-alpha.0a63a75aae.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",
@@ -24,8 +24,7 @@
24
24
  "test:e2e:node": "mocha --reporter mocha-multi-reporters 'test/e2e/node/*.spec.ts' --file src/index.ts -r config/mocha.env.ts --config config/mocharc.node.js --reporter-options configFile=config/mocha-multi-reporter.json",
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
- "check-sensitive": "npx eslint --plugin 'no-secrets' --cache --ignore-pattern 'package.json' --ignore-pattern 'package-lock.json'",
28
- "precommit": "npm run check-sensitive && lint-staged"
27
+ "precommit": "lint-staged"
29
28
  },
30
29
  "files": [
31
30
  "dist/*js",
@@ -114,7 +113,7 @@
114
113
  "karma-mocha-reporter": "^2.2.5",
115
114
  "karma-sourcemap-loader": "^0.4.0",
116
115
  "karma-webpack": "^5.0.1",
117
- "lint-staged": "^11.2.6",
116
+ "lint-staged": "^15.0.0",
118
117
  "lodash.get": "^4.4.2",
119
118
  "mocha": "^10.7.3",
120
119
  "mocha-multi-reporters": "^1.5.1",
@@ -140,7 +139,7 @@
140
139
  "webpack": "^5.62.1",
141
140
  "yargs": "^17.2.1"
142
141
  },
143
- "gitHead": "a635ed9289bf4e67ffd08d2facc00ef8d3717004",
142
+ "gitHead": "78deca78391cb155707e09b51e9c20483bcbba57",
144
143
  "publishConfig": {
145
144
  "access": "public"
146
145
  },