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.
- package/README.md +1 -1
- 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 #
|
|
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