Skip to content
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

Version Packages #4110

Merged
merged 1 commit into from
Dec 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Version Packages
  • Loading branch information
github-actions[bot] committed Dec 17, 2024
commit f7d0936ae30ae7050d8258cd2d74305e37ee9a47
5 changes: 0 additions & 5 deletions .changeset/tricky-buckets-notice.md

This file was deleted.

2 changes: 1 addition & 1 deletion examples/ai-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@opentelemetry/sdk-node": "0.54.2",
"@opentelemetry/auto-instrumentations-node": "0.54.0",
"@opentelemetry/sdk-trace-node": "1.28.0",
"ai": "4.0.18",
"ai": "4.0.19",
"dotenv": "16.4.5",
"mathjs": "14.0.0",
"zod": "3.23.8",
Expand Down
2 changes: 1 addition & 1 deletion examples/express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"@ai-sdk/openai": "1.0.8",
"ai": "4.0.18",
"ai": "4.0.19",
"dotenv": "16.4.5",
"express": "5.0.1"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/fastify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"dependencies": {
"@ai-sdk/openai": "1.0.8",
"ai": "4.0.18",
"ai": "4.0.19",
"dotenv": "16.4.5",
"fastify": "5.1.0"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/hono/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"dependencies": {
"@ai-sdk/openai": "1.0.8",
"@hono/node-server": "1.13.7",
"ai": "4.0.18",
"ai": "4.0.19",
"dotenv": "16.4.5",
"hono": "4.6.9"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/nest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@nestjs/common": "^10.4.15",
"@nestjs/core": "^10.0.0",
"@nestjs/platform-express": "^10.4.9",
"ai": "4.0.18",
"ai": "4.0.19",
"reflect-metadata": "^0.2.0",
"rxjs": "^7.8.1"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/next-fastapi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"dependencies": {
"@ai-sdk/ui-utils": "1.0.5",
"ai": "4.0.18",
"ai": "4.0.19",
"geist": "^1.3.1",
"next": "latest",
"react": "^18",
Expand Down
2 changes: 1 addition & 1 deletion examples/next-google-vertex/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@ai-sdk/google-vertex": "2.0.8",
"ai": "4.0.18",
"ai": "4.0.19",
"geist": "^1.3.1",
"next": "latest",
"react": "^18",
Expand Down
2 changes: 1 addition & 1 deletion examples/next-langchain/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@ai-sdk/react": "1.0.6",
"@langchain/openai": "0.0.28",
"@langchain/core": "0.1.63",
"ai": "4.0.18",
"ai": "4.0.19",
"langchain": "0.1.36",
"next": "latest",
"react": "^18",
Expand Down
2 changes: 1 addition & 1 deletion examples/next-openai-kasada-bot-protection/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"@ai-sdk/openai": "1.0.8",
"@vercel/functions": "latest",
"ai": "4.0.18",
"ai": "4.0.19",
"next": "latest",
"react": "^18",
"react-dom": "^18",
Expand Down
2 changes: 1 addition & 1 deletion examples/next-openai-pages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"@ai-sdk/openai": "1.0.8",
"@ai-sdk/react": "1.0.6",
"ai": "4.0.18",
"ai": "4.0.19",
"next": "latest",
"openai": "4.52.6",
"react": "^18",
Expand Down
2 changes: 1 addition & 1 deletion examples/next-openai-telemetry-sentry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@sentry/nextjs": "^8.42.0",
"@sentry/opentelemetry": "8.22.0",
"@vercel/otel": "1.10.0",
"ai": "4.0.18",
"ai": "4.0.19",
"next": "latest",
"openai": "4.52.6",
"react": "^18",
Expand Down
2 changes: 1 addition & 1 deletion examples/next-openai-telemetry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@opentelemetry/sdk-logs": "0.55.0",
"@opentelemetry/instrumentation": "0.52.1",
"@vercel/otel": "1.10.0",
"ai": "4.0.18",
"ai": "4.0.19",
"next": "latest",
"openai": "4.52.6",
"react": "^18",
Expand Down
2 changes: 1 addition & 1 deletion examples/next-openai-upstash-rate-limits/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@ai-sdk/openai": "1.0.8",
"@upstash/ratelimit": "^0.4.3",
"@vercel/kv": "^0.2.2",
"ai": "4.0.18",
"ai": "4.0.19",
"next": "latest",
"react": "^18",
"react-dom": "^18",
Expand Down
2 changes: 1 addition & 1 deletion examples/next-openai/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@ai-sdk/ui-utils": "1.0.5",
"@ai-sdk/react": "1.0.6",
"@vercel/blob": "^0.26.0",
"ai": "4.0.18",
"ai": "4.0.19",
"next": "latest",
"openai": "4.52.6",
"react": "^18",
Expand Down
2 changes: 1 addition & 1 deletion examples/node-http-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"dependencies": {
"@ai-sdk/openai": "1.0.8",
"ai": "4.0.18",
"ai": "4.0.19",
"dotenv": "16.4.5",
"zod": "3.23.8",
"zod-to-json-schema": "3.23.5"
Expand Down
2 changes: 1 addition & 1 deletion examples/nuxt-openai/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"@ai-sdk/vue": "1.0.6",
"@ai-sdk/openai": "1.0.8",
"ai": "4.0.18",
"ai": "4.0.19",
"zod": "3.23.8"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/solidstart-openai/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@solidjs/meta": "0.29.4",
"@solidjs/router": "^0.15.1",
"@solidjs/start": "^1.0.10",
"ai": "4.0.18",
"ai": "4.0.19",
"solid-js": "^1.9.3",
"zod": "^3.23.8"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/sveltekit-openai/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"@ai-sdk/openai": "1.0.8",
"@ai-sdk/svelte": "1.0.6",
"ai": "4.0.18",
"ai": "4.0.19",
"openai": "4.52.6",
"zod": "^3.23.8"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/swarm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"@ai-sdk/groq": "1.0.8",
"@ai-sdk/mistral": "1.0.5",
"@ai-sdk/openai": "1.0.8",
"@ai-sdk/swarm": "0.0.27",
"ai": "4.0.18",
"@ai-sdk/swarm": "0.0.28",
"ai": "4.0.19",
"dotenv": "16.4.5",
"zod": "3.23.8",
"zod-to-json-schema": "3.23.5",
Expand Down
6 changes: 6 additions & 0 deletions packages/ai/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# ai

## 4.0.19

### Patch Changes

- c3a6065: fix (ai/core): apply transform before callbacks and resolvables

## 4.0.18

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ai/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ai",
"version": "4.0.18",
"version": "4.0.19",
"description": "AI SDK by Vercel - The AI Toolkit for TypeScript and JavaScript",
"license": "Apache-2.0",
"sideEffects": false,
Expand Down
7 changes: 7 additions & 0 deletions packages/ai/tests/e2e/next-server/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@

### Patch Changes

- Updated dependencies [c3a6065]
- ai@4.0.19

## 0.0.1

### Patch Changes

- Updated dependencies [304e6d3]
- Updated dependencies [304e6d3]
- ai@4.0.18
Expand Down
7 changes: 7 additions & 0 deletions packages/swarm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @ai-sdk/swarm

## 0.0.28

### Patch Changes

- Updated dependencies [c3a6065]
- ai@4.0.19

## 0.0.27

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/swarm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ai-sdk/swarm",
"version": "0.0.27",
"version": "0.0.28",
"license": "Apache-2.0",
"sideEffects": false,
"main": "./dist/index.js",
Expand All @@ -27,7 +27,7 @@
}
},
"dependencies": {
"ai": "4.0.18",
"ai": "4.0.19",
"zod": "3.23.8"
},
"devDependencies": {
Expand Down
Loading