@aigne/deepseek 0.7.56-beta → 0.7.56-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 +47 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,52 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.7.56-beta.3](https://github.com/AIGNE-io/aigne-framework/compare/deepseek-v0.7.56-beta.2...deepseek-v0.7.56-beta.3) (2025-11-19)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * The following workspace dependencies were updated
9
+ * dependencies
10
+ * @aigne/openai bumped to 0.16.10-beta.3
11
+ * devDependencies
12
+ * @aigne/core bumped to 1.69.0-beta.2
13
+ * @aigne/test-utils bumped to 0.5.63-beta.3
14
+
15
+ ## [0.7.56-beta.2](https://github.com/AIGNE-io/aigne-framework/compare/deepseek-v0.7.56-beta.1...deepseek-v0.7.56-beta.2) (2025-11-18)
16
+
17
+
18
+ ### Features
19
+
20
+ * **memory:** support did space memory adapter ([#229](https://github.com/AIGNE-io/aigne-framework/issues/229)) ([6f69b64](https://github.com/AIGNE-io/aigne-framework/commit/6f69b64e98b963db9d6ab5357306b445385eaa68))
21
+
22
+
23
+ ### Bug Fixes
24
+
25
+ * bump version ([93a1c10](https://github.com/AIGNE-io/aigne-framework/commit/93a1c10cf35f88eaafe91092481f5d087bd5b3a9))
26
+ * **core:** make getCredential async for aigne-hub mount point retrieval ([#372](https://github.com/AIGNE-io/aigne-framework/issues/372)) ([34ce7a6](https://github.com/AIGNE-io/aigne-framework/commit/34ce7a645fa83994d3dfe0f29ca70098cfecac9c))
27
+
28
+
29
+ ### Dependencies
30
+
31
+ * The following workspace dependencies were updated
32
+ * dependencies
33
+ * @aigne/openai bumped to 0.16.10-beta.2
34
+ * devDependencies
35
+ * @aigne/core bumped to 1.69.0-beta.1
36
+ * @aigne/test-utils bumped to 0.5.63-beta.2
37
+
38
+ ## [0.7.56-beta.1](https://github.com/AIGNE-io/aigne-framework/compare/deepseek-v0.7.56-beta...deepseek-v0.7.56-beta.1) (2025-11-18)
39
+
40
+
41
+ ### Dependencies
42
+
43
+ * The following workspace dependencies were updated
44
+ * dependencies
45
+ * @aigne/openai bumped to 0.16.10-beta.1
46
+ * devDependencies
47
+ * @aigne/core bumped to 1.68.3-beta.1
48
+ * @aigne/test-utils bumped to 0.5.63-beta.1
49
+
3
50
  ## [0.7.56-beta](https://github.com/AIGNE-io/aigne-framework/compare/deepseek-v0.7.55...deepseek-v0.7.56-beta) (2025-11-17)
4
51
 
5
52
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aigne/deepseek",
3
- "version": "0.7.56-beta",
3
+ "version": "0.7.56-beta.3",
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.10-beta"
38
+ "@aigne/openai": "^0.16.10-beta.3"
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/core": "^1.68.3-beta",
47
- "@aigne/test-utils": "^0.5.63-beta"
46
+ "@aigne/core": "^1.69.0-beta.2",
47
+ "@aigne/test-utils": "^0.5.63-beta.3"
48
48
  },
49
49
  "scripts": {
50
50
  "lint": "tsc --noEmit",