@ai-sdk/alibaba 2.0.0-canary.56 → 2.0.0-canary.58
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 +17 -0
- package/dist/index.js +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# @ai-sdk/alibaba
|
|
2
2
|
|
|
3
|
+
## 2.0.0-canary.58
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [bae5e2b]
|
|
8
|
+
- @ai-sdk/provider-utils@5.0.0-canary.47
|
|
9
|
+
- @ai-sdk/openai-compatible@3.0.0-canary.55
|
|
10
|
+
|
|
11
|
+
## 2.0.0-canary.57
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- Updated dependencies [ce769dd]
|
|
16
|
+
- @ai-sdk/provider@4.0.0-canary.18
|
|
17
|
+
- @ai-sdk/openai-compatible@3.0.0-canary.54
|
|
18
|
+
- @ai-sdk/provider-utils@5.0.0-canary.46
|
|
19
|
+
|
|
3
20
|
## 2.0.0-canary.56
|
|
4
21
|
|
|
5
22
|
### Patch Changes
|
package/dist/index.js
CHANGED
|
@@ -1146,7 +1146,7 @@ var AlibabaVideoModel = class {
|
|
|
1146
1146
|
};
|
|
1147
1147
|
|
|
1148
1148
|
// src/version.ts
|
|
1149
|
-
var VERSION = true ? "2.0.0-canary.
|
|
1149
|
+
var VERSION = true ? "2.0.0-canary.58" : "0.0.0-test";
|
|
1150
1150
|
|
|
1151
1151
|
// src/alibaba-provider.ts
|
|
1152
1152
|
function createAlibaba(options = {}) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ai-sdk/alibaba",
|
|
3
|
-
"version": "2.0.0-canary.
|
|
3
|
+
"version": "2.0.0-canary.58",
|
|
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/openai-compatible": "3.0.0-canary.
|
|
29
|
-
"@ai-sdk/provider": "4.0.0-canary.
|
|
30
|
-
"@ai-sdk/provider-utils": "5.0.0-canary.
|
|
28
|
+
"@ai-sdk/openai-compatible": "3.0.0-canary.55",
|
|
29
|
+
"@ai-sdk/provider": "4.0.0-canary.18",
|
|
30
|
+
"@ai-sdk/provider-utils": "5.0.0-canary.47"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
33
|
"@types/node": "22.19.19",
|