@microsoft/metrics-ts
Advanced tools
Comparing version 0.0.5-alpha.dc097d3df.0 to 0.0.5-alpha.dc2ed64c9.0
module.exports = { | ||
parser: "@typescript-eslint/parser", | ||
parserOptions: { | ||
tsconfigRootDir: __dirname, | ||
}, | ||
extends: ["../eslint-plugin-teamsfx/config/shared.js"], | ||
overrides: [ | ||
{ | ||
files: ["src/**/*.ts"], | ||
extends: ["../eslint-plugin-teamsfx/config/header.js"], | ||
}, | ||
], | ||
}; |
{ | ||
"name": "@microsoft/metrics-ts", | ||
"version": "0.0.5-alpha.dc097d3df.0", | ||
"version": "0.0.5-alpha.dc2ed64c9.0", | ||
"description": "Add metrics without intruding source code", | ||
@@ -30,3 +30,2 @@ "keywords": [ | ||
"@istanbuljs/nyc-config-typescript": "^1.0.1", | ||
"@microsoft/eslint-plugin-teamsfx": "0.0.4-alpha.dc097d3df.0", | ||
"@types/chai": "^4.2.21", | ||
@@ -40,2 +39,3 @@ "@types/mocha": "^8.2.3", | ||
"eslint": "^7.22.0", | ||
"eslint-plugin-header": "^3.1.1", | ||
"eslint-plugin-import": "^2.25.2", | ||
@@ -48,2 +48,3 @@ "eslint-plugin-no-secrets": "^0.8.9", | ||
"prettier": "^2.4.1", | ||
"rimraf": "^5.0.1", | ||
"ts-node": "^10.1.0", | ||
@@ -53,3 +54,3 @@ "tslint": "^6.1.3", | ||
"ttypescript": "^1.5.13", | ||
"typescript": "^4.3.5" | ||
"typescript": "^5.0.4" | ||
}, | ||
@@ -65,5 +66,8 @@ "publishConfig": { | ||
"dependencies": { | ||
"@types/fs-extra": "^11.0.1", | ||
"fs-extra": "^11.1.1", | ||
"tslib": "^2.3.1", | ||
"uuid": "^8.3.2" | ||
}, | ||
"gitHead": "6b5f6a0212f1771942a18554a43b5fe0da7700e3" | ||
"gitHead": "22e32fe4131772aab0733a3765d0fac7c205e3eb" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
22306
49
413
4
23
+ Added@types/fs-extra@^11.0.1
+ Addedfs-extra@^11.1.1
+ Addedtslib@^2.3.1
+ Added@types/fs-extra@11.0.4(transitive)
+ Added@types/jsonfile@6.1.4(transitive)
+ Added@types/node@22.10.2(transitive)
+ Addedfs-extra@11.2.0(transitive)
+ Addedgraceful-fs@4.2.11(transitive)
+ Addedjsonfile@6.1.0(transitive)
+ Addedtslib@2.8.1(transitive)
+ Addedundici-types@6.20.0(transitive)
+ Addeduniversalify@2.0.1(transitive)