@aigne/agentic-memory 1.1.6-beta.23 → 1.1.6-beta.25

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 +36 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,41 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.1.6-beta.25](https://github.com/AIGNE-io/aigne-framework/compare/agentic-memory-v1.1.6-beta.24...agentic-memory-v1.1.6-beta.25) (2026-01-16)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * bump version ([696560f](https://github.com/AIGNE-io/aigne-framework/commit/696560fa2673eddcb4d00ac0523fbbbde7273cb3))
9
+ * bump version ([70d217c](https://github.com/AIGNE-io/aigne-framework/commit/70d217c8360dd0dda7f5f17011c4e92ec836e801))
10
+ * bump version ([af04b69](https://github.com/AIGNE-io/aigne-framework/commit/af04b6931951afa35d52065430acc7fef4b10087))
11
+ * bump version ([ba7ad18](https://github.com/AIGNE-io/aigne-framework/commit/ba7ad184fcf32b49bf0507a3cb638d20fb00690d))
12
+ * bump version ([93a1c10](https://github.com/AIGNE-io/aigne-framework/commit/93a1c10cf35f88eaafe91092481f5d087bd5b3a9))
13
+ * 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))
14
+
15
+
16
+ ### Dependencies
17
+
18
+ * The following workspace dependencies were updated
19
+ * dependencies
20
+ * @aigne/core bumped to 1.72.0-beta.25
21
+ * @aigne/default-memory bumped to 1.4.0-beta.24
22
+ * @aigne/openai bumped to 0.16.16-beta.25
23
+ * devDependencies
24
+ * @aigne/test-utils bumped to 0.5.69-beta.25
25
+
26
+ ## [1.1.6-beta.24](https://github.com/AIGNE-io/aigne-framework/compare/agentic-memory-v1.1.6-beta.23...agentic-memory-v1.1.6-beta.24) (2026-01-16)
27
+
28
+
29
+ ### Dependencies
30
+
31
+ * The following workspace dependencies were updated
32
+ * dependencies
33
+ * @aigne/core bumped to 1.72.0-beta.24
34
+ * @aigne/default-memory bumped to 1.4.0-beta.23
35
+ * @aigne/openai bumped to 0.16.16-beta.24
36
+ * devDependencies
37
+ * @aigne/test-utils bumped to 0.5.69-beta.24
38
+
3
39
  ## [1.1.6-beta.23](https://github.com/AIGNE-io/aigne-framework/compare/agentic-memory-v1.1.6-beta.22...agentic-memory-v1.1.6-beta.23) (2026-01-15)
4
40
 
5
41
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aigne/agentic-memory",
3
- "version": "1.1.6-beta.23",
3
+ "version": "1.1.6-beta.25",
4
4
  "description": "Agentic memory for AIGNE framework",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -33,16 +33,16 @@
33
33
  },
34
34
  "dependencies": {
35
35
  "zod": "^3.25.67",
36
- "@aigne/core": "^1.72.0-beta.23",
37
- "@aigne/default-memory": "^1.4.0-beta.22",
38
- "@aigne/openai": "^0.16.16-beta.23"
36
+ "@aigne/core": "^1.72.0-beta.25",
37
+ "@aigne/default-memory": "^1.4.0-beta.24",
38
+ "@aigne/openai": "^0.16.16-beta.25"
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
44
  "typescript": "^5.9.2",
45
- "@aigne/test-utils": "^0.5.69-beta.23"
45
+ "@aigne/test-utils": "^0.5.69-beta.25"
46
46
  },
47
47
  "scripts": {
48
48
  "lint": "tsc --noEmit",