@aigne/default-memory 1.2.16 → 1.2.17

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 +29 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,34 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.2.17](https://github.com/AIGNE-io/aigne-framework/compare/default-memory-v1.2.17-beta...default-memory-v1.2.17) (2025-11-15)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * The following workspace dependencies were updated
9
+ * dependencies
10
+ * @aigne/core bumped to 1.68.1
11
+ * @aigne/sqlite bumped to 0.4.5
12
+ * devDependencies
13
+ * @aigne/openai bumped to 0.16.8
14
+
15
+ ## [1.2.17-beta](https://github.com/AIGNE-io/aigne-framework/compare/default-memory-v1.2.16...default-memory-v1.2.17-beta) (2025-11-15)
16
+
17
+
18
+ ### Bug Fixes
19
+
20
+ * bump version ([93a1c10](https://github.com/AIGNE-io/aigne-framework/commit/93a1c10cf35f88eaafe91092481f5d087bd5b3a9))
21
+
22
+
23
+ ### Dependencies
24
+
25
+ * The following workspace dependencies were updated
26
+ * dependencies
27
+ * @aigne/core bumped to 1.68.1-beta
28
+ * @aigne/sqlite bumped to 0.4.5-beta
29
+ * devDependencies
30
+ * @aigne/openai bumped to 0.16.8-beta
31
+
3
32
  ## [1.2.16](https://github.com/AIGNE-io/aigne-framework/compare/default-memory-v1.2.16-beta...default-memory-v1.2.16) (2025-11-14)
4
33
 
5
34
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aigne/default-memory",
3
- "version": "1.2.16",
3
+ "version": "1.2.17",
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.68.0",
40
- "@aigne/sqlite": "^0.4.4"
39
+ "@aigne/sqlite": "^0.4.5",
40
+ "@aigne/core": "^1.68.1"
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.7"
47
+ "@aigne/openai": "^0.16.8"
48
48
  },
49
49
  "scripts": {
50
50
  "lint": "tsc --noEmit",