@microsoft/metrics-ts 0.0.5-beta.2023081506.0 → 0.0.5-beta.2023091908.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/.eslintrc.js +1 -0
  2. package/package.json +7 -3
package/.eslintrc.js CHANGED
@@ -1,4 +1,5 @@
1
1
  module.exports = {
2
+ parser: "@typescript-eslint/parser",
2
3
  parserOptions: {
3
4
  tsconfigRootDir: __dirname,
4
5
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@microsoft/metrics-ts",
3
- "version": "0.0.5-beta.2023081506.0",
3
+ "version": "0.0.5-beta.2023091908.0",
4
4
  "description": "Add metrics without intruding source code",
5
5
  "keywords": [
6
6
  "Metrics"
@@ -43,11 +43,12 @@
43
43
  "mocha": "^9.2.1",
44
44
  "nyc": "^15.1.0",
45
45
  "prettier": "^2.4.1",
46
+ "rimraf": "^5.0.1",
46
47
  "ts-node": "^10.1.0",
47
48
  "tslint": "^6.1.3",
48
49
  "tslint-config-prettier": "^1.18.0",
49
50
  "ttypescript": "^1.5.13",
50
- "typescript": "^4.3.5"
51
+ "typescript": "^5.0.4"
51
52
  },
52
53
  "publishConfig": {
53
54
  "access": "public"
@@ -58,7 +59,10 @@
58
59
  ]
59
60
  },
60
61
  "dependencies": {
62
+ "@types/fs-extra": "^11.0.1",
63
+ "fs-extra": "^11.1.1",
64
+ "tslib": "^2.3.1",
61
65
  "uuid": "^8.3.2"
62
66
  },
63
- "gitHead": "74e35bc95a24aa61a601778c439b0aedeb1804f5"
67
+ "gitHead": "247fe7d2d3bc0c12ceed1f545f5a9d33ceb5a04e"
64
68
  }