@microsoft/metrics-ts 0.0.5-alpha.dc097d3df.0 → 0.0.5-alpha.e83c26af7.0
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +4 -3
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@microsoft/metrics-ts",
|
3
|
-
"version": "0.0.5-alpha.
|
3
|
+
"version": "0.0.5-alpha.e83c26af7.0",
|
4
4
|
"description": "Add metrics without intruding source code",
|
5
5
|
"keywords": [
|
6
6
|
"Metrics"
|
@@ -27,7 +27,7 @@
|
|
27
27
|
},
|
28
28
|
"devDependencies": {
|
29
29
|
"@istanbuljs/nyc-config-typescript": "^1.0.1",
|
30
|
-
"@microsoft/eslint-plugin-teamsfx": "0.0.4-alpha.
|
30
|
+
"@microsoft/eslint-plugin-teamsfx": "0.0.4-alpha.e83c26af7.0",
|
31
31
|
"@types/chai": "^4.2.21",
|
32
32
|
"@types/mocha": "^8.2.3",
|
33
33
|
"@types/node": "^16.0.0",
|
@@ -36,6 +36,7 @@
|
|
36
36
|
"@typescript-eslint/parser": "^4.19.0",
|
37
37
|
"chai": "^4.3.4",
|
38
38
|
"eslint": "^7.22.0",
|
39
|
+
"eslint-plugin-header": "^3.1.1",
|
39
40
|
"eslint-plugin-import": "^2.25.2",
|
40
41
|
"eslint-plugin-no-secrets": "^0.8.9",
|
41
42
|
"eslint-plugin-prettier": "^4.0.0",
|
@@ -60,5 +61,5 @@
|
|
60
61
|
"dependencies": {
|
61
62
|
"uuid": "^8.3.2"
|
62
63
|
},
|
63
|
-
"gitHead": "
|
64
|
+
"gitHead": "c5828967571e7001f08a35a2f59535c90c60f8b9"
|
64
65
|
}
|