@ai-sdk/minimax 2.0.8 → 2.0.9

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/minimax
2
2
 
3
+ ## 2.0.9
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [2d172fb]
8
+ - @ai-sdk/provider-utils@4.0.47
9
+ - @ai-sdk/anthropic@3.0.112
10
+
3
11
  ## 2.0.8
4
12
 
5
13
  ### Patch Changes
package/dist/index.js CHANGED
@@ -546,7 +546,7 @@ var minimaxVideoFailedResponseHandler = createJsonErrorResponseHandler({
546
546
  });
547
547
 
548
548
  // src/version.ts
549
- var VERSION = true ? "2.0.8" : "0.0.0-test";
549
+ var VERSION = true ? "2.0.9" : "0.0.0-test";
550
550
 
551
551
  // src/minimax-provider.ts
552
552
  var defaultBaseURL = "https://api.minimax.io/anthropic/v1";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ai-sdk/minimax",
3
- "version": "2.0.8",
3
+ "version": "2.0.9",
4
4
  "type": "module",
5
5
  "license": "Apache-2.0",
6
6
  "sideEffects": false,
@@ -25,9 +25,9 @@
25
25
  }
26
26
  },
27
27
  "dependencies": {
28
- "@ai-sdk/anthropic": "3.0.111",
28
+ "@ai-sdk/anthropic": "3.0.112",
29
29
  "@ai-sdk/provider": "3.0.15",
30
- "@ai-sdk/provider-utils": "4.0.46"
30
+ "@ai-sdk/provider-utils": "4.0.47"
31
31
  },
32
32
  "devDependencies": {
33
33
  "@types/node": "22.19.19",