Skip to content

Commit

Permalink
Version Packages (#4146)
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 Dec 18, 2024
1 parent d4fad4e commit 032de97
Show file tree
Hide file tree
Showing 22 changed files with 51 additions and 43 deletions.
5 changes: 0 additions & 5 deletions .changeset/ten-waves-change.md

This file was deleted.

4 changes: 2 additions & 2 deletions examples/ai-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
"dependencies": {
"@ai-sdk/amazon-bedrock": "1.0.5",
"@ai-sdk/anthropic": "1.0.5",
"@ai-sdk/azure": "1.0.11",
"@ai-sdk/azure": "1.0.12",
"@ai-sdk/cohere": "1.0.5",
"@ai-sdk/fireworks": "0.0.2",
"@ai-sdk/google": "1.0.11",
"@ai-sdk/google-vertex": "2.0.10",
"@ai-sdk/groq": "1.0.8",
"@ai-sdk/mistral": "1.0.5",
"@ai-sdk/openai": "1.0.9",
"@ai-sdk/openai": "1.0.10",
"@ai-sdk/openai-compatible": "0.0.8",
"@ai-sdk/provider": "1.0.2",
"@ai-sdk/togetherai": "0.0.9",
Expand Down
2 changes: 1 addition & 1 deletion examples/express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"type-check": "tsc --noEmit"
},
"dependencies": {
"@ai-sdk/openai": "1.0.9",
"@ai-sdk/openai": "1.0.10",
"ai": "4.0.20",
"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 @@ -3,7 +3,7 @@
"version": "0.0.0",
"private": true,
"dependencies": {
"@ai-sdk/openai": "1.0.9",
"@ai-sdk/openai": "1.0.10",
"ai": "4.0.20",
"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 @@ -3,7 +3,7 @@
"version": "0.0.0",
"private": true,
"dependencies": {
"@ai-sdk/openai": "1.0.9",
"@ai-sdk/openai": "1.0.10",
"@hono/node-server": "1.13.7",
"ai": "4.0.20",
"dotenv": "16.4.5",
Expand Down
2 changes: 1 addition & 1 deletion examples/nest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix"
},
"dependencies": {
"@ai-sdk/openai": "1.0.9",
"@ai-sdk/openai": "1.0.10",
"@nestjs/common": "^10.4.15",
"@nestjs/core": "^10.0.0",
"@nestjs/platform-express": "^10.4.9",
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 @@ -9,7 +9,7 @@
"lint": "next lint"
},
"dependencies": {
"@ai-sdk/openai": "1.0.9",
"@ai-sdk/openai": "1.0.10",
"@vercel/functions": "latest",
"ai": "4.0.20",
"next": "latest",
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 @@ -9,7 +9,7 @@
"lint": "next lint"
},
"dependencies": {
"@ai-sdk/openai": "1.0.9",
"@ai-sdk/openai": "1.0.10",
"@ai-sdk/react": "1.0.6",
"ai": "4.0.20",
"next": "latest",
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 @@ -9,7 +9,7 @@
"lint": "next lint"
},
"dependencies": {
"@ai-sdk/openai": "1.0.9",
"@ai-sdk/openai": "1.0.10",
"@ai-sdk/react": "1.0.6",
"@opentelemetry/api-logs": "0.55.0",
"@opentelemetry/instrumentation": "0.52.1",
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 @@ -9,7 +9,7 @@
"lint": "next lint"
},
"dependencies": {
"@ai-sdk/openai": "1.0.9",
"@ai-sdk/openai": "1.0.10",
"@ai-sdk/react": "1.0.6",
"@opentelemetry/api-logs": "0.55.0",
"@opentelemetry/sdk-logs": "0.55.0",
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 @@ -9,7 +9,7 @@
"lint": "next lint"
},
"dependencies": {
"@ai-sdk/openai": "1.0.9",
"@ai-sdk/openai": "1.0.10",
"@upstash/ratelimit": "^0.4.3",
"@vercel/kv": "^0.2.2",
"ai": "4.0.20",
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 @@ -9,7 +9,7 @@
"lint": "next lint"
},
"dependencies": {
"@ai-sdk/openai": "1.0.9",
"@ai-sdk/openai": "1.0.10",
"@ai-sdk/ui-utils": "1.0.5",
"@ai-sdk/react": "1.0.6",
"@vercel/blob": "^0.26.0",
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 @@ -3,7 +3,7 @@
"version": "0.0.0",
"private": true,
"dependencies": {
"@ai-sdk/openai": "1.0.9",
"@ai-sdk/openai": "1.0.10",
"ai": "4.0.20",
"dotenv": "16.4.5",
"zod": "3.23.8",
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 @@ -10,7 +10,7 @@
},
"dependencies": {
"@ai-sdk/vue": "1.0.6",
"@ai-sdk/openai": "1.0.9",
"@ai-sdk/openai": "1.0.10",
"ai": "4.0.20",
"zod": "3.23.8"
},
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 @@ -14,7 +14,7 @@
"vinxi": "^0.4.3"
},
"dependencies": {
"@ai-sdk/openai": "1.0.9",
"@ai-sdk/openai": "1.0.10",
"@ai-sdk/solid": "1.0.6",
"@solidjs/meta": "0.29.4",
"@solidjs/router": "^0.15.1",
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 @@ -10,7 +10,7 @@
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch"
},
"dependencies": {
"@ai-sdk/openai": "1.0.9",
"@ai-sdk/openai": "1.0.10",
"@ai-sdk/svelte": "1.0.6",
"ai": "4.0.20",
"openai": "4.52.6",
Expand Down
2 changes: 1 addition & 1 deletion examples/swarm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"@ai-sdk/google-vertex": "2.0.10",
"@ai-sdk/groq": "1.0.8",
"@ai-sdk/mistral": "1.0.5",
"@ai-sdk/openai": "1.0.9",
"@ai-sdk/openai": "1.0.10",
"@ai-sdk/swarm": "0.0.29",
"ai": "4.0.20",
"dotenv": "16.4.5",
Expand Down
7 changes: 7 additions & 0 deletions packages/azure/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @ai-sdk/azure

## 1.0.12

### Patch Changes

- Updated dependencies [d4fad4e]
- @ai-sdk/openai@1.0.10

## 1.0.11

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/azure/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ai-sdk/azure",
"version": "1.0.11",
"version": "1.0.12",
"license": "Apache-2.0",
"sideEffects": false,
"main": "./dist/index.js",
Expand Down Expand Up @@ -30,7 +30,7 @@
}
},
"dependencies": {
"@ai-sdk/openai": "1.0.9",
"@ai-sdk/openai": "1.0.10",
"@ai-sdk/provider": "1.0.2",
"@ai-sdk/provider-utils": "2.0.4"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/openai/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @ai-sdk/openai

## 1.0.10

### Patch Changes

- d4fad4e: fix (provider/openai): fix reasoning model detection

## 1.0.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/openai/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ai-sdk/openai",
"version": "1.0.9",
"version": "1.0.10",
"license": "Apache-2.0",
"sideEffects": false,
"main": "./dist/index.js",
Expand Down
36 changes: 18 additions & 18 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 032de97

Please sign in to comment.