@cat-factory/observability-otel 0.2.12 → 0.2.14

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 (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cat-factory/observability-otel",
3
- "version": "0.2.12",
3
+ "version": "0.2.14",
4
4
  "description": "Opt-in OpenTelemetry (OTLP) trace + metrics publisher for the Agent Architecture Board. Streams LLM generations and container tool spans to any OTLP/HTTP backend — the workerd-safe fetch exporter on the Cloudflare Worker facade, the official @opentelemetry/* SDK on Node — kept conformant by a shared mapping layer + tests. Also publishes deployment-level (platform-operator) run-health aggregates as OTLP gauge metrics.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -35,8 +35,8 @@
35
35
  "@opentelemetry/sdk-metrics": "^2.9.0",
36
36
  "@opentelemetry/sdk-trace-base": "^2.9.0",
37
37
  "@opentelemetry/sdk-trace-node": "^2.9.0",
38
- "@cat-factory/contracts": "0.148.1",
39
- "@cat-factory/kernel": "0.142.0"
38
+ "@cat-factory/contracts": "0.150.0",
39
+ "@cat-factory/kernel": "0.144.0"
40
40
  },
41
41
  "devDependencies": {
42
42
  "typescript": "7.0.2",