@aigne/deepseek 0.7.61 → 0.7.62-beta.10

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 +142 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,147 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.7.62-beta.10](https://github.com/AIGNE-io/aigne-framework/compare/deepseek-v0.7.62-beta.9...deepseek-v0.7.62-beta.10) (2026-01-06)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * The following workspace dependencies were updated
9
+ * dependencies
10
+ * @aigne/openai bumped to 0.16.16-beta.10
11
+ * devDependencies
12
+ * @aigne/core bumped to 1.72.0-beta.10
13
+ * @aigne/test-utils bumped to 0.5.69-beta.10
14
+
15
+ ## [0.7.62-beta.9](https://github.com/AIGNE-io/aigne-framework/compare/deepseek-v0.7.62-beta.8...deepseek-v0.7.62-beta.9) (2026-01-02)
16
+
17
+
18
+ ### Dependencies
19
+
20
+ * The following workspace dependencies were updated
21
+ * dependencies
22
+ * @aigne/openai bumped to 0.16.16-beta.9
23
+ * devDependencies
24
+ * @aigne/core bumped to 1.72.0-beta.9
25
+ * @aigne/test-utils bumped to 0.5.69-beta.9
26
+
27
+ ## [0.7.62-beta.8](https://github.com/AIGNE-io/aigne-framework/compare/deepseek-v0.7.62-beta.7...deepseek-v0.7.62-beta.8) (2025-12-31)
28
+
29
+
30
+ ### Dependencies
31
+
32
+ * The following workspace dependencies were updated
33
+ * dependencies
34
+ * @aigne/openai bumped to 0.16.16-beta.8
35
+ * devDependencies
36
+ * @aigne/core bumped to 1.72.0-beta.8
37
+ * @aigne/test-utils bumped to 0.5.69-beta.8
38
+
39
+ ## [0.7.62-beta.7](https://github.com/AIGNE-io/aigne-framework/compare/deepseek-v0.7.62-beta.6...deepseek-v0.7.62-beta.7) (2025-12-26)
40
+
41
+
42
+ ### Dependencies
43
+
44
+ * The following workspace dependencies were updated
45
+ * dependencies
46
+ * @aigne/openai bumped to 0.16.16-beta.7
47
+ * devDependencies
48
+ * @aigne/core bumped to 1.72.0-beta.7
49
+ * @aigne/test-utils bumped to 0.5.69-beta.7
50
+
51
+ ## [0.7.62-beta.6](https://github.com/AIGNE-io/aigne-framework/compare/deepseek-v0.7.62-beta.5...deepseek-v0.7.62-beta.6) (2025-12-25)
52
+
53
+
54
+ ### Dependencies
55
+
56
+ * The following workspace dependencies were updated
57
+ * dependencies
58
+ * @aigne/openai bumped to 0.16.16-beta.6
59
+ * devDependencies
60
+ * @aigne/core bumped to 1.72.0-beta.6
61
+ * @aigne/test-utils bumped to 0.5.69-beta.6
62
+
63
+ ## [0.7.62-beta.5](https://github.com/AIGNE-io/aigne-framework/compare/deepseek-v0.7.62-beta.4...deepseek-v0.7.62-beta.5) (2025-12-25)
64
+
65
+
66
+ ### Dependencies
67
+
68
+ * The following workspace dependencies were updated
69
+ * dependencies
70
+ * @aigne/openai bumped to 0.16.16-beta.5
71
+ * devDependencies
72
+ * @aigne/core bumped to 1.72.0-beta.5
73
+ * @aigne/test-utils bumped to 0.5.69-beta.5
74
+
75
+ ## [0.7.62-beta.4](https://github.com/AIGNE-io/aigne-framework/compare/deepseek-v0.7.62-beta.3...deepseek-v0.7.62-beta.4) (2025-12-24)
76
+
77
+
78
+ ### Dependencies
79
+
80
+ * The following workspace dependencies were updated
81
+ * dependencies
82
+ * @aigne/openai bumped to 0.16.16-beta.4
83
+ * devDependencies
84
+ * @aigne/core bumped to 1.72.0-beta.4
85
+ * @aigne/test-utils bumped to 0.5.69-beta.4
86
+
87
+ ## [0.7.62-beta.3](https://github.com/AIGNE-io/aigne-framework/compare/deepseek-v0.7.62-beta.2...deepseek-v0.7.62-beta.3) (2025-12-19)
88
+
89
+
90
+ ### Features
91
+
92
+ * 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))
93
+
94
+
95
+ ### Dependencies
96
+
97
+ * The following workspace dependencies were updated
98
+ * dependencies
99
+ * @aigne/openai bumped to 0.16.16-beta.3
100
+ * devDependencies
101
+ * @aigne/core bumped to 1.72.0-beta.3
102
+ * @aigne/test-utils bumped to 0.5.69-beta.3
103
+
104
+ ## [0.7.62-beta.2](https://github.com/AIGNE-io/aigne-framework/compare/deepseek-v0.7.62-beta.1...deepseek-v0.7.62-beta.2) (2025-12-19)
105
+
106
+
107
+ ### Dependencies
108
+
109
+ * The following workspace dependencies were updated
110
+ * dependencies
111
+ * @aigne/openai bumped to 0.16.16-beta.2
112
+ * devDependencies
113
+ * @aigne/core bumped to 1.72.0-beta.2
114
+ * @aigne/test-utils bumped to 0.5.69-beta.2
115
+
116
+ ## [0.7.62-beta.1](https://github.com/AIGNE-io/aigne-framework/compare/deepseek-v0.7.62-beta...deepseek-v0.7.62-beta.1) (2025-12-17)
117
+
118
+
119
+ ### Bug Fixes
120
+
121
+ * bump version ([70d217c](https://github.com/AIGNE-io/aigne-framework/commit/70d217c8360dd0dda7f5f17011c4e92ec836e801))
122
+
123
+
124
+ ### Dependencies
125
+
126
+ * The following workspace dependencies were updated
127
+ * dependencies
128
+ * @aigne/openai bumped to 0.16.16-beta.1
129
+ * devDependencies
130
+ * @aigne/core bumped to 1.72.0-beta.1
131
+ * @aigne/test-utils bumped to 0.5.69-beta.1
132
+
133
+ ## [0.7.62-beta](https://github.com/AIGNE-io/aigne-framework/compare/deepseek-v0.7.61...deepseek-v0.7.62-beta) (2025-12-17)
134
+
135
+
136
+ ### Dependencies
137
+
138
+ * The following workspace dependencies were updated
139
+ * dependencies
140
+ * @aigne/openai bumped to 0.16.16-beta
141
+ * devDependencies
142
+ * @aigne/core bumped to 1.72.0-beta
143
+ * @aigne/test-utils bumped to 0.5.69-beta
144
+
3
145
  ## [0.7.61](https://github.com/AIGNE-io/aigne-framework/compare/deepseek-v0.7.61-beta.6...deepseek-v0.7.61) (2025-12-12)
4
146
 
5
147
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aigne/deepseek",
3
- "version": "0.7.61",
3
+ "version": "0.7.62-beta.10",
4
4
  "description": "AIGNE Deepseek SDK for integrating with Deepseek AI models",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -35,7 +35,7 @@
35
35
  }
36
36
  },
37
37
  "dependencies": {
38
- "@aigne/openai": "^0.16.15"
38
+ "@aigne/openai": "^0.16.16-beta.10"
39
39
  },
40
40
  "devDependencies": {
41
41
  "@types/bun": "^1.2.22",
@@ -43,8 +43,8 @@
43
43
  "npm-run-all": "^4.1.5",
44
44
  "rimraf": "^6.0.1",
45
45
  "typescript": "^5.9.2",
46
- "@aigne/test-utils": "^0.5.68",
47
- "@aigne/core": "^1.71.0"
46
+ "@aigne/core": "^1.72.0-beta.10",
47
+ "@aigne/test-utils": "^0.5.69-beta.10"
48
48
  },
49
49
  "scripts": {
50
50
  "lint": "tsc --noEmit",