@loglayer/mixin-datadog-http-metrics 1.0.0 → 2.1.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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@loglayer/mixin-datadog-http-metrics",
3
3
  "description": "Adds Datadog HTTP metrics functionality to LogLayer using the datadog-metrics library.",
4
- "version": "1.0.0",
4
+ "version": "2.1.0",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
7
7
  "module": "./dist/index.mjs",
@@ -37,13 +37,13 @@
37
37
  "datadog-metrics": "0.12.1"
38
38
  },
39
39
  "devDependencies": {
40
- "@types/node": "25.2.0",
41
- "tsdown": "0.20.1",
40
+ "@types/node": "25.2.3",
41
+ "tsdown": "0.20.3",
42
42
  "typescript": "5.9.3",
43
43
  "vitest": "4.0.18",
44
44
  "@internal/tsconfig": "2.1.0",
45
- "loglayer": "8.5.0",
46
- "@loglayer/shared": "3.3.0"
45
+ "@loglayer/shared": "4.2.0",
46
+ "loglayer": "9.2.0"
47
47
  },
48
48
  "bugs": "https://github.com/loglayer/loglayer/issues",
49
49
  "engines": {