@loglayer/transport-winston 1.0.11 → 1.0.13

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 +8 -8
package/README.md CHANGED
@@ -4,7 +4,7 @@
4
4
  [![NPM Downloads](https://img.shields.io/npm/dm/%40loglayer%2Ftransport-winston)](https://www.npmjs.com/package/@loglayer/transport-winston)
5
5
  [![TypeScript](https://img.shields.io/badge/%3C%2F%3E-TypeScript-%230074c1.svg)](http://www.typescriptlang.org/)
6
6
 
7
- The Winston transport for [LogLayer](https://loglayer.dev).
7
+ The Winston transport for the [LogLayer](https://loglayer.dev) logging library.
8
8
 
9
9
  [Winston](https://github.com/winstonjs/winston) A logger for just about everything.
10
10
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@loglayer/transport-winston",
3
- "description": "Winston transport for loglayer.",
4
- "version": "1.0.11",
3
+ "description": "Winston transport for the LogLayer logging library.",
4
+ "version": "1.0.13",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
7
7
  "module": "./dist/index.js",
@@ -27,17 +27,17 @@
27
27
  "transport"
28
28
  ],
29
29
  "dependencies": {
30
- "@loglayer/transport": "1.2.1"
30
+ "@loglayer/transport": "1.2.3"
31
31
  },
32
32
  "devDependencies": {
33
33
  "hash-runner": "2.0.1",
34
- "@types/node": "22.10.4",
34
+ "@types/node": "22.10.10",
35
35
  "tsup": "8.3.5",
36
- "typescript": "5.7.2",
37
- "serialize-error": "11.0.3",
38
- "vitest": "2.1.8",
36
+ "typescript": "5.7.3",
37
+ "serialize-error": "12.0.0",
38
+ "vitest": "3.0.4",
39
39
  "tsx": "4.19.2",
40
- "loglayer": "5.1.4",
40
+ "loglayer": "5.5.0",
41
41
  "@internal/tsconfig": "1.0.0"
42
42
  },
43
43
  "peerDependencies": {