Skip to content

Commit b641dbf

Browse files
anandgupta42claude
andcommitted
fix: pin @altimateai/altimate-core to exact version to prevent stale binaries
Change `^0.2.5` → `0.2.5` so npm/pnpm/bun won't skip re-downloading when a newer version is published. With the caret range, package managers could serve a cached `0.2.5` binary even after `0.2.6` ships, causing missing export errors at runtime. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 959d580 commit b641dbf

2 files changed

Lines changed: 10 additions & 4 deletions

File tree

bun.lock

Lines changed: 9 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/opencode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"@ai-sdk/togetherai": "1.0.34",
7979
"@ai-sdk/vercel": "1.0.33",
8080
"@ai-sdk/xai": "2.0.51",
81-
"@altimateai/altimate-core": "^0.2.5",
81+
"@altimateai/altimate-core": "0.2.5",
8282
"@altimateai/drivers": "workspace:*",
8383
"@aws-sdk/credential-providers": "3.993.0",
8484
"@clack/prompts": "1.0.0-alpha.1",

0 commit comments

Comments
 (0)