@vymalo/opencode-lightbridge 0.14.1 → 0.15.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 (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vymalo/opencode-lightbridge",
3
- "version": "0.14.1",
3
+ "version": "0.15.0",
4
4
  "description": "Umbrella OpenCode plugin for ADR-0012: one shared credential (TokenRuntime) drives both the LLM gateway bearer and OTEL export, so a developer authenticates once and every egress rides the same project-scoped token.",
5
5
  "license": "MIT",
6
6
  "author": "vymalo contributors",
@@ -53,8 +53,8 @@
53
53
  "@opencode-ai/plugin": "1.15.10",
54
54
  "@opentelemetry/api": "^1.9.1",
55
55
  "@opentelemetry/api-logs": "^0.221.0",
56
- "@vymalo/opencode-auth-core": "0.14.1",
57
- "@vymalo/opencode-core-otel": "0.14.1"
56
+ "@vymalo/opencode-auth-core": "0.15.0",
57
+ "@vymalo/opencode-core-otel": "0.15.0"
58
58
  },
59
59
  "devDependencies": {
60
60
  "@opentelemetry/sdk-logs": "^0.221.0",