@forinda/kickjs-otel 3.1.2 → 3.2.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.
Files changed (2) hide show
  1. package/dist/index.mjs +1 -1
  2. package/package.json +2 -2
package/dist/index.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @forinda/kickjs-otel v3.1.2
2
+ * @forinda/kickjs-otel v3.2.0
3
3
  *
4
4
  * Copyright (c) Felix Orinda
5
5
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forinda/kickjs-otel",
3
- "version": "3.1.2",
3
+ "version": "3.2.0",
4
4
  "description": "OpenTelemetry adapter for KickJS — automatic tracing, metrics, and export to any OTel backend",
5
5
  "keywords": [
6
6
  "kickjs",
@@ -103,7 +103,7 @@
103
103
  "typescript": "^5.9.2",
104
104
  "unplugin-swc": "^1.5.9",
105
105
  "vitest": "^4.1.2",
106
- "@forinda/kickjs": "3.1.2"
106
+ "@forinda/kickjs": "3.2.0"
107
107
  },
108
108
  "publishConfig": {
109
109
  "access": "public"