@ai-sdk/gateway 4.0.10 → 4.0.11

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,14 @@
1
1
  # @ai-sdk/gateway
2
2
 
3
+ ## 4.0.11
4
+
5
+ ### Patch Changes
6
+
7
+ - 5c5c0f5: Add experimental streaming transcription support for transcription models, including OpenAI `gpt-realtime-whisper` and xAI WebSocket STT.
8
+ - Updated dependencies [5c5c0f5]
9
+ - @ai-sdk/provider@4.0.2
10
+ - @ai-sdk/provider-utils@5.0.5
11
+
3
12
  ## 4.0.10
4
13
 
5
14
  ### Patch Changes
package/dist/index.js CHANGED
@@ -2370,7 +2370,7 @@ async function getVercelRequestId() {
2370
2370
  }
2371
2371
 
2372
2372
  // src/version.ts
2373
- var VERSION = true ? "4.0.10" : "0.0.0-test";
2373
+ var VERSION = true ? "4.0.11" : "0.0.0-test";
2374
2374
 
2375
2375
  // src/gateway-provider.ts
2376
2376
  var AI_GATEWAY_PROTOCOL_VERSION = "0.0.1";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ai-sdk/gateway",
3
3
  "private": false,
4
- "version": "4.0.10",
4
+ "version": "4.0.11",
5
5
  "type": "module",
6
6
  "license": "Apache-2.0",
7
7
  "sideEffects": false,
@@ -31,8 +31,8 @@
31
31
  },
32
32
  "dependencies": {
33
33
  "@vercel/oidc": "3.2.0",
34
- "@ai-sdk/provider": "4.0.1",
35
- "@ai-sdk/provider-utils": "5.0.4"
34
+ "@ai-sdk/provider-utils": "5.0.5",
35
+ "@ai-sdk/provider": "4.0.2"
36
36
  },
37
37
  "devDependencies": {
38
38
  "@types/node": "22.19.19",