@forinda/kickjs-otel 4.1.0 → 4.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.
package/README.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # @forinda/kickjs-otel
2
2
 
3
+ > [!WARNING] Deprecated — going private in v4.1.2.
4
+ > This package is being retired. The replacement is a short BYO recipe using `defineAdapter` / `definePlugin` from `@forinda/kickjs` directly — see **[guide/otel](https://forinda.github.io/kick-js/guide/otel)** for the copy-paste alternative.
5
+ >
6
+ > The package still works in v4.1.x; v4.1.2 will remove it from the public registry. Migrate at your convenience.
7
+
3
8
  OpenTelemetry adapter for KickJS — auto request spans + counter/histogram metrics, route ignore list, span-attribute redaction. Works with any OTel backend (Jaeger, Grafana Tempo, Datadog, Honeycomb, etc.).
4
9
 
5
10
  ## Install
package/dist/index.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @forinda/kickjs-otel v4.1.0
2
+ * @forinda/kickjs-otel v4.2.0
3
3
  *
4
4
  * Copyright (c) Felix Orinda
5
5
  *
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@forinda/kickjs-otel",
3
- "version": "4.1.0",
4
- "description": "OpenTelemetry adapter for KickJS — automatic tracing, metrics, and export to any OTel backend",
3
+ "version": "4.2.0",
4
+ "description": "[DEPRECATED] OpenTelemetry adapter for KickJS — automatic tracing, metrics, and export to any OTel backend — see https://forinda.github.io/kick-js/guide/otel for the BYO replacement (going private in v4.1.2).",
5
5
  "keywords": [
6
6
  "kickjs",
7
7
  "nodejs",
@@ -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.1.0"
100
+ "@forinda/kickjs": "4.2.0"
101
101
  },
102
102
  "publishConfig": {
103
103
  "access": "public"
@@ -116,6 +116,7 @@
116
116
  "bugs": {
117
117
  "url": "https://github.com/forinda/kick-js/issues"
118
118
  },
119
+ "deprecated": "Deprecated — going private in v4.1.2. Replaced by a BYO recipe using defineAdapter/definePlugin from @forinda/kickjs directly. See https://forinda.github.io/kick-js/guide/otel for the migration.",
119
120
  "scripts": {
120
121
  "build": "wireit",
121
122
  "dev": "tsdown --watch",