Skip to content

Commit

Permalink
Version Packages (#4394)
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 14, 2025
1 parent ae57beb commit b454865
Show file tree
Hide file tree
Showing 17 changed files with 81 additions and 38 deletions.
5 changes: 0 additions & 5 deletions .changeset/serious-points-collect.md

This file was deleted.

14 changes: 7 additions & 7 deletions examples/ai-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,21 @@
"@ai-sdk/amazon-bedrock": "1.0.8",
"@ai-sdk/anthropic": "1.0.8",
"@ai-sdk/azure": "1.0.21",
"@ai-sdk/cerebras": "0.0.1",
"@ai-sdk/cerebras": "0.0.2",
"@ai-sdk/cohere": "1.0.8",
"@ai-sdk/deepseek": "0.0.4",
"@ai-sdk/deepinfra": "0.0.8",
"@ai-sdk/fireworks": "0.0.12",
"@ai-sdk/deepseek": "0.0.5",
"@ai-sdk/deepinfra": "0.0.9",
"@ai-sdk/fireworks": "0.0.13",
"@ai-sdk/google": "1.0.16",
"@ai-sdk/google-vertex": "2.0.18",
"@ai-sdk/groq": "1.0.11",
"@ai-sdk/mistral": "1.0.8",
"@ai-sdk/openai": "1.0.19",
"@ai-sdk/openai-compatible": "0.0.16",
"@ai-sdk/openai-compatible": "0.0.17",
"@ai-sdk/provider": "1.0.4",
"@ai-sdk/replicate": "0.0.3",
"@ai-sdk/togetherai": "0.0.19",
"@ai-sdk/xai": "1.0.17",
"@ai-sdk/togetherai": "0.0.20",
"@ai-sdk/xai": "1.0.18",
"@opentelemetry/sdk-node": "0.54.2",
"@opentelemetry/auto-instrumentations-node": "0.54.0",
"@opentelemetry/sdk-trace-node": "1.28.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/cerebras/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @ai-sdk/cerebras

## 0.0.2

### Patch Changes

- Updated dependencies [ae57beb]
- @ai-sdk/openai-compatible@0.0.17

## 0.0.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/cerebras/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ai-sdk/cerebras",
"version": "0.0.1",
"version": "0.0.2",
"license": "Apache-2.0",
"sideEffects": false,
"main": "./dist/index.js",
Expand Down Expand Up @@ -30,7 +30,7 @@
}
},
"dependencies": {
"@ai-sdk/openai-compatible": "0.0.16",
"@ai-sdk/openai-compatible": "0.0.17",
"@ai-sdk/provider": "1.0.4",
"@ai-sdk/provider-utils": "2.0.7"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/deepinfra/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @ai-sdk/deepinfra

## 0.0.9

### Patch Changes

- Updated dependencies [ae57beb]
- @ai-sdk/openai-compatible@0.0.17

## 0.0.8

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/deepinfra/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ai-sdk/deepinfra",
"version": "0.0.8",
"version": "0.0.9",
"license": "Apache-2.0",
"sideEffects": false,
"main": "./dist/index.js",
Expand Down Expand Up @@ -30,7 +30,7 @@
}
},
"dependencies": {
"@ai-sdk/openai-compatible": "0.0.16",
"@ai-sdk/openai-compatible": "0.0.17",
"@ai-sdk/provider": "1.0.4",
"@ai-sdk/provider-utils": "2.0.7"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/deepseek/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @ai-sdk/deepseek

## 0.0.5

### Patch Changes

- Updated dependencies [ae57beb]
- @ai-sdk/openai-compatible@0.0.17

## 0.0.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/deepseek/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ai-sdk/deepseek",
"version": "0.0.4",
"version": "0.0.5",
"license": "Apache-2.0",
"sideEffects": false,
"main": "./dist/index.js",
Expand Down Expand Up @@ -30,7 +30,7 @@
}
},
"dependencies": {
"@ai-sdk/openai-compatible": "0.0.16",
"@ai-sdk/openai-compatible": "0.0.17",
"@ai-sdk/provider": "1.0.4",
"@ai-sdk/provider-utils": "2.0.7"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/fireworks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @ai-sdk/fireworks

## 0.0.13

### Patch Changes

- Updated dependencies [ae57beb]
- @ai-sdk/openai-compatible@0.0.17

## 0.0.12

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/fireworks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ai-sdk/fireworks",
"version": "0.0.12",
"version": "0.0.13",
"license": "Apache-2.0",
"sideEffects": false,
"main": "./dist/index.js",
Expand Down Expand Up @@ -30,7 +30,7 @@
}
},
"dependencies": {
"@ai-sdk/openai-compatible": "0.0.16",
"@ai-sdk/openai-compatible": "0.0.17",
"@ai-sdk/provider": "1.0.4",
"@ai-sdk/provider-utils": "2.0.7"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/openai-compatible/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @ai-sdk/openai-compatible

## 0.0.17

### Patch Changes

- ae57beb: feat (provider/openai-compatible): add support for optional custom URL parameters in requests.

## 0.0.16

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/openai-compatible/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ai-sdk/openai-compatible",
"version": "0.0.16",
"version": "0.0.17",
"license": "Apache-2.0",
"sideEffects": false,
"main": "./dist/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/togetherai/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @ai-sdk/togetherai

## 0.0.20

### Patch Changes

- Updated dependencies [ae57beb]
- @ai-sdk/openai-compatible@0.0.17

## 0.0.19

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/togetherai/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ai-sdk/togetherai",
"version": "0.0.19",
"version": "0.0.20",
"license": "Apache-2.0",
"sideEffects": false,
"main": "./dist/index.js",
Expand Down Expand Up @@ -30,7 +30,7 @@
}
},
"dependencies": {
"@ai-sdk/openai-compatible": "0.0.16",
"@ai-sdk/openai-compatible": "0.0.17",
"@ai-sdk/provider": "1.0.4",
"@ai-sdk/provider-utils": "2.0.7"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/xai/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @ai-sdk/xai

## 1.0.18

### Patch Changes

- Updated dependencies [ae57beb]
- @ai-sdk/openai-compatible@0.0.17

## 1.0.17

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/xai/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ai-sdk/xai",
"version": "1.0.17",
"version": "1.0.18",
"license": "Apache-2.0",
"sideEffects": false,
"main": "./dist/index.js",
Expand Down Expand Up @@ -30,7 +30,7 @@
}
},
"dependencies": {
"@ai-sdk/openai-compatible": "0.0.16",
"@ai-sdk/openai-compatible": "0.0.17",
"@ai-sdk/provider": "1.0.4",
"@ai-sdk/provider-utils": "2.0.7"
},
Expand Down
26 changes: 13 additions & 13 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 b454865

Please sign in to comment.