Skip to content

Commit

Permalink
Version Packages (#4873)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Feb 14, 2025
1 parent 08a3641 commit 1bf2b94
Show file tree
Hide file tree
Showing 33 changed files with 112 additions and 82 deletions.
5 changes: 0 additions & 5 deletions .changeset/silly-plants-dance.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slimy-buckets-brake.md

This file was deleted.

8 changes: 4 additions & 4 deletions examples/ai-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"@ai-sdk/deepseek": "0.1.10",
"@ai-sdk/fal": "0.0.4",
"@ai-sdk/fireworks": "0.1.10",
"@ai-sdk/google": "1.1.13",
"@ai-sdk/google-vertex": "2.1.14",
"@ai-sdk/google": "1.1.14",
"@ai-sdk/google-vertex": "2.1.15",
"@ai-sdk/groq": "1.1.9",
"@ai-sdk/luma": "0.0.6",
"@ai-sdk/mistral": "1.1.10",
Expand All @@ -24,12 +24,12 @@
"@ai-sdk/replicate": "0.1.9",
"@ai-sdk/togetherai": "0.1.11",
"@ai-sdk/xai": "1.1.10",
"@ai-sdk/valibot": "0.0.5",
"@ai-sdk/valibot": "0.0.6",
"@google/generative-ai": "0.21.0",
"@opentelemetry/auto-instrumentations-node": "0.54.0",
"@opentelemetry/sdk-node": "0.54.2",
"@opentelemetry/sdk-trace-node": "1.28.0",
"ai": "4.1.38",
"ai": "4.1.39",
"dotenv": "16.4.5",
"image-type": "^5.2.0",
"mathjs": "14.0.0",
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.1.11",
"ai": "4.1.38",
"ai": "4.1.39",
"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.1.11",
"ai": "4.1.38",
"ai": "4.1.39",
"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.1.11",
"@hono/node-server": "1.13.7",
"ai": "4.1.38",
"ai": "4.1.39",
"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.1.38",
"ai": "4.1.39",
"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 @@ -13,7 +13,7 @@
"dependencies": {
"@ai-sdk/ui-utils": "1.1.14",
"@ai-sdk/react": "1.1.14",
"ai": "4.1.38",
"ai": "4.1.39",
"geist": "^1.3.1",
"next": "latest",
"react": "^18",
Expand Down
4 changes: 2 additions & 2 deletions examples/next-google-vertex/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"lint": "next lint"
},
"dependencies": {
"@ai-sdk/google-vertex": "2.1.14",
"ai": "4.1.38",
"@ai-sdk/google-vertex": "2.1.15",
"ai": "4.1.39",
"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.1.14",
"@langchain/openai": "0.0.28",
"@langchain/core": "0.1.63",
"ai": "4.1.38",
"ai": "4.1.39",
"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 @@ -12,7 +12,7 @@
"@ai-sdk/openai": "1.1.11",
"@ai-sdk/react": "1.1.14",
"@vercel/functions": "latest",
"ai": "4.1.38",
"ai": "4.1.39",
"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.1.11",
"@ai-sdk/react": "1.1.14",
"ai": "4.1.38",
"ai": "4.1.39",
"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.1.38",
"ai": "4.1.39",
"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.1.38",
"ai": "4.1.39",
"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 @@ -13,7 +13,7 @@
"@ai-sdk/react": "1.1.14",
"@upstash/ratelimit": "^0.4.3",
"@vercel/kv": "^0.2.2",
"ai": "4.1.38",
"ai": "4.1.39",
"next": "latest",
"react": "^18",
"react-dom": "^18",
Expand Down
4 changes: 2 additions & 2 deletions examples/next-openai/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
"@ai-sdk/anthropic": "1.1.8",
"@ai-sdk/deepseek": "0.1.10",
"@ai-sdk/openai": "1.1.11",
"@ai-sdk/google-vertex": "2.1.14",
"@ai-sdk/google-vertex": "2.1.15",
"@ai-sdk/perplexity": "1.0.0",
"@ai-sdk/ui-utils": "1.1.14",
"@ai-sdk/react": "1.1.14",
"@vercel/blob": "^0.26.0",
"ai": "4.1.38",
"ai": "4.1.39",
"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.1.11",
"ai": "4.1.38",
"ai": "4.1.39",
"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.1.15",
"@ai-sdk/openai": "1.1.11",
"ai": "4.1.38",
"ai": "4.1.39",
"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 @@ -20,7 +20,7 @@
"@solidjs/meta": "0.29.4",
"@solidjs/router": "^0.15.1",
"@solidjs/start": "^1.0.10",
"ai": "4.1.38",
"ai": "4.1.39",
"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.1.11",
"@ai-sdk/svelte": "1.1.15",
"ai": "4.1.38",
"ai": "4.1.39",
"openai": "4.52.6",
"zod": "^3.23.8"
},
Expand Down
8 changes: 4 additions & 4 deletions examples/swarm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"private": true,
"dependencies": {
"@ai-sdk/anthropic": "1.1.8",
"@ai-sdk/google": "1.1.13",
"@ai-sdk/google-vertex": "2.1.14",
"@ai-sdk/google": "1.1.14",
"@ai-sdk/google-vertex": "2.1.15",
"@ai-sdk/groq": "1.1.9",
"@ai-sdk/mistral": "1.1.10",
"@ai-sdk/openai": "1.1.11",
"@ai-sdk/swarm": "0.1.38",
"ai": "4.1.38",
"@ai-sdk/swarm": "0.1.39",
"ai": "4.1.39",
"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.1.39

### Patch Changes

- 075a9a9: fix (ai): improve tsdoc on custom provider

## 4.1.38

### 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.1.38",
"version": "4.1.39",
"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 [075a9a9]
- ai@4.1.39

## 0.0.1

### Patch Changes

- Updated dependencies [4c9c194]
- Updated dependencies [2e898b4]
- ai@4.1.38
Expand Down
7 changes: 7 additions & 0 deletions packages/google-vertex/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @ai-sdk/google-vertex

## 2.1.15

### Patch Changes

- Updated dependencies [08a3641]
- @ai-sdk/google@1.1.14

## 2.1.14

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/google-vertex/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ai-sdk/google-vertex",
"version": "2.1.14",
"version": "2.1.15",
"license": "Apache-2.0",
"sideEffects": false,
"main": "./dist/index.js",
Expand Down Expand Up @@ -49,7 +49,7 @@
},
"dependencies": {
"@ai-sdk/anthropic": "1.1.8",
"@ai-sdk/google": "1.1.13",
"@ai-sdk/google": "1.1.14",
"@ai-sdk/provider": "1.0.7",
"@ai-sdk/provider-utils": "2.1.8",
"google-auth-library": "^9.15.0"
Expand Down
6 changes: 6 additions & 0 deletions packages/google/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @ai-sdk/google

## 1.1.14

### Patch Changes

- 08a3641: fix (provider/google): support nullable enums in schema

## 1.1.13

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/google/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ai-sdk/google",
"version": "1.1.13",
"version": "1.1.14",
"license": "Apache-2.0",
"sideEffects": false,
"main": "./dist/index.js",
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.1.39

### Patch Changes

- Updated dependencies [075a9a9]
- ai@4.1.39

## 0.1.38

### 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.1.38",
"version": "0.1.39",
"license": "Apache-2.0",
"sideEffects": false,
"main": "./dist/index.js",
Expand All @@ -27,7 +27,7 @@
}
},
"dependencies": {
"ai": "4.1.38",
"ai": "4.1.39",
"zod": "3.23.8"
},
"devDependencies": {
Expand Down
7 changes: 7 additions & 0 deletions packages/valibot/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @ai-sdk/valibot

## 0.0.6

### Patch Changes

- Updated dependencies [075a9a9]
- ai@4.1.39

## 0.0.5

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/valibot/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ai-sdk/valibot",
"version": "0.0.5",
"version": "0.0.6",
"license": "Apache-2.0",
"sideEffects": false,
"main": "./dist/index.js",
Expand All @@ -27,7 +27,7 @@
}
},
"dependencies": {
"ai": "4.1.38"
"ai": "4.1.39"
},
"devDependencies": {
"@types/node": "^18",
Expand Down
Loading

0 comments on commit 1bf2b94

Please sign in to comment.