@loglayer/transport-roarr 2.0.3 → 2.0.5

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 +7 -7
package/README.md CHANGED
@@ -4,7 +4,7 @@
4
4
  [![NPM Downloads](https://img.shields.io/npm/dm/%40loglayer%2Ftransport-roarr)](https://www.npmjs.com/package/@loglayer/transport-roarr)
5
5
  [![TypeScript](https://img.shields.io/badge/%3C%2F%3E-TypeScript-%230074c1.svg)](http://www.typescriptlang.org/)
6
6
 
7
- The Roarr transport for [LogLayer](https://loglayer.dev).
7
+ The Roarr transport for the [LogLayer](https://loglayer.dev) logging library.
8
8
 
9
9
  [Roarr](https://github.com/gajus/roarr) is a JSON logger for Node.js and browser environments.
10
10
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@loglayer/transport-roarr",
3
- "description": "roarr transport for loglayer.",
4
- "version": "2.0.3",
3
+ "description": "roarr transport for the LogLayer logging library.",
4
+ "version": "2.0.5",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
7
7
  "module": "./dist/index.js",
@@ -27,18 +27,18 @@
27
27
  "transport"
28
28
  ],
29
29
  "dependencies": {
30
- "@loglayer/transport": "1.2.2"
30
+ "@loglayer/transport": "1.2.4"
31
31
  },
32
32
  "devDependencies": {
33
33
  "hash-runner": "2.0.1",
34
- "@types/node": "22.10.7",
34
+ "@types/node": "22.10.10",
35
35
  "serialize-error": "12.0.0",
36
36
  "tsup": "8.3.5",
37
37
  "tsx": "4.19.2",
38
38
  "typescript": "5.7.3",
39
- "vitest": "3.0.2",
40
- "@internal/tsconfig": "1.0.0",
41
- "loglayer": "5.4.0"
39
+ "vitest": "3.0.4",
40
+ "loglayer": "5.5.1",
41
+ "@internal/tsconfig": "1.0.0"
42
42
  },
43
43
  "peerDependencies": {
44
44
  "roarr": "*"