@aigne/doubao 1.2.6-beta.2 → 1.3.0-beta.3

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 +29 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,34 @@
1
1
  # Changelog
2
2
 
3
+ ## [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)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * The following workspace dependencies were updated
9
+ * dependencies
10
+ * @aigne/openai bumped to 0.16.16-beta.4
11
+ * devDependencies
12
+ * @aigne/core bumped to 1.72.0-beta.4
13
+ * @aigne/test-utils bumped to 0.5.69-beta.4
14
+
15
+ ## [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)
16
+
17
+
18
+ ### Features
19
+
20
+ * add prompt caching for OpenAI/Gemini/Anthropic and cache token display ([#838](https://github.com/AIGNE-io/aigne-framework/issues/838)) ([46c628f](https://github.com/AIGNE-io/aigne-framework/commit/46c628f180572ea1b955d1a9888aad6145204842))
21
+
22
+
23
+ ### Dependencies
24
+
25
+ * The following workspace dependencies were updated
26
+ * dependencies
27
+ * @aigne/openai bumped to 0.16.16-beta.3
28
+ * devDependencies
29
+ * @aigne/core bumped to 1.72.0-beta.3
30
+ * @aigne/test-utils bumped to 0.5.69-beta.3
31
+
3
32
  ## [1.2.6-beta.2](https://github.com/AIGNE-io/aigne-framework/compare/doubao-v1.2.6-beta.1...doubao-v1.2.6-beta.2) (2025-12-19)
4
33
 
5
34
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aigne/doubao",
3
- "version": "1.2.6-beta.2",
3
+ "version": "1.3.0-beta.3",
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.2"
40
+ "@aigne/openai": "^0.16.16-beta.4"
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.2",
51
- "@aigne/test-utils": "^0.5.69-beta.2"
50
+ "@aigne/core": "^1.72.0-beta.4",
51
+ "@aigne/test-utils": "^0.5.69-beta.4"
52
52
  },
53
53
  "scripts": {
54
54
  "lint": "tsc --noEmit",