@microsoft/teamsfx 4.0.4-alpha.d9ea25f7c.0 → 4.0.4-alpha.eaecfe55f.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": "4.0.4-alpha.
|
|
3
|
+
"version": "4.0.4-alpha.eaecfe55f.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,7 +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 --
|
|
27
|
+
"check-sensitive": "npx eslint --cache --ignore-pattern 'package.json' --ignore-pattern 'package-lock.json'",
|
|
28
28
|
"precommit": "npm run check-sensitive && lint-staged"
|
|
29
29
|
},
|
|
30
30
|
"files": [
|
|
@@ -114,7 +114,7 @@
|
|
|
114
114
|
"karma-mocha-reporter": "^2.2.5",
|
|
115
115
|
"karma-sourcemap-loader": "^0.4.0",
|
|
116
116
|
"karma-webpack": "^5.0.1",
|
|
117
|
-
"lint-staged": "^
|
|
117
|
+
"lint-staged": "^15.0.0",
|
|
118
118
|
"lodash.get": "^4.4.2",
|
|
119
119
|
"mocha": "^10.7.3",
|
|
120
120
|
"mocha-multi-reporters": "^1.5.1",
|
|
@@ -140,7 +140,7 @@
|
|
|
140
140
|
"webpack": "^5.62.1",
|
|
141
141
|
"yargs": "^17.2.1"
|
|
142
142
|
},
|
|
143
|
-
"gitHead": "
|
|
143
|
+
"gitHead": "d2e2824367ec0fb0cd20ac2f6aff410b12eabd98",
|
|
144
144
|
"publishConfig": {
|
|
145
145
|
"access": "public"
|
|
146
146
|
},
|