@ai-sdk/bytedance 2.0.16 → 2.0.17
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 +2 -2
package/CHANGELOG.md
CHANGED
package/dist/index.js
CHANGED
|
@@ -610,7 +610,7 @@ function createByteDance(options = {}) {
|
|
|
610
610
|
var byteDance = createByteDance();
|
|
611
611
|
|
|
612
612
|
// src/version.ts
|
|
613
|
-
var VERSION = true ? "2.0.
|
|
613
|
+
var VERSION = true ? "2.0.17" : "0.0.0-test";
|
|
614
614
|
export {
|
|
615
615
|
ByteDanceImageModel,
|
|
616
616
|
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.17",
|
|
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.4",
|
|
24
|
-
"@ai-sdk/provider-utils": "5.0.
|
|
24
|
+
"@ai-sdk/provider-utils": "5.0.15"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
27
|
"@types/node": "22.19.19",
|