Skip to content

Commit 55157bc

Browse files
committed
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'
1 parent 5608bd0 commit 55157bc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

bun.lock

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@
88
"@ast-grep/cli": "^0.40.0",
99
"@ast-grep/napi": "^0.40.0",
1010
"@code-yeongyu/comment-checker": "^0.5.0",
11+
"@openauthjs/openauth": "^0.4.3",
1112
"@opencode-ai/plugin": "^1.0.150",
12-
"opencode-openai-codex-auth": "^4.1.0",
13+
"hono": "^4.10.4",
1314
"picomatch": "^4.0.2",
1415
"xdg-basedir": "^5.1.0",
1516
"zod": "^4.1.8",
@@ -129,8 +130,6 @@
129130

130131
"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=="],
131132

132-
"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=="],
133-
134133
"picomatch": ["picomatch@4.0.3", "", {}, "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q=="],
135134

136135
"typescript": ["typescript@5.9.3", "", { "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" } }, "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw=="],

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@
5050
"@ast-grep/napi": "^0.40.0",
5151
"@code-yeongyu/comment-checker": "^0.5.0",
5252
"@opencode-ai/plugin": "^1.0.150",
53-
53+
"@openauthjs/openauth": "^0.4.3",
54+
"hono": "^4.10.4",
5455
"picomatch": "^4.0.2",
5556
"xdg-basedir": "^5.1.0",
5657
"zod": "^4.1.8"

0 commit comments

Comments
 (0)