@ai-sdk/alibaba 2.0.1 → 2.0.2
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 +8 -0
- package/dist/index.js +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
package/dist/index.js
CHANGED
|
@@ -1147,7 +1147,7 @@ var AlibabaVideoModel = class {
|
|
|
1147
1147
|
};
|
|
1148
1148
|
|
|
1149
1149
|
// src/version.ts
|
|
1150
|
-
var VERSION = true ? "2.0.
|
|
1150
|
+
var VERSION = true ? "2.0.2" : "0.0.0-test";
|
|
1151
1151
|
|
|
1152
1152
|
// src/alibaba-provider.ts
|
|
1153
1153
|
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.2",
|
|
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.
|
|
28
|
+
"@ai-sdk/openai-compatible": "3.0.1",
|
|
29
29
|
"@ai-sdk/provider": "4.0.0",
|
|
30
|
-
"@ai-sdk/provider-utils": "5.0.
|
|
30
|
+
"@ai-sdk/provider-utils": "5.0.1"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
33
|
"@types/node": "22.19.19",
|