Skip to content

Commit

Permalink
Version Packages (#4350)
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 10, 2025
1 parent ba62cf2 commit 7dbac68
Show file tree
Hide file tree
Showing 23 changed files with 53 additions and 48 deletions.
5 changes: 0 additions & 5 deletions .changeset/seven-teachers-sing.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thin-jars-breathe.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.8",
"@ai-sdk/anthropic": "1.0.8",
"@ai-sdk/azure": "1.0.18",
"@ai-sdk/azure": "1.0.19",
"@ai-sdk/cohere": "1.0.8",
"@ai-sdk/deepseek": "0.0.4",
"@ai-sdk/deepinfra": "0.0.8",
Expand All @@ -14,7 +14,7 @@
"@ai-sdk/google-vertex": "2.0.16",
"@ai-sdk/groq": "1.0.11",
"@ai-sdk/mistral": "1.0.8",
"@ai-sdk/openai": "1.0.16",
"@ai-sdk/openai": "1.0.17",
"@ai-sdk/openai-compatible": "0.0.16",
"@ai-sdk/provider": "1.0.4",
"@ai-sdk/replicate": "0.0.1",
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.16",
"@ai-sdk/openai": "1.0.17",
"ai": "4.0.33",
"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.16",
"@ai-sdk/openai": "1.0.17",
"ai": "4.0.33",
"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.16",
"@ai-sdk/openai": "1.0.17",
"@hono/node-server": "1.13.7",
"ai": "4.0.33",
"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.16",
"@ai-sdk/openai": "1.0.17",
"@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.16",
"@ai-sdk/openai": "1.0.17",
"@vercel/functions": "latest",
"ai": "4.0.33",
"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.16",
"@ai-sdk/openai": "1.0.17",
"@ai-sdk/react": "1.0.9",
"ai": "4.0.33",
"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.16",
"@ai-sdk/openai": "1.0.17",
"@ai-sdk/react": "1.0.9",
"@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.16",
"@ai-sdk/openai": "1.0.17",
"@ai-sdk/react": "1.0.9",
"@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.16",
"@ai-sdk/openai": "1.0.17",
"@upstash/ratelimit": "^0.4.3",
"@vercel/kv": "^0.2.2",
"ai": "4.0.33",
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.16",
"@ai-sdk/openai": "1.0.17",
"@ai-sdk/ui-utils": "1.0.8",
"@ai-sdk/react": "1.0.9",
"@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.16",
"@ai-sdk/openai": "1.0.17",
"ai": "4.0.33",
"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.9",
"@ai-sdk/openai": "1.0.16",
"@ai-sdk/openai": "1.0.17",
"ai": "4.0.33",
"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.16",
"@ai-sdk/openai": "1.0.17",
"@ai-sdk/solid": "1.0.9",
"@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.16",
"@ai-sdk/openai": "1.0.17",
"@ai-sdk/svelte": "1.0.9",
"ai": "4.0.33",
"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.16",
"@ai-sdk/groq": "1.0.11",
"@ai-sdk/mistral": "1.0.8",
"@ai-sdk/openai": "1.0.16",
"@ai-sdk/openai": "1.0.17",
"@ai-sdk/swarm": "0.0.42",
"ai": "4.0.33",
"dotenv": "16.4.5",
Expand Down
8 changes: 8 additions & 0 deletions packages/azure/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @ai-sdk/azure

## 1.0.19

### Patch Changes

- Updated dependencies [ba62cf2]
- Updated dependencies [3c3fae8]
- @ai-sdk/openai@1.0.17

## 1.0.18

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

## 1.0.17

### Patch Changes

- ba62cf2: feat (provider/openai): automatically map maxTokens to max_completion_tokens for reasoning models
- 3c3fae8: fix (provider/openai): add o1-mini-2024-09-12 and o1-preview-2024-09-12 configurations

## 1.0.16

### 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.16",
"version": "1.0.17",
"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 7dbac68

Please sign in to comment.