@aigne/default-memory 1.4.0-beta.18 → 1.4.0-beta.20

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 +24 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,29 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.4.0-beta.20](https://github.com/AIGNE-io/aigne-framework/compare/default-memory-v1.4.0-beta.19...default-memory-v1.4.0-beta.20) (2026-01-15)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * The following workspace dependencies were updated
9
+ * dependencies
10
+ * @aigne/core bumped to 1.72.0-beta.21
11
+ * devDependencies
12
+ * @aigne/test-utils bumped to 0.5.69-beta.21
13
+ * @aigne/openai bumped to 0.16.16-beta.21
14
+
15
+ ## [1.4.0-beta.19](https://github.com/AIGNE-io/aigne-framework/compare/default-memory-v1.4.0-beta.18...default-memory-v1.4.0-beta.19) (2026-01-15)
16
+
17
+
18
+ ### Dependencies
19
+
20
+ * The following workspace dependencies were updated
21
+ * dependencies
22
+ * @aigne/core bumped to 1.72.0-beta.20
23
+ * devDependencies
24
+ * @aigne/test-utils bumped to 0.5.69-beta.20
25
+ * @aigne/openai bumped to 0.16.16-beta.20
26
+
3
27
  ## [1.4.0-beta.18](https://github.com/AIGNE-io/aigne-framework/compare/default-memory-v1.4.0-beta.17...default-memory-v1.4.0-beta.18) (2026-01-14)
4
28
 
5
29
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aigne/default-memory",
3
- "version": "1.4.0-beta.18",
3
+ "version": "1.4.0-beta.20",
4
4
  "description": "Default memory for AIGNE framework",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -36,16 +36,16 @@
36
36
  "drizzle-orm": "^0.44.5",
37
37
  "yaml": "^2.8.1",
38
38
  "zod": "^3.25.67",
39
- "@aigne/sqlite": "^0.4.9-beta.2",
40
- "@aigne/core": "^1.72.0-beta.19"
39
+ "@aigne/core": "^1.72.0-beta.21",
40
+ "@aigne/sqlite": "^0.4.9-beta.2"
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
46
  "typescript": "^5.9.2",
47
- "@aigne/test-utils": "^0.5.69-beta.19",
48
- "@aigne/openai": "^0.16.16-beta.19"
47
+ "@aigne/test-utils": "^0.5.69-beta.21",
48
+ "@aigne/openai": "^0.16.16-beta.21"
49
49
  },
50
50
  "scripts": {
51
51
  "lint": "tsc --noEmit",