@aigne/did-space-memory 1.4.0-beta.16 → 1.4.0-beta.18
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.
- package/CHANGELOG.md +32 -0
- package/package.json +7 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,37 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.4.0-beta.18](https://github.com/AIGNE-io/aigne-framework/compare/did-space-memory-v1.4.0-beta.17...did-space-memory-v1.4.0-beta.18) (2026-01-14)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* improve test coverage tracking and reporting ([#903](https://github.com/AIGNE-io/aigne-framework/issues/903)) ([031144e](https://github.com/AIGNE-io/aigne-framework/commit/031144e74f29e882cffe52ffda8f7a18c76ace7f))
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Dependencies
|
|
12
|
+
|
|
13
|
+
* The following workspace dependencies were updated
|
|
14
|
+
* dependencies
|
|
15
|
+
* @aigne/core bumped to 1.72.0-beta.19
|
|
16
|
+
* @aigne/openai bumped to 0.16.16-beta.19
|
|
17
|
+
* devDependencies
|
|
18
|
+
* @aigne/test-utils bumped to 0.5.69-beta.19
|
|
19
|
+
|
|
20
|
+
## [1.4.0-beta.17](https://github.com/AIGNE-io/aigne-framework/compare/did-space-memory-v1.4.0-beta.16...did-space-memory-v1.4.0-beta.17) (2026-01-13)
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
### Bug Fixes
|
|
24
|
+
|
|
25
|
+
* bump deps to latest and fix build error ([#897](https://github.com/AIGNE-io/aigne-framework/issues/897)) ([4059e79](https://github.com/AIGNE-io/aigne-framework/commit/4059e790ae63b9e4ebd66487665014b0cd7ce6ec))
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
### Dependencies
|
|
29
|
+
|
|
30
|
+
* The following workspace dependencies were updated
|
|
31
|
+
* dependencies
|
|
32
|
+
* @aigne/core bumped to 1.72.0-beta.18
|
|
33
|
+
* @aigne/openai bumped to 0.16.16-beta.18
|
|
34
|
+
|
|
3
35
|
## [1.4.0-beta.16](https://github.com/AIGNE-io/aigne-framework/compare/did-space-memory-v1.4.0-beta.15...did-space-memory-v1.4.0-beta.16) (2026-01-12)
|
|
4
36
|
|
|
5
37
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aigne/did-space-memory",
|
|
3
|
-
"version": "1.4.0-beta.
|
|
3
|
+
"version": "1.4.0-beta.18",
|
|
4
4
|
"description": "DID Spaces memory for AIGNE framework",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -32,18 +32,19 @@
|
|
|
32
32
|
}
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@blocklet/did-space-js": "^1.2.
|
|
36
|
-
"@did-space/core": "^1.2.
|
|
35
|
+
"@blocklet/did-space-js": "^1.2.15",
|
|
36
|
+
"@did-space/core": "^1.2.15",
|
|
37
37
|
"yaml": "^2.8.1",
|
|
38
38
|
"zod": "^3.25.67",
|
|
39
|
-
"@aigne/core": "^1.72.0-beta.
|
|
40
|
-
"@aigne/openai": "^0.16.16-beta.
|
|
39
|
+
"@aigne/core": "^1.72.0-beta.19",
|
|
40
|
+
"@aigne/openai": "^0.16.16-beta.19"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"@types/bun": "^1.2.22",
|
|
44
44
|
"npm-run-all": "^4.1.5",
|
|
45
45
|
"rimraf": "^6.0.1",
|
|
46
|
-
"typescript": "^5.9.2"
|
|
46
|
+
"typescript": "^5.9.2",
|
|
47
|
+
"@aigne/test-utils": "^0.5.69-beta.19"
|
|
47
48
|
},
|
|
48
49
|
"scripts": {
|
|
49
50
|
"lint": "tsc --noEmit",
|