@athenna/logger 3.2.0 → 3.3.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 +7 -23
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@athenna/logger",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.3.0",
|
|
4
4
|
"description": "The Athenna logging solution. Log in stdout, files and buckets.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "João Lenon <lenon@athenna.io>",
|
|
@@ -49,26 +49,14 @@
|
|
|
49
49
|
"#tests": "./tests/index.js"
|
|
50
50
|
},
|
|
51
51
|
"dependencies": {
|
|
52
|
-
"telegraf": "^4.
|
|
52
|
+
"telegraf": "^4.12.2"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
|
-
"@athenna/common": "^3.5.
|
|
56
|
-
"@athenna/config": "^3.
|
|
57
|
-
"@athenna/ioc": "^3.
|
|
58
|
-
"@athenna/test": "^3.
|
|
59
|
-
"@japa/assert": "^1.3.6",
|
|
60
|
-
"@japa/run-failed-tests": "^1.1.0",
|
|
61
|
-
"@japa/runner": "^2.2.2",
|
|
62
|
-
"@japa/spec-reporter": "^1.3.2",
|
|
55
|
+
"@athenna/common": "^3.5.1",
|
|
56
|
+
"@athenna/config": "^3.4.1",
|
|
57
|
+
"@athenna/ioc": "^3.3.0",
|
|
58
|
+
"@athenna/test": "^3.5.1",
|
|
63
59
|
"@swc/core": "^1.3.27",
|
|
64
|
-
"@types/bytes": "^3.1.1",
|
|
65
|
-
"@types/callsite": "^1.0.31",
|
|
66
|
-
"@types/debug": "^4.1.7",
|
|
67
|
-
"@types/kind-of": "^6.0.0",
|
|
68
|
-
"@types/lodash": "^4.14.191",
|
|
69
|
-
"@types/ms": "^0.7.31",
|
|
70
|
-
"@types/pluralize": "^0.0.29",
|
|
71
|
-
"@types/uuid": "^9.0.0",
|
|
72
60
|
"@typescript-eslint/eslint-plugin": "^5.56.0",
|
|
73
61
|
"@typescript-eslint/parser": "^5.56.0",
|
|
74
62
|
"c8": "^7.12.0",
|
|
@@ -85,10 +73,8 @@
|
|
|
85
73
|
"eslint-plugin-promise": "^6.1.1",
|
|
86
74
|
"husky": "^3.1.0",
|
|
87
75
|
"lint-staged": "^12.5.0",
|
|
88
|
-
"minimist": "^1.2.7",
|
|
89
76
|
"prettier": "^2.8.7",
|
|
90
77
|
"reflect-metadata": "^0.1.13",
|
|
91
|
-
"sinon": "^15.0.2",
|
|
92
78
|
"ts-node": "^10.9.1",
|
|
93
79
|
"typescript": "^5.0.2"
|
|
94
80
|
},
|
|
@@ -141,9 +127,7 @@
|
|
|
141
127
|
}
|
|
142
128
|
]
|
|
143
129
|
},
|
|
144
|
-
"eslintIgnore": [
|
|
145
|
-
"build/**/*"
|
|
146
|
-
],
|
|
130
|
+
"eslintIgnore": [],
|
|
147
131
|
"eslintConfig": {
|
|
148
132
|
"env": {
|
|
149
133
|
"es2021": true,
|