@loglayer/transport-log-file-rotation 1.1.0 → 1.1.2
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 +1 -1
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
[](https://www.npmjs.com/package/@loglayer/transport-log-file-rotation)
|
|
5
5
|
[](http://www.typescriptlang.org/)
|
|
6
6
|
|
|
7
|
-
A transport for [LogLayer](https://loglayer.dev) that writes logs to files with automatic rotation based on size or time. Built on top of [file-stream-rotator](https://github.com/rogerc/file-stream-rotator/).
|
|
7
|
+
A transport for the [LogLayer](https://loglayer.dev) logging library that writes logs to files with automatic rotation based on size or time. Built on top of [file-stream-rotator](https://github.com/rogerc/file-stream-rotator/).
|
|
8
8
|
|
|
9
9
|
## Features
|
|
10
10
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@loglayer/transport-log-file-rotation",
|
|
3
|
-
"description": "Log file rotation transport for the
|
|
4
|
-
"version": "1.1.
|
|
3
|
+
"description": "Log file rotation transport for the LogLayer logging library.",
|
|
4
|
+
"version": "1.1.2",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.cjs",
|
|
7
7
|
"module": "./dist/index.js",
|
|
@@ -30,16 +30,16 @@
|
|
|
30
30
|
],
|
|
31
31
|
"dependencies": {
|
|
32
32
|
"file-stream-rotator": "1.0.0",
|
|
33
|
-
"@loglayer/transport": "1.2.
|
|
33
|
+
"@loglayer/transport": "1.2.3"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
36
|
"hash-runner": "2.0.1",
|
|
37
|
-
"@types/node": "22.10.
|
|
37
|
+
"@types/node": "22.10.10",
|
|
38
38
|
"tsup": "8.3.5",
|
|
39
|
-
"typescript": "5.7.
|
|
40
|
-
"vitest": "
|
|
39
|
+
"typescript": "5.7.3",
|
|
40
|
+
"vitest": "3.0.4",
|
|
41
41
|
"tsx": "4.19.2",
|
|
42
|
-
"loglayer": "5.
|
|
42
|
+
"loglayer": "5.5.0",
|
|
43
43
|
"@internal/tsconfig": "1.0.0"
|
|
44
44
|
},
|
|
45
45
|
"bugs": "https://github.com/loglayer/loglayer/issues",
|