@aigne/fs-memory 1.2.0-beta.16 → 1.2.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 +27 -0
- package/package.json +5 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,32 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.2.0-beta.18](https://github.com/AIGNE-io/aigne-framework/compare/fs-memory-v1.2.0-beta.17...fs-memory-v1.2.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.2.0-beta.17](https://github.com/AIGNE-io/aigne-framework/compare/fs-memory-v1.2.0-beta.16...fs-memory-v1.2.0-beta.17) (2026-01-13)
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
### Dependencies
|
|
24
|
+
|
|
25
|
+
* The following workspace dependencies were updated
|
|
26
|
+
* dependencies
|
|
27
|
+
* @aigne/core bumped to 1.72.0-beta.18
|
|
28
|
+
* @aigne/openai bumped to 0.16.16-beta.18
|
|
29
|
+
|
|
3
30
|
## [1.2.0-beta.16](https://github.com/AIGNE-io/aigne-framework/compare/fs-memory-v1.2.0-beta.15...fs-memory-v1.2.0-beta.16) (2026-01-12)
|
|
4
31
|
|
|
5
32
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aigne/fs-memory",
|
|
3
|
-
"version": "1.2.0-beta.
|
|
3
|
+
"version": "1.2.0-beta.18",
|
|
4
4
|
"description": "FS memory for AIGNE framework",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -34,14 +34,15 @@
|
|
|
34
34
|
"dependencies": {
|
|
35
35
|
"yaml": "^2.8.1",
|
|
36
36
|
"zod": "^3.25.67",
|
|
37
|
-
"@aigne/core": "^1.72.0-beta.
|
|
38
|
-
"@aigne/openai": "^0.16.16-beta.
|
|
37
|
+
"@aigne/core": "^1.72.0-beta.19",
|
|
38
|
+
"@aigne/openai": "^0.16.16-beta.19"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
41
|
"@types/bun": "^1.2.22",
|
|
42
42
|
"npm-run-all": "^4.1.5",
|
|
43
43
|
"rimraf": "^6.0.1",
|
|
44
|
-
"typescript": "^5.9.2"
|
|
44
|
+
"typescript": "^5.9.2",
|
|
45
|
+
"@aigne/test-utils": "^0.5.69-beta.19"
|
|
45
46
|
},
|
|
46
47
|
"scripts": {
|
|
47
48
|
"lint": "tsc --noEmit",
|