@forinda/kickjs-otel 4.0.0 → 4.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.
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 v4.0.0
2
+ * @forinda/kickjs-otel v4.1.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": "4.0.0",
3
+ "version": "4.1.0",
4
4
  "description": "OpenTelemetry adapter for KickJS — automatic tracing, metrics, and export to any OTel backend",
5
5
  "keywords": [
6
6
  "kickjs",
@@ -97,7 +97,7 @@
97
97
  "typescript": "^6.0.3",
98
98
  "unplugin-swc": "^1.5.9",
99
99
  "vitest": "^4.1.5",
100
- "@forinda/kickjs": "4.0.0"
100
+ "@forinda/kickjs": "4.1.0"
101
101
  },
102
102
  "publishConfig": {
103
103
  "access": "public"