-
Notifications
You must be signed in to change notification settings - Fork 60
Bump the npm_and_yarn group across 3 directories with 2 updates #552
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -109,7 +109,7 @@ | |
| "@opentelemetry/exporter-metrics-otlp-http": "^0.204.0", | ||
| "@opentelemetry/resources": "^2.1.0", | ||
| "@opentelemetry/sdk-metrics": "^2.1.0", | ||
| "ai": "2.2.37", | ||
| "ai": "5.0.52", | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Useful? React with 👍 / 👎. |
||
| "cache-control-parser": "^2.0.6", | ||
| "content-disposition": "^0.5.4", | ||
| "date-fns": "^4.1.0", | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In
apis/node,pnpm run buildrunstsc --noEmitand esbuild oversrc/local.ts; that path importsAIStreamandAIStreamCallbacksAndOptionsfromaiinapis/node/src/anthropic.ts. AI SDK 5 removed the legacy stream helpers (the v5 docs markAIStreamas removed in AI SDK 4.0), so this dependency bump makes the Node package fail to typecheck/bundle anywhere the Anthropic stream helper is included unless the code is migrated or the major upgrade is held back.Useful? React with 👍 / 👎.