@loglayer/transport-log4js 1.0.6 → 1.0.8
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/README.md +2 -0
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -4,6 +4,8 @@
|
|
|
4
4
|
[](https://www.npmjs.com/package/@loglayer/transport-log4js)
|
|
5
5
|
[](http://www.typescriptlang.org/)
|
|
6
6
|
|
|
7
|
+
The Log4js transport for [LogLayer](https://loglayer.dev).
|
|
8
|
+
|
|
7
9
|
[Log4js-node](https://log4js-node.github.io/log4js-node/) is a conversion of the Log4j framework to Node.js.
|
|
8
10
|
|
|
9
11
|
## Important Notes
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@loglayer/transport-log4js",
|
|
3
3
|
"description": "log4js transport for loglayer.",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.8",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.cjs",
|
|
7
7
|
"module": "./dist/index.js",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"transport"
|
|
28
28
|
],
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@loglayer/transport": "1.1.
|
|
30
|
+
"@loglayer/transport": "1.1.4"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
33
|
"hash-runner": "2.0.1",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"typescript": "5.7.2",
|
|
37
37
|
"vitest": "2.1.8",
|
|
38
38
|
"tsx": "4.19.2",
|
|
39
|
-
"loglayer": "5.0.
|
|
39
|
+
"loglayer": "5.0.12",
|
|
40
40
|
"@internal/tsconfig": "1.0.0"
|
|
41
41
|
},
|
|
42
42
|
"peerDependencies": {
|