@aigne/did-space-memory 1.2.3-beta.1 → 1.3.0

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 +52 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,57 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.3.0](https://github.com/AIGNE-io/aigne-framework/compare/did-space-memory-v1.3.0-beta.2...did-space-memory-v1.3.0) (2025-11-21)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * The following workspace dependencies were updated
9
+ * dependencies
10
+ * @aigne/core bumped to 1.69.0
11
+ * @aigne/openai bumped to 0.16.10
12
+
13
+ ## [1.3.0-beta.2](https://github.com/AIGNE-io/aigne-framework/compare/did-space-memory-v1.3.0-beta.1...did-space-memory-v1.3.0-beta.2) (2025-11-19)
14
+
15
+
16
+ ### Bug Fixes
17
+
18
+ * upgrade dependencies and fix timestamp type ([#757](https://github.com/AIGNE-io/aigne-framework/issues/757)) ([652e8f4](https://github.com/AIGNE-io/aigne-framework/commit/652e8f4b6e9af1461b25336888d76fe1d731b9b5))
19
+
20
+
21
+ ### Dependencies
22
+
23
+ * The following workspace dependencies were updated
24
+ * dependencies
25
+ * @aigne/core bumped to 1.69.0-beta.2
26
+ * @aigne/openai bumped to 0.16.10-beta.3
27
+
28
+ ## [1.3.0-beta.1](https://github.com/AIGNE-io/aigne-framework/compare/did-space-memory-v1.2.3-beta.1...did-space-memory-v1.3.0-beta.1) (2025-11-18)
29
+
30
+
31
+ ### Features
32
+
33
+ * **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))
34
+ * support mount mcp agent into AFS ([#740](https://github.com/AIGNE-io/aigne-framework/issues/740)) ([6d474fc](https://github.com/AIGNE-io/aigne-framework/commit/6d474fc05845a15e2c3e8fa97727b409bdd70945))
35
+ * use a more secure signature mechanism ([#655](https://github.com/AIGNE-io/aigne-framework/issues/655)) ([aa5dc0c](https://github.com/AIGNE-io/aigne-framework/commit/aa5dc0ccdff8245a629cb30e731081528a555134))
36
+
37
+
38
+ ### Bug Fixes
39
+
40
+ * bump version ([93a1c10](https://github.com/AIGNE-io/aigne-framework/commit/93a1c10cf35f88eaafe91092481f5d087bd5b3a9))
41
+ * **cli:** ensure aigne cli works in node.js v20+ ([#316](https://github.com/AIGNE-io/aigne-framework/issues/316)) ([9c9c3d2](https://github.com/AIGNE-io/aigne-framework/commit/9c9c3d2e57d6a8e1afb33ef903c3703283d73db7))
42
+ * update package ([#677](https://github.com/AIGNE-io/aigne-framework/issues/677)) ([a4ad78a](https://github.com/AIGNE-io/aigne-framework/commit/a4ad78a79e4f34eb6c0b00909e7707cd5dd9dd97))
43
+ * update package to latest ([#699](https://github.com/AIGNE-io/aigne-framework/issues/699)) ([9877f6d](https://github.com/AIGNE-io/aigne-framework/commit/9877f6d1975362338db4eb47a2bf3564114c3cf8))
44
+ * update package to latest ([#709](https://github.com/AIGNE-io/aigne-framework/issues/709)) ([47661ab](https://github.com/AIGNE-io/aigne-framework/commit/47661ab78cd13ce039d6ebf596e4e603c0220139))
45
+ * update package to latest ([#720](https://github.com/AIGNE-io/aigne-framework/issues/720)) ([4386549](https://github.com/AIGNE-io/aigne-framework/commit/43865497e71f86478bc75d7d6e181c4fac80eae5))
46
+
47
+
48
+ ### Dependencies
49
+
50
+ * The following workspace dependencies were updated
51
+ * dependencies
52
+ * @aigne/core bumped to 1.69.0-beta.1
53
+ * @aigne/openai bumped to 0.16.10-beta.2
54
+
3
55
  ## [1.2.3-beta.1](https://github.com/AIGNE-io/aigne-framework/compare/did-space-memory-v1.2.3-beta...did-space-memory-v1.2.3-beta.1) (2025-11-18)
4
56
 
5
57
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aigne/did-space-memory",
3
- "version": "1.2.3-beta.1",
3
+ "version": "1.3.0",
4
4
  "description": "DID Spaces memory for AIGNE framework",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -32,12 +32,12 @@
32
32
  }
33
33
  },
34
34
  "dependencies": {
35
- "@blocklet/did-space-js": "^1.2.3",
36
- "@did-space/core": "^1.2.3",
35
+ "@blocklet/did-space-js": "^1.2.4",
36
+ "@did-space/core": "^1.2.4",
37
37
  "yaml": "^2.8.1",
38
38
  "zod": "^3.25.67",
39
- "@aigne/core": "^1.68.3-beta.1",
40
- "@aigne/openai": "^0.16.10-beta.1"
39
+ "@aigne/core": "^1.69.0",
40
+ "@aigne/openai": "^0.16.10"
41
41
  },
42
42
  "devDependencies": {
43
43
  "@types/bun": "^1.2.22",