@ai-sdk/bytedance 2.0.31 → 2.0.32
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 +7 -0
- package/dist/index.js +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
package/dist/index.js
CHANGED
|
@@ -651,7 +651,7 @@ function createByteDance(options = {}) {
|
|
|
651
651
|
var byteDance = createByteDance();
|
|
652
652
|
|
|
653
653
|
// src/version.ts
|
|
654
|
-
var VERSION = true ? "2.0.
|
|
654
|
+
var VERSION = true ? "2.0.32" : "0.0.0-test";
|
|
655
655
|
export {
|
|
656
656
|
ByteDanceImageModel,
|
|
657
657
|
VERSION,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ai-sdk/bytedance",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.32",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
23
|
"@ai-sdk/provider": "4.0.7",
|
|
24
|
-
"@ai-sdk/provider-utils": "5.0.
|
|
24
|
+
"@ai-sdk/provider-utils": "5.0.29"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
27
|
"@types/node": "22.19.19",
|