@loglayer/plugin-datadog-apm-trace-injector 1.0.16 → 2.0.0

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/dist/index.d.cts CHANGED
@@ -1,8 +1,6 @@
1
1
  import { LogLayerPlugin, LogLayerPluginParams } from "@loglayer/plugin";
2
- import { Tracer } from "dd-trace";
3
2
 
4
3
  //#region src/types.d.ts
5
-
6
4
  /**
7
5
  * Configuration parameters for the datadog trace injector plugin.
8
6
  */
package/dist/index.d.mts CHANGED
@@ -1,8 +1,6 @@
1
1
  import { LogLayerPlugin, LogLayerPluginParams } from "@loglayer/plugin";
2
- import { Tracer } from "dd-trace";
3
2
 
4
3
  //#region src/types.d.ts
5
-
6
4
  /**
7
5
  * Configuration parameters for the datadog trace injector plugin.
8
6
  */
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@loglayer/plugin-datadog-apm-trace-injector",
3
3
  "description": "Injects DataDog APM traces to logs in LogLayer.",
4
- "version": "1.0.16",
4
+ "version": "2.0.0",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
7
7
  "module": "./dist/index.mjs",
@@ -37,19 +37,19 @@
37
37
  "dd-trace"
38
38
  ],
39
39
  "dependencies": {
40
- "@loglayer/plugin": "2.2.7",
41
- "@loglayer/shared": "3.3.0"
40
+ "@loglayer/plugin": "3.0.0",
41
+ "@loglayer/shared": "4.0.0"
42
42
  },
43
43
  "devDependencies": {
44
- "@types/node": "25.0.3",
44
+ "@types/node": "25.2.0",
45
45
  "dd-trace": "5.71.0",
46
- "express": "5.1.0",
47
- "tsdown": "0.18.2",
46
+ "express": "5.2.1",
47
+ "tsdown": "0.20.1",
48
48
  "tsx": "4.21.0",
49
49
  "typescript": "5.9.3",
50
- "vitest": "4.0.16",
50
+ "vitest": "4.0.18",
51
51
  "@internal/tsconfig": "2.1.0",
52
- "loglayer": "8.4.0"
52
+ "loglayer": "9.0.0"
53
53
  },
54
54
  "bugs": "https://github.com/loglayer/loglayer/issues",
55
55
  "engines": {