ai 6.0.218 → 6.0.219

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # ai
2
2
 
3
+ ## 6.0.219
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [8fbadac]
8
+ - @ai-sdk/gateway@3.0.143
9
+
3
10
  ## 6.0.218
4
11
 
5
12
  ### Patch Changes
package/dist/index.js CHANGED
@@ -1281,7 +1281,7 @@ function detectMediaType({
1281
1281
  var import_provider_utils3 = require("@ai-sdk/provider-utils");
1282
1282
 
1283
1283
  // src/version.ts
1284
- var VERSION = true ? "6.0.218" : "0.0.0-test";
1284
+ var VERSION = true ? "6.0.219" : "0.0.0-test";
1285
1285
 
1286
1286
  // src/util/download/download.ts
1287
1287
  var download = async ({
package/dist/index.mjs CHANGED
@@ -1171,7 +1171,7 @@ import {
1171
1171
  } from "@ai-sdk/provider-utils";
1172
1172
 
1173
1173
  // src/version.ts
1174
- var VERSION = true ? "6.0.218" : "0.0.0-test";
1174
+ var VERSION = true ? "6.0.219" : "0.0.0-test";
1175
1175
 
1176
1176
  // src/util/download/download.ts
1177
1177
  var download = async ({
@@ -152,7 +152,7 @@ function detectMediaType({
152
152
  var import_provider_utils2 = require("@ai-sdk/provider-utils");
153
153
 
154
154
  // src/version.ts
155
- var VERSION = true ? "6.0.218" : "0.0.0-test";
155
+ var VERSION = true ? "6.0.219" : "0.0.0-test";
156
156
 
157
157
  // src/util/download/download.ts
158
158
  var download = async ({
@@ -132,7 +132,7 @@ import {
132
132
  } from "@ai-sdk/provider-utils";
133
133
 
134
134
  // src/version.ts
135
- var VERSION = true ? "6.0.218" : "0.0.0-test";
135
+ var VERSION = true ? "6.0.219" : "0.0.0-test";
136
136
 
137
137
  // src/util/download/download.ts
138
138
  var download = async ({
@@ -219,8 +219,8 @@ try {
219
219
  | [Deepgram](/providers/ai-sdk-providers/deepgram#transcription-models) | `nova-2` (+ variants) |
220
220
  | [Deepgram](/providers/ai-sdk-providers/deepgram#transcription-models) | `nova-3` (+ variants) |
221
221
  | [Gladia](/providers/ai-sdk-providers/gladia#transcription-models) | `default` |
222
- | [AssemblyAI](/providers/ai-sdk-providers/assemblyai#transcription-models) | `best` |
223
- | [AssemblyAI](/providers/ai-sdk-providers/assemblyai#transcription-models) | `nano` |
222
+ | [AssemblyAI](/providers/ai-sdk-providers/assemblyai#transcription-models) | `universal-3-5-pro` |
223
+ | [AssemblyAI](/providers/ai-sdk-providers/assemblyai#transcription-models) | `universal-3-pro` |
224
224
  | [Fal](/providers/ai-sdk-providers/fal#transcription-models) | `whisper` |
225
225
  | [Fal](/providers/ai-sdk-providers/fal#transcription-models) | `wizper` |
226
226
  | [Google Vertex](/providers/ai-sdk-providers/google-vertex#transcription-models) | `chirp_2` |
@@ -80,6 +80,11 @@ It also contains the following helper functions:
80
80
  description: 'Creates a client for connecting to MCP servers.',
81
81
  href: '/docs/reference/ai-sdk-core/create-mcp-client',
82
82
  },
83
+ {
84
+ title: 'validateJSONRPCMessage()',
85
+ description: 'Validates unknown values as MCP JSON-RPC messages.',
86
+ href: '/docs/reference/ai-sdk-core/validate-json-rpc-message',
87
+ },
83
88
  {
84
89
  title: 'jsonSchema()',
85
90
  description: 'Creates AI SDK compatible JSON schema objects.',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ai",
3
- "version": "6.0.218",
3
+ "version": "6.0.219",
4
4
  "description": "AI SDK by Vercel - build apps like ChatGPT, Claude, Gemini, and more with a single interface for any model using the Vercel AI Gateway or go direct to OpenAI, Anthropic, Google, or any other model provider.",
5
5
  "license": "Apache-2.0",
6
6
  "sideEffects": false,
@@ -45,7 +45,7 @@
45
45
  },
46
46
  "dependencies": {
47
47
  "@opentelemetry/api": "^1.9.0",
48
- "@ai-sdk/gateway": "3.0.142",
48
+ "@ai-sdk/gateway": "3.0.143",
49
49
  "@ai-sdk/provider": "3.0.13",
50
50
  "@ai-sdk/provider-utils": "4.0.35"
51
51
  },