@loglayer/transport-datadog 2.0.7 → 2.0.9
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.
- package/README.md +1 -1
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
[](https://www.npmjs.com/package/@loglayer/transport-datadog)
|
|
5
5
|
[](http://www.typescriptlang.org/)
|
|
6
6
|
|
|
7
|
-
The DataDog transport for [LogLayer](https://loglayer.dev).
|
|
7
|
+
The DataDog transport for the [LogLayer](https://loglayer.dev) logging library.
|
|
8
8
|
|
|
9
9
|
Ships logs to DataDog using the [datadog-transport-common](https://www.npmjs.com/package/datadog-transport-common) library.
|
|
10
10
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@loglayer/transport-datadog",
|
|
3
|
-
"description": "DataDog transport for
|
|
4
|
-
"version": "2.0.
|
|
3
|
+
"description": "DataDog transport for the LogLayer logging library.",
|
|
4
|
+
"version": "2.0.9",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.cjs",
|
|
7
7
|
"module": "./dist/index.js",
|
|
@@ -29,15 +29,15 @@
|
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"@datadog/datadog-api-client": "1.31.0",
|
|
31
31
|
"datadog-transport-common": "3.0.2",
|
|
32
|
-
"@loglayer/transport": "1.2.
|
|
32
|
+
"@loglayer/transport": "1.2.3"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"hash-runner": "2.0.1",
|
|
36
|
-
"@types/node": "22.10.
|
|
36
|
+
"@types/node": "22.10.10",
|
|
37
37
|
"tsup": "8.3.5",
|
|
38
|
-
"typescript": "5.7.
|
|
39
|
-
"vitest": "
|
|
40
|
-
"loglayer": "5.
|
|
38
|
+
"typescript": "5.7.3",
|
|
39
|
+
"vitest": "3.0.4",
|
|
40
|
+
"loglayer": "5.5.0",
|
|
41
41
|
"@internal/tsconfig": "1.0.0"
|
|
42
42
|
},
|
|
43
43
|
"bugs": "https://github.com/loglayer/loglayer/issues",
|