@autofleet/outbreak 2.4.0 → 2.4.1

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 (2) hide show
  1. package/package.json +3 -9
  2. package/readme.md +0 -2
package/package.json CHANGED
@@ -1,7 +1,8 @@
1
1
  {
2
2
  "name": "@autofleet/outbreak",
3
- "version": "2.4.0",
3
+ "version": "2.4.1",
4
4
  "description": "",
5
+ "private": false,
5
6
  "type": "module",
6
7
  "main": "./dist/index.js",
7
8
  "module": "./dist/index.js",
@@ -60,19 +61,12 @@
60
61
  "@types/axios": "^0.9.36",
61
62
  "@types/express": "^4.17.21",
62
63
  "@types/node": "^18",
63
- "@typescript-eslint/eslint-plugin": "^7.16.1",
64
- "@typescript-eslint/parser": "^7.16.1",
65
- "@vitest/coverage-v8": "^3.0.5",
66
64
  "agentkeepalive": "^4.6.0",
67
65
  "axios": "^0.29.0",
68
66
  "bluebird": "^3.7.2",
69
- "eslint": "^8.57.0",
70
- "eslint-config-airbnb-base": "^15.0.0",
71
- "eslint-plugin-import": "^2.31.0",
72
67
  "express": "^4.21.1",
73
68
  "ts-node": "^10.9.2",
74
69
  "tsup": "^8.3.6",
75
- "typescript": "^4.9.5",
76
- "vitest": "^3.0.5"
70
+ "winston": "^3.17.0"
77
71
  }
78
72
  }
package/readme.md CHANGED
@@ -16,5 +16,3 @@ headersTracer({
16
16
  ```
17
17
 
18
18
  After initiation every side affect requests to other services will hold the same context as the original one.
19
-
20
- This project is licensed under the terms of the MIT license.