@forinda/kickjs-otel 3.0.5 → 3.0.7

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.0.5
2
+ * @forinda/kickjs-otel v3.0.7
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.0.5",
3
+ "version": "3.0.7",
4
4
  "description": "OpenTelemetry adapter for KickJS — automatic tracing, metrics, and export to any OTel backend",
5
5
  "keywords": [
6
6
  "kickjs",
@@ -101,7 +101,7 @@
101
101
  "@opentelemetry/semantic-conventions": "^1.4.0",
102
102
  "@types/node": "^25.0.0",
103
103
  "typescript": "^5.9.2",
104
- "@forinda/kickjs": "3.0.5"
104
+ "@forinda/kickjs": "3.0.7"
105
105
  },
106
106
  "publishConfig": {
107
107
  "access": "public"