@ai-sdk/mistral 4.0.15 → 4.0.16

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,13 @@
1
1
  # @ai-sdk/mistral
2
2
 
3
+ ## 4.0.16
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [0c464d9]
8
+ - Updated dependencies [c49380c]
9
+ - @ai-sdk/provider-utils@5.0.14
10
+
3
11
  ## 4.0.15
4
12
 
5
13
  ### Patch Changes
package/dist/index.js CHANGED
@@ -1095,7 +1095,7 @@ var mistralSpeechResponseSchema = z7.object({
1095
1095
  });
1096
1096
 
1097
1097
  // src/version.ts
1098
- var VERSION = true ? "4.0.15" : "0.0.0-test";
1098
+ var VERSION = true ? "4.0.16" : "0.0.0-test";
1099
1099
 
1100
1100
  // src/mistral-provider.ts
1101
1101
  function createMistral(options = {}) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ai-sdk/mistral",
3
- "version": "4.0.15",
3
+ "version": "4.0.16",
4
4
  "type": "module",
5
5
  "license": "Apache-2.0",
6
6
  "sideEffects": false,
@@ -30,7 +30,7 @@
30
30
  },
31
31
  "dependencies": {
32
32
  "@ai-sdk/provider": "4.0.4",
33
- "@ai-sdk/provider-utils": "5.0.13"
33
+ "@ai-sdk/provider-utils": "5.0.14"
34
34
  },
35
35
  "devDependencies": {
36
36
  "@types/node": "22.19.19",