@loglayer/transport-new-relic 1.0.1 → 1.0.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.
Files changed (2) hide show
  1. package/README.md +2 -0
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -4,6 +4,8 @@
4
4
  [![NPM Downloads](https://img.shields.io/npm/dm/%40loglayer%2Ftransport-new-relic)](https://www.npmjs.com/package/@loglayer/transport-new-relic)
5
5
  [![TypeScript](https://img.shields.io/badge/%3C%2F%3E-TypeScript-%230074c1.svg)](http://www.typescriptlang.org/)
6
6
 
7
+ The New Relic transport for [LogLayer](https://loglayer.dev).
8
+
7
9
  Ships logs to New Relic using their [Log API](https://docs.newrelic.com/docs/logs/log-api/introduction-log-api/). Features include:
8
10
  - Automatic gzip compression (configurable)
9
11
  - Retry mechanism with exponential backoff
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@loglayer/transport-new-relic",
3
3
  "description": "New Relic transport for loglayer.",
4
- "version": "1.0.1",
4
+ "version": "1.0.2",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
7
7
  "module": "./dist/index.js",
@@ -29,7 +29,7 @@
29
29
  "transport"
30
30
  ],
31
31
  "dependencies": {
32
- "@loglayer/transport": "1.1.2"
32
+ "@loglayer/transport": "1.1.3"
33
33
  },
34
34
  "devDependencies": {
35
35
  "dotenv": "16.4.7",
@@ -40,7 +40,7 @@
40
40
  "tsup": "8.3.5",
41
41
  "typescript": "5.7.2",
42
42
  "vitest": "2.1.8",
43
- "loglayer": "5.0.7",
43
+ "loglayer": "5.0.8",
44
44
  "@internal/tsconfig": "1.0.0"
45
45
  },
46
46
  "bugs": "https://github.com/loglayer/loglayer/issues",