@loglayer/transport-log4js 1.0.2 → 1.0.4
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 -2
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# Log4js Transport for LogLayer
|
|
2
2
|
|
|
3
|
-

|
|
4
|
-

|
|
3
|
+
[](https://www.npmjs.com/package/@loglayer/transport-log4js)
|
|
4
|
+
[](https://www.npmjs.com/package/@loglayer/transport-log4js)
|
|
5
5
|
[](http://www.typescriptlang.org/)
|
|
6
6
|
|
|
7
7
|
[Log4js-node](https://log4js-node.github.io/log4js-node/) is a conversion of the Log4j framework to Node.js.
|
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.4",
|
|
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.0
|
|
30
|
+
"@loglayer/transport": "1.1.0"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
33
|
"hash-runner": "2.0.1",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"tsup": "8.3.5",
|
|
36
36
|
"typescript": "5.7.2",
|
|
37
37
|
"vitest": "2.1.8",
|
|
38
|
-
"loglayer": "5.0.
|
|
38
|
+
"loglayer": "5.0.4",
|
|
39
39
|
"@internal/tsconfig": "1.0.0"
|
|
40
40
|
},
|
|
41
41
|
"peerDependencies": {
|