@ai-sdk/fireworks 3.0.13 → 3.0.14

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-sdk/fireworks
2
2
 
3
+ ## 3.0.14
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [8b52503]
8
+ - @ai-sdk/openai-compatible@3.0.13
9
+
3
10
  ## 3.0.13
4
11
 
5
12
  ### Patch Changes
package/dist/index.js CHANGED
@@ -364,7 +364,7 @@ import {
364
364
  import { z as z3 } from "zod/v4";
365
365
 
366
366
  // src/version.ts
367
- var VERSION = true ? "3.0.13" : "0.0.0-test";
367
+ var VERSION = true ? "3.0.14" : "0.0.0-test";
368
368
 
369
369
  // src/fireworks-provider.ts
370
370
  var fireworksErrorSchema = z3.object({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ai-sdk/fireworks",
3
- "version": "3.0.13",
3
+ "version": "3.0.14",
4
4
  "type": "module",
5
5
  "license": "Apache-2.0",
6
6
  "sideEffects": false,
@@ -29,7 +29,7 @@
29
29
  }
30
30
  },
31
31
  "dependencies": {
32
- "@ai-sdk/openai-compatible": "3.0.12",
32
+ "@ai-sdk/openai-compatible": "3.0.13",
33
33
  "@ai-sdk/provider": "4.0.3",
34
34
  "@ai-sdk/provider-utils": "5.0.11"
35
35
  },