@aigne/doubao 1.3.0-beta.2 → 1.3.0-beta.4

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +24 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,29 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.3.0-beta.4](https://github.com/AIGNE-io/aigne-framework/compare/doubao-v1.3.0-beta.3...doubao-v1.3.0-beta.4) (2025-12-25)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * The following workspace dependencies were updated
9
+ * dependencies
10
+ * @aigne/openai bumped to 0.16.16-beta.5
11
+ * devDependencies
12
+ * @aigne/core bumped to 1.72.0-beta.5
13
+ * @aigne/test-utils bumped to 0.5.69-beta.5
14
+
15
+ ## [1.3.0-beta.3](https://github.com/AIGNE-io/aigne-framework/compare/doubao-v1.3.0-beta.2...doubao-v1.3.0-beta.3) (2025-12-24)
16
+
17
+
18
+ ### Dependencies
19
+
20
+ * The following workspace dependencies were updated
21
+ * dependencies
22
+ * @aigne/openai bumped to 0.16.16-beta.4
23
+ * devDependencies
24
+ * @aigne/core bumped to 1.72.0-beta.4
25
+ * @aigne/test-utils bumped to 0.5.69-beta.4
26
+
3
27
  ## [1.3.0-beta.2](https://github.com/AIGNE-io/aigne-framework/compare/doubao-v1.2.6-beta.2...doubao-v1.3.0-beta.2) (2025-12-19)
4
28
 
5
29
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aigne/doubao",
3
- "version": "1.3.0-beta.2",
3
+ "version": "1.3.0-beta.4",
4
4
  "description": "AIGNE doubao SDK for integrating with doubao AI models",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -37,7 +37,7 @@
37
37
  "dependencies": {
38
38
  "ufo": "^1.6.1",
39
39
  "zod": "^3.25.67",
40
- "@aigne/openai": "^0.16.16-beta.3"
40
+ "@aigne/openai": "^0.16.16-beta.5"
41
41
  },
42
42
  "devDependencies": {
43
43
  "@types/bun": "^1.2.22",
@@ -47,8 +47,8 @@
47
47
  "npm-run-all": "^4.1.5",
48
48
  "rimraf": "^6.0.1",
49
49
  "typescript": "^5.9.2",
50
- "@aigne/core": "^1.72.0-beta.3",
51
- "@aigne/test-utils": "^0.5.69-beta.3"
50
+ "@aigne/core": "^1.72.0-beta.5",
51
+ "@aigne/test-utils": "^0.5.69-beta.5"
52
52
  },
53
53
  "scripts": {
54
54
  "lint": "tsc --noEmit",