@pagopa/azure-tracing 0.4.10 → 0.4.12

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 +1 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -8,7 +8,7 @@ with OpenTelemetry for distributed tracing and telemetry in Node.js applications
8
8
  Install the package using:
9
9
 
10
10
  ```bash
11
- yarn add @pagopa/azure-tracing
11
+ pnpm add @pagopa/azure-tracing
12
12
  ```
13
13
 
14
14
  ## Getting Started
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pagopa/azure-tracing",
3
- "version": "0.4.10",
3
+ "version": "0.4.12",
4
4
  "type": "module",
5
5
  "description": "A package that contains some utilities to enable Azure tracing on Node.js applications.",
6
6
  "repository": {
@@ -77,12 +77,12 @@
77
77
  "zod": "^3.25.76"
78
78
  },
79
79
  "devDependencies": {
80
- "@tsconfig/node22": "22.0.2",
80
+ "@tsconfig/node24": "24.0.0",
81
81
  "@types/node": "^22.19.1",
82
- "eslint": "^9.39.1",
82
+ "eslint": "^9.39.2",
83
83
  "tsup": "^8.5.1",
84
84
  "typescript": "~5.8.3",
85
- "@pagopa/eslint-config": "^5.1.1"
85
+ "@pagopa/eslint-config": "^5.1.2"
86
86
  },
87
87
  "scripts": {
88
88
  "build": "tsup",