@aigne/fs-memory 1.1.5 → 1.1.6-beta.2

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 +35 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,40 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.1.6-beta.2](https://github.com/AIGNE-io/aigne-framework/compare/fs-memory-v1.1.6-beta.1...fs-memory-v1.1.6-beta.2) (2025-12-19)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * The following workspace dependencies were updated
9
+ * dependencies
10
+ * @aigne/core bumped to 1.72.0-beta.2
11
+ * @aigne/openai bumped to 0.16.16-beta.2
12
+
13
+ ## [1.1.6-beta.1](https://github.com/AIGNE-io/aigne-framework/compare/fs-memory-v1.1.6-beta...fs-memory-v1.1.6-beta.1) (2025-12-17)
14
+
15
+
16
+ ### Bug Fixes
17
+
18
+ * bump version ([70d217c](https://github.com/AIGNE-io/aigne-framework/commit/70d217c8360dd0dda7f5f17011c4e92ec836e801))
19
+
20
+
21
+ ### Dependencies
22
+
23
+ * The following workspace dependencies were updated
24
+ * dependencies
25
+ * @aigne/core bumped to 1.72.0-beta.1
26
+ * @aigne/openai bumped to 0.16.16-beta.1
27
+
28
+ ## [1.1.6-beta](https://github.com/AIGNE-io/aigne-framework/compare/fs-memory-v1.1.5...fs-memory-v1.1.6-beta) (2025-12-17)
29
+
30
+
31
+ ### Dependencies
32
+
33
+ * The following workspace dependencies were updated
34
+ * dependencies
35
+ * @aigne/core bumped to 1.72.0-beta
36
+ * @aigne/openai bumped to 0.16.16-beta
37
+
3
38
  ## [1.1.5](https://github.com/AIGNE-io/aigne-framework/compare/fs-memory-v1.1.5-beta.6...fs-memory-v1.1.5) (2025-12-12)
4
39
 
5
40
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aigne/fs-memory",
3
- "version": "1.1.5",
3
+ "version": "1.1.6-beta.2",
4
4
  "description": "FS memory for AIGNE framework",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -34,8 +34,8 @@
34
34
  "dependencies": {
35
35
  "yaml": "^2.8.1",
36
36
  "zod": "^3.25.67",
37
- "@aigne/core": "^1.71.0",
38
- "@aigne/openai": "^0.16.15"
37
+ "@aigne/core": "^1.72.0-beta.2",
38
+ "@aigne/openai": "^0.16.16-beta.2"
39
39
  },
40
40
  "devDependencies": {
41
41
  "@types/bun": "^1.2.22",