@aigne/default-memory 1.3.0 → 1.3.2-beta

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 +39 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,44 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.3.2-beta](https://github.com/AIGNE-io/aigne-framework/compare/default-memory-v1.3.1...default-memory-v1.3.2-beta) (2025-11-28)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * bump version ([ba7ad18](https://github.com/AIGNE-io/aigne-framework/commit/ba7ad184fcf32b49bf0507a3cb638d20fb00690d))
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * The following workspace dependencies were updated
14
+ * dependencies
15
+ * @aigne/core bumped to 1.69.2-beta
16
+ * @aigne/sqlite bumped to 0.4.7-beta
17
+ * devDependencies
18
+ * @aigne/openai bumped to 0.16.12-beta
19
+
20
+ ## [1.3.1](https://github.com/AIGNE-io/aigne-framework/compare/default-memory-v1.3.1-beta...default-memory-v1.3.1) (2025-11-28)
21
+
22
+
23
+ ### Dependencies
24
+
25
+ * The following workspace dependencies were updated
26
+ * dependencies
27
+ * @aigne/core bumped to 1.69.1
28
+ * devDependencies
29
+ * @aigne/openai bumped to 0.16.11
30
+
31
+ ## [1.3.1-beta](https://github.com/AIGNE-io/aigne-framework/compare/default-memory-v1.3.0...default-memory-v1.3.1-beta) (2025-11-24)
32
+
33
+
34
+ ### Dependencies
35
+
36
+ * The following workspace dependencies were updated
37
+ * dependencies
38
+ * @aigne/core bumped to 1.69.1-beta
39
+ * devDependencies
40
+ * @aigne/openai bumped to 0.16.11-beta
41
+
3
42
  ## [1.3.0](https://github.com/AIGNE-io/aigne-framework/compare/default-memory-v1.3.0-beta.2...default-memory-v1.3.0) (2025-11-21)
4
43
 
5
44
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aigne/default-memory",
3
- "version": "1.3.0",
3
+ "version": "1.3.2-beta",
4
4
  "description": "Default memory for AIGNE framework",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -36,15 +36,15 @@
36
36
  "drizzle-orm": "^0.44.5",
37
37
  "yaml": "^2.8.1",
38
38
  "zod": "^3.25.67",
39
- "@aigne/core": "^1.69.0",
40
- "@aigne/sqlite": "^0.4.6"
39
+ "@aigne/core": "^1.69.2-beta",
40
+ "@aigne/sqlite": "^0.4.7-beta"
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/openai": "^0.16.10"
47
+ "@aigne/openai": "^0.16.12-beta"
48
48
  },
49
49
  "scripts": {
50
50
  "lint": "tsc --noEmit",