From 55157bceaf2fcffbbe7cb8931c52c9a7671b313a Mon Sep 17 00:00:00 2001 From: YeonGyu-Kim Date: Sat, 13 Dec 2025 04:58:37 +0900 Subject: [PATCH] fix(deps): add @openauthjs/openauth and hono as direct dependencies PKCE auth requires these packages directly, not as transitive deps. Fixes CI build failure: Cannot find module '@openauthjs/openauth/pkce' --- bun.lock | 5 ++--- package.json | 3 ++- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bun.lock b/bun.lock index 2a796c0..fe06492 100644 --- a/bun.lock +++ b/bun.lock @@ -8,8 +8,9 @@ "@ast-grep/cli": "^0.40.0", "@ast-grep/napi": "^0.40.0", "@code-yeongyu/comment-checker": "^0.5.0", + "@openauthjs/openauth": "^0.4.3", "@opencode-ai/plugin": "^1.0.150", - "opencode-openai-codex-auth": "^4.1.0", + "hono": "^4.10.4", "picomatch": "^4.0.2", "xdg-basedir": "^5.1.0", "zod": "^4.1.8", @@ -129,8 +130,6 @@ "oh-my-opencode": ["oh-my-opencode@0.1.30", "", { "dependencies": { "@ast-grep/cli": "^0.40.0", "@ast-grep/napi": "^0.40.0", "@code-yeongyu/comment-checker": "^0.4.1", "@opencode-ai/plugin": "^1.0.7", "xdg-basedir": "^5.1.0", "zod": "^4.1.8" }, "peerDependencies": { "bun": ">=1.0.0" } }, "sha512-pXGGgL/7Jcz3yuGJJTI72BKern2egwfRz2LQZTBq+jl+pNCybOvGvXtFmR+WGlF8O3ZjL1wIHypBbIVuHOBzxg=="], - "opencode-openai-codex-auth": ["opencode-openai-codex-auth@4.1.0", "", { "dependencies": { "@openauthjs/openauth": "^0.4.3", "hono": "^4.10.4" }, "peerDependencies": { "@opencode-ai/plugin": "^1.0.150" } }, "sha512-oTJTS6dJt6qokDDUedEvqcWcGl6byGDq4ZbfOHWQQaqiGdbmqoRf3zoQJELuhA3ceibkXv19zljeHbPH9m7FpA=="], - "picomatch": ["picomatch@4.0.3", "", {}, "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q=="], "typescript": ["typescript@5.9.3", "", { "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" } }, "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw=="], diff --git a/package.json b/package.json index 6c72f46..52e605f 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,8 @@ "@ast-grep/napi": "^0.40.0", "@code-yeongyu/comment-checker": "^0.5.0", "@opencode-ai/plugin": "^1.0.150", - + "@openauthjs/openauth": "^0.4.3", + "hono": "^4.10.4", "picomatch": "^4.0.2", "xdg-basedir": "^5.1.0", "zod": "^4.1.8"