@aigne/doubao 1.0.39 → 1.0.40
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
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.0.40](https://github.com/AIGNE-io/aigne-framework/compare/doubao-v1.0.39...doubao-v1.0.40) (2025-09-18)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* support the correct 3.0 model ([#514](https://github.com/AIGNE-io/aigne-framework/issues/514)) ([98e0d44](https://github.com/AIGNE-io/aigne-framework/commit/98e0d44ce2c4c7b043d5fc934c6e312ffa821521))
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Dependencies
|
|
12
|
+
|
|
13
|
+
* The following workspace dependencies were updated
|
|
14
|
+
* dependencies
|
|
15
|
+
* @aigne/openai bumped to 0.15.4
|
|
16
|
+
* devDependencies
|
|
17
|
+
* @aigne/core bumped to 1.60.3
|
|
18
|
+
* @aigne/test-utils bumped to 0.5.52
|
|
19
|
+
|
|
3
20
|
## [1.0.39](https://github.com/AIGNE-io/aigne-framework/compare/doubao-v1.0.38...doubao-v1.0.39) (2025-09-16)
|
|
4
21
|
|
|
5
22
|
|
|
@@ -77,7 +77,7 @@ class DoubaoImageModel extends core_1.ImageModel {
|
|
|
77
77
|
"responseFormat",
|
|
78
78
|
"watermark",
|
|
79
79
|
],
|
|
80
|
-
"doubao-seedream-3
|
|
80
|
+
"doubao-seedream-3-0-t2i": [
|
|
81
81
|
"model",
|
|
82
82
|
"prompt",
|
|
83
83
|
"size",
|
|
@@ -86,7 +86,7 @@ class DoubaoImageModel extends core_1.ImageModel {
|
|
|
86
86
|
"responseFormat",
|
|
87
87
|
"watermark",
|
|
88
88
|
],
|
|
89
|
-
"doubao-seededit-3
|
|
89
|
+
"doubao-seededit-3-0-i2i": [
|
|
90
90
|
"model",
|
|
91
91
|
"prompt",
|
|
92
92
|
"image",
|
|
@@ -74,7 +74,7 @@ export class DoubaoImageModel extends ImageModel {
|
|
|
74
74
|
"responseFormat",
|
|
75
75
|
"watermark",
|
|
76
76
|
],
|
|
77
|
-
"doubao-seedream-3
|
|
77
|
+
"doubao-seedream-3-0-t2i": [
|
|
78
78
|
"model",
|
|
79
79
|
"prompt",
|
|
80
80
|
"size",
|
|
@@ -83,7 +83,7 @@ export class DoubaoImageModel extends ImageModel {
|
|
|
83
83
|
"responseFormat",
|
|
84
84
|
"watermark",
|
|
85
85
|
],
|
|
86
|
-
"doubao-seededit-3
|
|
86
|
+
"doubao-seededit-3-0-i2i": [
|
|
87
87
|
"model",
|
|
88
88
|
"prompt",
|
|
89
89
|
"image",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aigne/doubao",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.40",
|
|
4
4
|
"description": "AIGNE doubao SDK for integrating with doubao AI models",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -37,18 +37,18 @@
|
|
|
37
37
|
"dependencies": {
|
|
38
38
|
"ufo": "^1.6.1",
|
|
39
39
|
"zod": "^3.25.67",
|
|
40
|
-
"@aigne/openai": "^0.15.
|
|
40
|
+
"@aigne/openai": "^0.15.4"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
|
-
"@types/bun": "^1.2.
|
|
44
|
-
"@types/node": "^24.
|
|
43
|
+
"@types/bun": "^1.2.22",
|
|
44
|
+
"@types/node": "^24.5.1",
|
|
45
45
|
"detect-port": "^2.1.0",
|
|
46
46
|
"hono": "^4.9.7",
|
|
47
47
|
"npm-run-all": "^4.1.5",
|
|
48
48
|
"rimraf": "^6.0.1",
|
|
49
|
-
"typescript": "^5.
|
|
50
|
-
"@aigne/core": "^1.60.
|
|
51
|
-
"@aigne/test-utils": "^0.5.
|
|
49
|
+
"typescript": "^5.9.2",
|
|
50
|
+
"@aigne/core": "^1.60.3",
|
|
51
|
+
"@aigne/test-utils": "^0.5.52"
|
|
52
52
|
},
|
|
53
53
|
"scripts": {
|
|
54
54
|
"lint": "tsc --noEmit",
|