Skip to content

Commit 6e47d61

Browse files
committed
fix(adapters): declare @archon/providers as workspace dep
CI's stricter package-resolution caught that @archon/adapters imports @archon/providers/types (TokenUsage) without declaring the workspace dependency. Locally bun resolved it transitively via @archon/core; CI's clean install does not.
1 parent c38ef09 commit 6e47d61

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

bun.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/adapters/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"@archon/git": "workspace:*",
2020
"@archon/isolation": "workspace:*",
2121
"@archon/paths": "workspace:*",
22+
"@archon/providers": "workspace:*",
2223
"@octokit/rest": "^22.0.0",
2324
"@slack/bolt": "^4.6.0",
2425
"discord.js": "^14.16.0",

0 commit comments

Comments
 (0)