@ai-sdk/alibaba 0.0.8 → 0.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,12 @@
1
1
  # @ai-sdk/alibaba
2
2
 
3
+ ## 0.0.9
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [cb61408]
8
+ - @ai-sdk/openai-compatible@1.0.39
9
+
3
10
  ## 0.0.8
4
11
 
5
12
  ### Patch Changes
package/dist/index.js CHANGED
@@ -756,7 +756,7 @@ var alibabaChatChunkSchema = import_v43.z.object({
756
756
  });
757
757
 
758
758
  // src/version.ts
759
- var VERSION = "0.0.8";
759
+ var VERSION = "0.0.9";
760
760
 
761
761
  // src/alibaba-provider.ts
762
762
  function createAlibaba(options = {}) {
package/dist/index.mjs CHANGED
@@ -751,7 +751,7 @@ var alibabaChatChunkSchema = z3.object({
751
751
  });
752
752
 
753
753
  // src/version.ts
754
- var VERSION = "0.0.8";
754
+ var VERSION = "0.0.9";
755
755
 
756
756
  // src/alibaba-provider.ts
757
757
  function createAlibaba(options = {}) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ai-sdk/alibaba",
3
- "version": "0.0.8",
3
+ "version": "0.0.9",
4
4
  "license": "Apache-2.0",
5
5
  "sideEffects": false,
6
6
  "main": "./dist/index.js",
@@ -19,7 +19,7 @@
19
19
  }
20
20
  },
21
21
  "dependencies": {
22
- "@ai-sdk/openai-compatible": "1.0.38",
22
+ "@ai-sdk/openai-compatible": "1.0.39",
23
23
  "@ai-sdk/provider": "2.0.3",
24
24
  "@ai-sdk/provider-utils": "3.0.25"
25
25
  },