@ai-sdk/mistral 2.0.39 → 2.0.40

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
+ ## 2.0.40
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [2fd6076]
8
+ - @ai-sdk/provider-utils@3.0.30
9
+
3
10
  ## 2.0.39
4
11
 
5
12
  ### Patch Changes
package/dist/index.js CHANGED
@@ -904,7 +904,7 @@ var mistralSpeechResponseSchema = import_v46.z.object({
904
904
  });
905
905
 
906
906
  // src/version.ts
907
- var VERSION = true ? "2.0.39" : "0.0.0-test";
907
+ var VERSION = true ? "2.0.40" : "0.0.0-test";
908
908
 
909
909
  // src/mistral-provider.ts
910
910
  function createMistral(options = {}) {
package/dist/index.mjs CHANGED
@@ -905,7 +905,7 @@ var mistralSpeechResponseSchema = z6.object({
905
905
  });
906
906
 
907
907
  // src/version.ts
908
- var VERSION = true ? "2.0.39" : "0.0.0-test";
908
+ var VERSION = true ? "2.0.40" : "0.0.0-test";
909
909
 
910
910
  // src/mistral-provider.ts
911
911
  function createMistral(options = {}) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ai-sdk/mistral",
3
- "version": "2.0.39",
3
+ "version": "2.0.40",
4
4
  "license": "Apache-2.0",
5
5
  "sideEffects": false,
6
6
  "main": "./dist/index.js",
@@ -20,7 +20,7 @@
20
20
  },
21
21
  "dependencies": {
22
22
  "@ai-sdk/provider": "2.0.3",
23
- "@ai-sdk/provider-utils": "3.0.29"
23
+ "@ai-sdk/provider-utils": "3.0.30"
24
24
  },
25
25
  "devDependencies": {
26
26
  "@types/node": "20.17.24",