@athenna/logger 3.1.5 → 3.1.6
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 +9 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@athenna/logger",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.6",
|
|
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>",
|
|
@@ -21,11 +21,10 @@
|
|
|
21
21
|
"esm"
|
|
22
22
|
],
|
|
23
23
|
"scripts": {
|
|
24
|
-
"
|
|
25
|
-
"build": "npm run node --silent -- bin/build.ts",
|
|
24
|
+
"build": "sh node bin/build.ts",
|
|
26
25
|
"lint:fix": "eslint \"{src,tests}/**/*.ts\" --fix",
|
|
27
|
-
"test": "npm run --silent lint:fix &&
|
|
28
|
-
"test:debug": "cross-env DEBUG=api:*
|
|
26
|
+
"test": "npm run --silent lint:fix && sh node bin/test.ts",
|
|
27
|
+
"test:debug": "cross-env DEBUG=api:* sh node --inspect bin/test.ts",
|
|
29
28
|
"test:coverage": "c8 npm run --silent test"
|
|
30
29
|
},
|
|
31
30
|
"files": [
|
|
@@ -52,10 +51,10 @@
|
|
|
52
51
|
"telegraf": "^4.11.2"
|
|
53
52
|
},
|
|
54
53
|
"devDependencies": {
|
|
55
|
-
"@athenna/common": "^3.
|
|
56
|
-
"@athenna/config": "^3.2.
|
|
57
|
-
"@athenna/ioc": "^3.1.
|
|
58
|
-
"@athenna/test": "^3.
|
|
54
|
+
"@athenna/common": "^3.4.2",
|
|
55
|
+
"@athenna/config": "^3.2.1",
|
|
56
|
+
"@athenna/ioc": "^3.1.6",
|
|
57
|
+
"@athenna/test": "^3.2.2",
|
|
59
58
|
"@japa/assert": "^1.3.6",
|
|
60
59
|
"@japa/run-failed-tests": "^1.1.0",
|
|
61
60
|
"@japa/runner": "^2.2.2",
|
|
@@ -89,6 +88,7 @@
|
|
|
89
88
|
"prettier": "^2.8.3",
|
|
90
89
|
"reflect-metadata": "^0.1.13",
|
|
91
90
|
"rimraf": "^3.0.2",
|
|
91
|
+
"sinon": "^15.0.2",
|
|
92
92
|
"ts-node": "^10.9.1",
|
|
93
93
|
"typescript": "^4.9.4"
|
|
94
94
|
},
|