@loglayer/transport-log4js 1.0.6 → 1.0.7

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/README.md +2 -0
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -4,6 +4,8 @@
4
4
  [![NPM Downloads](https://img.shields.io/npm/dm/%40loglayer%2Ftransport-log4js)](https://www.npmjs.com/package/@loglayer/transport-log4js)
5
5
  [![TypeScript](https://img.shields.io/badge/%3C%2F%3E-TypeScript-%230074c1.svg)](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.6",
4
+ "version": "1.0.7",
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.2"
30
+ "@loglayer/transport": "1.1.3"
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.7",
39
+ "loglayer": "5.0.8",
40
40
  "@internal/tsconfig": "1.0.0"
41
41
  },
42
42
  "peerDependencies": {