Skip to content

Commit

Permalink
Version Packages (#4322)
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 Jan 8, 2025
1 parent f8c6acb commit 17a3cf9
Show file tree
Hide file tree
Showing 24 changed files with 55 additions and 53 deletions.
5 changes: 0 additions & 5 deletions .changeset/eight-beers-exist.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/friendly-keys-admire.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/neat-laws-lay.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,7 +5,7 @@
"dependencies": {
"@ai-sdk/amazon-bedrock": "1.0.7",
"@ai-sdk/anthropic": "1.0.7",
"@ai-sdk/azure": "1.0.16",
"@ai-sdk/azure": "1.0.17",
"@ai-sdk/cohere": "1.0.7",
"@ai-sdk/deepseek": "0.0.2",
"@ai-sdk/deepinfra": "0.0.6",
Expand All @@ -14,7 +14,7 @@
"@ai-sdk/google-vertex": "2.0.14",
"@ai-sdk/groq": "1.0.10",
"@ai-sdk/mistral": "1.0.7",
"@ai-sdk/openai": "1.0.14",
"@ai-sdk/openai": "1.0.15",
"@ai-sdk/openai-compatible": "0.0.14",
"@ai-sdk/provider": "1.0.4",
"@ai-sdk/togetherai": "0.0.17",
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.14",
"@ai-sdk/openai": "1.0.15",
"ai": "4.0.30",
"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.14",
"@ai-sdk/openai": "1.0.15",
"ai": "4.0.30",
"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.14",
"@ai-sdk/openai": "1.0.15",
"@hono/node-server": "1.13.7",
"ai": "4.0.30",
"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.14",
"@ai-sdk/openai": "1.0.15",
"@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.14",
"@ai-sdk/openai": "1.0.15",
"@vercel/functions": "latest",
"ai": "4.0.30",
"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.14",
"@ai-sdk/openai": "1.0.15",
"@ai-sdk/react": "1.0.8",
"ai": "4.0.30",
"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.14",
"@ai-sdk/openai": "1.0.15",
"@ai-sdk/react": "1.0.8",
"@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.14",
"@ai-sdk/openai": "1.0.15",
"@ai-sdk/react": "1.0.8",
"@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.14",
"@ai-sdk/openai": "1.0.15",
"@upstash/ratelimit": "^0.4.3",
"@vercel/kv": "^0.2.2",
"ai": "4.0.30",
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.14",
"@ai-sdk/openai": "1.0.15",
"@ai-sdk/ui-utils": "1.0.7",
"@ai-sdk/react": "1.0.8",
"@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.14",
"@ai-sdk/openai": "1.0.15",
"ai": "4.0.30",
"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.8",
"@ai-sdk/openai": "1.0.14",
"@ai-sdk/openai": "1.0.15",
"ai": "4.0.30",
"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.14",
"@ai-sdk/openai": "1.0.15",
"@ai-sdk/solid": "1.0.8",
"@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.14",
"@ai-sdk/openai": "1.0.15",
"@ai-sdk/svelte": "1.0.8",
"ai": "4.0.30",
"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.14",
"@ai-sdk/groq": "1.0.10",
"@ai-sdk/mistral": "1.0.7",
"@ai-sdk/openai": "1.0.14",
"@ai-sdk/openai": "1.0.15",
"@ai-sdk/swarm": "0.0.39",
"ai": "4.0.30",
"dotenv": "16.4.5",
Expand Down
9 changes: 9 additions & 0 deletions packages/azure/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @ai-sdk/azure

## 1.0.17

### Patch Changes

- Updated dependencies [f8c6acb]
- Updated dependencies [d0041f7]
- Updated dependencies [4d2f97b]
- @ai-sdk/openai@1.0.15

## 1.0.16

### 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.16",
"version": "1.0.17",
"license": "Apache-2.0",
"sideEffects": false,
"main": "./dist/index.js",
Expand Down Expand Up @@ -30,7 +30,7 @@
}
},
"dependencies": {
"@ai-sdk/openai": "1.0.14",
"@ai-sdk/openai": "1.0.15",
"@ai-sdk/provider": "1.0.4",
"@ai-sdk/provider-utils": "2.0.6"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/openai/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @ai-sdk/openai

## 1.0.15

### Patch Changes

- f8c6acb: feat (provider/openai): automatically simulate streaming for reasoning models
- d0041f7: feat (provider/openai): improved system message support for reasoning models
- 4d2f97b: feat (provider/openai): improve automatic setting removal for reasoning models

## 1.0.14

### 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.14",
"version": "1.0.15",
"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 17a3cf9

Please sign in to comment.