@ai-sdk/fireworks 3.0.4 → 3.0.6

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,23 @@
1
1
  # @ai-sdk/fireworks
2
2
 
3
+ ## 3.0.6
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
+ - @ai-sdk/openai-compatible@3.0.5
12
+
13
+ ## 3.0.5
14
+
15
+ ### Patch Changes
16
+
17
+ - Updated dependencies [c6f5e62]
18
+ - @ai-sdk/provider-utils@5.0.4
19
+ - @ai-sdk/openai-compatible@3.0.4
20
+
3
21
  ## 3.0.4
4
22
 
5
23
  ### Patch Changes
package/dist/index.js CHANGED
@@ -306,7 +306,7 @@ import {
306
306
  import { z as z2 } from "zod/v4";
307
307
 
308
308
  // src/version.ts
309
- var VERSION = true ? "3.0.4" : "0.0.0-test";
309
+ var VERSION = true ? "3.0.6" : "0.0.0-test";
310
310
 
311
311
  // src/fireworks-provider.ts
312
312
  var fireworksErrorSchema = z2.object({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ai-sdk/fireworks",
3
- "version": "3.0.4",
3
+ "version": "3.0.6",
4
4
  "type": "module",
5
5
  "license": "Apache-2.0",
6
6
  "sideEffects": false,
@@ -29,9 +29,9 @@
29
29
  }
30
30
  },
31
31
  "dependencies": {
32
- "@ai-sdk/openai-compatible": "3.0.3",
33
- "@ai-sdk/provider": "4.0.1",
34
- "@ai-sdk/provider-utils": "5.0.3"
32
+ "@ai-sdk/openai-compatible": "3.0.5",
33
+ "@ai-sdk/provider": "4.0.2",
34
+ "@ai-sdk/provider-utils": "5.0.5"
35
35
  },
36
36
  "devDependencies": {
37
37
  "@types/node": "22.19.19",