-
Notifications
You must be signed in to change notification settings - Fork 60
Bump the npm_and_yarn group across 3 directories with 9 updates #534
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
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.
This workspace still imports
AIStreamandAIStreamCallbacksAndOptionsfromaiinapis/node/src/anthropic.ts, but AI SDK v5 removed those legacy stream helpers. With this dependency installed, the node lambda typecheck/bundle will fail on missing exports before the package can build, so this needs to stay on the 2.x line or migrate the Anthropic stream wrapper to the v5 streaming APIs in the same change.Useful? React with 👍 / 👎.