@ai-sdk/alibaba 2.0.28 → 2.0.29
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 +9 -0
- package/dist/index.js +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
package/dist/index.js
CHANGED
|
@@ -1421,7 +1421,7 @@ var AlibabaVideoModel = class {
|
|
|
1421
1421
|
};
|
|
1422
1422
|
|
|
1423
1423
|
// src/version.ts
|
|
1424
|
-
var VERSION = true ? "2.0.
|
|
1424
|
+
var VERSION = true ? "2.0.29" : "0.0.0-test";
|
|
1425
1425
|
|
|
1426
1426
|
// src/alibaba-provider.ts
|
|
1427
1427
|
function createAlibaba(options = {}) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ai-sdk/alibaba",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.29",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -25,8 +25,8 @@
|
|
|
25
25
|
}
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@ai-sdk/provider": "
|
|
29
|
-
"@ai-sdk/provider
|
|
28
|
+
"@ai-sdk/provider-utils": "5.0.25",
|
|
29
|
+
"@ai-sdk/provider": "4.0.7"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
32
|
"@types/node": "22.19.19",
|