Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b41d963

Browse files
chore(deps-dev): bump anthropic sdk in llmix
Added the missing lockfile update and fixed the stale CLI package-bin assertion exposed by the package test. Validated with bun run build, targeted CLI test, bun run check:typescript, and bun run test:typescript. Repository CI passed except the bot-only claude-review policy check.
1 parent 54a9186 commit b41d963

3 files changed

Lines changed: 7 additions & 4 deletions

File tree

bun.lock

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

packages/llmix/typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
"@ai-sdk/anthropic": "^3.0.66",
9090
"@ai-sdk/google": "^3.0.0",
9191
"@ai-sdk/openai": "^3.0.0",
92-
"@anthropic-ai/sdk": "^0.95.1",
92+
"@anthropic-ai/sdk": "^0.98.0",
9393
"@types/node": "^25.6.2",
9494
"@types/proper-lockfile": "^4.1.4",
9595
"ai": "^6.0.0",

packages/llmix/typescript/tests/config-registry-cli.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ await run("package exposes llmix bin", async () => {
106106
const packageJson = JSON.parse(await readFile(packagePath, "utf-8")) as {
107107
bin?: Record<string, string>
108108
}
109-
assert.equal(packageJson.bin?.["llmix"], "./dist/cli.js")
109+
assert.equal(packageJson.bin?.["llmix"], "dist/cli.js")
110110
})
111111

112112
await run("llmix bin executes through symlink", async () => {

0 commit comments

Comments
 (0)