@loglayer/transport-log-file-rotation 1.1.1 → 1.1.3

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 +1 -1
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -4,7 +4,7 @@
4
4
  [![NPM Downloads](https://img.shields.io/npm/dm/%40loglayer%2Ftransport-log-file-rotation)](https://www.npmjs.com/package/@loglayer/transport-log-file-rotation)
5
5
  [![TypeScript](https://img.shields.io/badge/%3C%2F%3E-TypeScript-%230074c1.svg)](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 loglayer logging library.",
4
- "version": "1.1.1",
3
+ "description": "Log file rotation transport for the LogLayer logging library.",
4
+ "version": "1.1.3",
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.2"
33
+ "@loglayer/transport": "1.2.4"
34
34
  },
35
35
  "devDependencies": {
36
36
  "hash-runner": "2.0.1",
37
- "@types/node": "22.10.7",
37
+ "@types/node": "22.10.10",
38
38
  "tsup": "8.3.5",
39
39
  "typescript": "5.7.3",
40
- "vitest": "3.0.2",
40
+ "vitest": "3.0.4",
41
41
  "tsx": "4.19.2",
42
- "loglayer": "5.4.0",
42
+ "loglayer": "5.5.1",
43
43
  "@internal/tsconfig": "1.0.0"
44
44
  },
45
45
  "bugs": "https://github.com/loglayer/loglayer/issues",