opencode-otel-plugin 0.3.0 → 0.4.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/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -209,7 +209,7 @@ This plugin follows [OpenTelemetry GenAI Semantic Conventions](https://opentelem
209
209
  git clone https://github.com/felixti/opencode-otel-plugin.git
210
210
  cd opencode-otel-plugin
211
211
  bun install
212
- bun test # 48 tests, 84 assertions
212
+ bun test # 55 tests, 96 assertions
213
213
  bun run typecheck # tsc --noEmit
214
214
  bun run build # dist/index.js + dist/index.d.ts
215
215
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opencode-otel-plugin",
3
- "version": "0.3.0",
3
+ "version": "0.4.0",
4
4
  "description": "OpenTelemetry instrumentation plugin for OpenCode — traces and metrics for AI coding sessions via OTLP/HTTP",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",