From 652e8ff3fbb7bfca0f93b81c2a7215e7188492dd Mon Sep 17 00:00:00 2001 From: Dax Raad Date: Sun, 5 Jul 2026 18:31:15 -0400 Subject: [PATCH] fix(client): resolve codegen workspace version --- bun.lock | 1 + packages/httpapi-codegen/package.json | 1 + 2 files changed, 2 insertions(+) diff --git a/bun.lock b/bun.lock index 3ca6fd949d1..7d4a912af1e 100644 --- a/bun.lock +++ b/bun.lock @@ -530,6 +530,7 @@ }, "packages/httpapi-codegen": { "name": "@opencode-ai/httpapi-codegen", + "version": "0.0.0", "dependencies": { "effect": "catalog:", "prettier": "3.6.2", diff --git a/packages/httpapi-codegen/package.json b/packages/httpapi-codegen/package.json index 84aa736531d..f2a5e4da79a 100644 --- a/packages/httpapi-codegen/package.json +++ b/packages/httpapi-codegen/package.json @@ -1,6 +1,7 @@ { "$schema": "https://json.schemastore.org/package.json", "name": "@opencode-ai/httpapi-codegen", + "version": "0.0.0", "private": true, "type": "module", "exports": {