@aigne/deepseek 0.7.61 → 0.7.62-beta.1

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
+ ## [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)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * bump version ([70d217c](https://github.com/AIGNE-io/aigne-framework/commit/70d217c8360dd0dda7f5f17011c4e92ec836e801))
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * The following workspace dependencies were updated
14
+ * dependencies
15
+ * @aigne/openai bumped to 0.16.16-beta.1
16
+ * devDependencies
17
+ * @aigne/core bumped to 1.72.0-beta.1
18
+ * @aigne/test-utils bumped to 0.5.69-beta.1
19
+
20
+ ## [0.7.62-beta](https://github.com/AIGNE-io/aigne-framework/compare/deepseek-v0.7.61...deepseek-v0.7.62-beta) (2025-12-17)
21
+
22
+
23
+ ### Dependencies
24
+
25
+ * The following workspace dependencies were updated
26
+ * dependencies
27
+ * @aigne/openai bumped to 0.16.16-beta
28
+ * devDependencies
29
+ * @aigne/core bumped to 1.72.0-beta
30
+ * @aigne/test-utils bumped to 0.5.69-beta
31
+
3
32
  ## [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
33
 
5
34
 
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.1",
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.1"
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.1",
47
+ "@aigne/test-utils": "^0.5.69-beta.1"
48
48
  },
49
49
  "scripts": {
50
50
  "lint": "tsc --noEmit",