@loglayer/transport-sumo-logic 1.0.3 → 1.0.4

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-sumo-logic)](https://www.npmjs.com/package/@loglayer/transport-sumo-logic)
5
5
  [![TypeScript](https://img.shields.io/badge/%3C%2F%3E-TypeScript-%230074c1.svg)](http://www.typescriptlang.org/)
6
6
 
7
- A [LogLayer](https://loglayer.dev) transport for sending logs to Sumo Logic via [HTTP Source](https://help.sumologic.com/docs/send-data/hosted-collectors/http-source/logs-metrics/upload-logs/).
7
+ A transport to send logs to Sumo Logic via [HTTP Source](https://help.sumologic.com/docs/send-data/hosted-collectors/http-source/logs-metrics/upload-logs/) for the [LogLayer](https://loglayer.dev) logging library.
8
8
 
9
9
  ## Installation
10
10
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@loglayer/transport-sumo-logic",
3
- "description": "Sumo Logic transport for LogLayer.",
4
- "version": "1.0.3",
3
+ "description": "Sumo Logic transport for the LogLayer logging library.",
4
+ "version": "1.0.4",
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.3"
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
  "typescript": "5.7.3",
38
- "vitest": "3.0.2",
38
+ "vitest": "3.0.4",
39
39
  "tsx": "4.19.2",
40
40
  "@internal/tsconfig": "1.0.0",
41
- "loglayer": "5.4.0"
41
+ "loglayer": "5.5.0"
42
42
  },
43
43
  "bugs": "https://github.com/loglayer/loglayer/issues",
44
44
  "engines": {