@ai-sdk/mistral 3.0.59 → 3.0.60

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/mistral
2
2
 
3
+ ## 3.0.60
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [2d172fb]
8
+ - @ai-sdk/provider-utils@4.0.47
9
+
3
10
  ## 3.0.59
4
11
 
5
12
  ### Patch Changes
package/dist/index.js CHANGED
@@ -1021,7 +1021,7 @@ var mistralSpeechResponseSchema = import_v46.z.object({
1021
1021
  });
1022
1022
 
1023
1023
  // src/version.ts
1024
- var VERSION = true ? "3.0.59" : "0.0.0-test";
1024
+ var VERSION = true ? "3.0.60" : "0.0.0-test";
1025
1025
 
1026
1026
  // src/mistral-provider.ts
1027
1027
  function createMistral(options = {}) {
package/dist/index.mjs CHANGED
@@ -1024,7 +1024,7 @@ var mistralSpeechResponseSchema = z6.object({
1024
1024
  });
1025
1025
 
1026
1026
  // src/version.ts
1027
- var VERSION = true ? "3.0.59" : "0.0.0-test";
1027
+ var VERSION = true ? "3.0.60" : "0.0.0-test";
1028
1028
 
1029
1029
  // src/mistral-provider.ts
1030
1030
  function createMistral(options = {}) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ai-sdk/mistral",
3
- "version": "3.0.59",
3
+ "version": "3.0.60",
4
4
  "license": "Apache-2.0",
5
5
  "sideEffects": false,
6
6
  "main": "./dist/index.js",
@@ -30,7 +30,7 @@
30
30
  },
31
31
  "dependencies": {
32
32
  "@ai-sdk/provider": "3.0.15",
33
- "@ai-sdk/provider-utils": "4.0.46"
33
+ "@ai-sdk/provider-utils": "4.0.47"
34
34
  },
35
35
  "devDependencies": {
36
36
  "@types/node": "20.17.24",