@pagopa/azure-tracing 0.5.2 → 0.5.3

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 +3 -1
  2. package/package.json +10 -10
package/README.md CHANGED
@@ -180,7 +180,9 @@ The table below shows what was validated empirically against Application Insight
180
180
  | `^1.15.0` | `1.13.1` | `1.15.0` | `1.15.0` ✅ |
181
181
  | `^3.0.0` | `1.13.1` | `3.0.0` | `1.15.0` ❌ |
182
182
  | `^1.15.0` | `1.16.0` | `1.15.0` | `2.0.6` ❌ |
183
- | **`^2.0.0`** | **`1.16.0`** | **`2.0.6`** | **`2.0.6`** |
183
+ | `^1.15.0` | `1.18.1` | `1.15.0` | `3.0.0` |
184
+ | `^2.0.0` | `1.16.0` | `2.0.6` | `2.0.6` ✅ |
185
+ | **`^3.0.0`** | **`1.18.1`** | **`3.0.0`** | **`3.0.0`** ✅ |
184
186
 
185
187
  #### How to determine the correct version
186
188
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pagopa/azure-tracing",
3
- "version": "0.5.2",
3
+ "version": "0.5.3",
4
4
  "type": "module",
5
5
  "description": "A package that contains some utilities to enable Azure tracing on Node.js applications.",
6
6
  "repository": {
@@ -81,14 +81,14 @@
81
81
  },
82
82
  "dependencies": {
83
83
  "@azure/identity": "^4.13.1",
84
- "@azure/monitor-opentelemetry": "1.16.0",
85
- "@azure/monitor-opentelemetry-exporter": "^1.0.0-beta.32",
84
+ "@azure/monitor-opentelemetry": "1.18.1",
85
+ "@azure/monitor-opentelemetry-exporter": "^1.0.0-beta.42",
86
86
  "@opentelemetry/api": "^1.9.1",
87
- "@opentelemetry/api-logs": "^0.213.0",
88
- "@opentelemetry/instrumentation": "^0.213.0",
89
- "@opentelemetry/instrumentation-undici": "^0.23.0",
87
+ "@opentelemetry/api-logs": "^0.218.0",
88
+ "@opentelemetry/instrumentation": "^0.218.0",
89
+ "@opentelemetry/instrumentation-undici": "^0.28.0",
90
90
  "@t3-oss/env-core": "^0.13.11",
91
- "import-in-the-middle": "^2.0.0",
91
+ "import-in-the-middle": "^3.0.0",
92
92
  "zod": "^4.4.2"
93
93
  },
94
94
  "devDependencies": {
@@ -97,14 +97,14 @@
97
97
  "@azure/storage-blob": "^12.31.0",
98
98
  "@tsconfig/node24": "24.0.4",
99
99
  "@types/node": "^22.19.17",
100
- "@vitest/coverage-v8": "^3.2.4",
100
+ "@vitest/coverage-v8": "^4.1.8",
101
101
  "eslint": "^10.3.0",
102
102
  "redis": "^5.12.1",
103
- "testcontainers": "^12.0.0",
103
+ "testcontainers": "^12.0.1",
104
104
  "tsup": "^8.5.1",
105
105
  "tsx": "^4.21.0",
106
106
  "typescript": "~5.9.3",
107
- "vitest": "^3.2.4",
107
+ "vitest": "^4.1.8",
108
108
  "@pagopa/eslint-config": "^6.0.4"
109
109
  },
110
110
  "scripts": {