@aigne/fs-memory 1.0.48-beta → 1.0.48-beta.10

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 +100 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,105 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.0.48-beta.10](https://github.com/AIGNE-io/aigne-framework/compare/fs-memory-v1.0.48-beta.9...fs-memory-v1.0.48-beta.10) (2025-10-16)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * The following workspace dependencies were updated
9
+ * dependencies
10
+ * @aigne/core bumped to 1.63.0-beta.10
11
+ * @aigne/openai bumped to 0.16.2-beta.10
12
+
13
+ ## [1.0.48-beta.9](https://github.com/AIGNE-io/aigne-framework/compare/fs-memory-v1.0.48-beta.8...fs-memory-v1.0.48-beta.9) (2025-10-16)
14
+
15
+
16
+ ### Dependencies
17
+
18
+ * The following workspace dependencies were updated
19
+ * dependencies
20
+ * @aigne/core bumped to 1.63.0-beta.9
21
+ * @aigne/openai bumped to 0.16.2-beta.9
22
+
23
+ ## [1.0.48-beta.8](https://github.com/AIGNE-io/aigne-framework/compare/fs-memory-v1.0.48-beta.7...fs-memory-v1.0.48-beta.8) (2025-10-16)
24
+
25
+
26
+ ### Dependencies
27
+
28
+ * The following workspace dependencies were updated
29
+ * dependencies
30
+ * @aigne/core bumped to 1.63.0-beta.8
31
+ * @aigne/openai bumped to 0.16.2-beta.8
32
+
33
+ ## [1.0.48-beta.7](https://github.com/AIGNE-io/aigne-framework/compare/fs-memory-v1.0.48-beta.6...fs-memory-v1.0.48-beta.7) (2025-10-15)
34
+
35
+
36
+ ### Dependencies
37
+
38
+ * The following workspace dependencies were updated
39
+ * dependencies
40
+ * @aigne/core bumped to 1.63.0-beta.7
41
+ * @aigne/openai bumped to 0.16.2-beta.7
42
+
43
+ ## [1.0.48-beta.6](https://github.com/AIGNE-io/aigne-framework/compare/fs-memory-v1.0.48-beta.5...fs-memory-v1.0.48-beta.6) (2025-10-15)
44
+
45
+
46
+ ### Dependencies
47
+
48
+ * The following workspace dependencies were updated
49
+ * dependencies
50
+ * @aigne/core bumped to 1.63.0-beta.6
51
+ * @aigne/openai bumped to 0.16.2-beta.6
52
+
53
+ ## [1.0.48-beta.5](https://github.com/AIGNE-io/aigne-framework/compare/fs-memory-v1.0.48-beta.4...fs-memory-v1.0.48-beta.5) (2025-10-13)
54
+
55
+
56
+ ### Dependencies
57
+
58
+ * The following workspace dependencies were updated
59
+ * dependencies
60
+ * @aigne/core bumped to 1.63.0-beta.5
61
+ * @aigne/openai bumped to 0.16.2-beta.5
62
+
63
+ ## [1.0.48-beta.4](https://github.com/AIGNE-io/aigne-framework/compare/fs-memory-v1.0.48-beta.3...fs-memory-v1.0.48-beta.4) (2025-10-12)
64
+
65
+
66
+ ### Dependencies
67
+
68
+ * The following workspace dependencies were updated
69
+ * dependencies
70
+ * @aigne/core bumped to 1.63.0-beta.4
71
+ * @aigne/openai bumped to 0.16.2-beta.4
72
+
73
+ ## [1.0.48-beta.3](https://github.com/AIGNE-io/aigne-framework/compare/fs-memory-v1.0.48-beta.2...fs-memory-v1.0.48-beta.3) (2025-10-11)
74
+
75
+
76
+ ### Dependencies
77
+
78
+ * The following workspace dependencies were updated
79
+ * dependencies
80
+ * @aigne/core bumped to 1.63.0-beta.3
81
+ * @aigne/openai bumped to 0.16.2-beta.3
82
+
83
+ ## [1.0.48-beta.2](https://github.com/AIGNE-io/aigne-framework/compare/fs-memory-v1.0.48-beta.1...fs-memory-v1.0.48-beta.2) (2025-10-09)
84
+
85
+
86
+ ### Dependencies
87
+
88
+ * The following workspace dependencies were updated
89
+ * dependencies
90
+ * @aigne/core bumped to 1.63.0-beta.2
91
+ * @aigne/openai bumped to 0.16.2-beta.2
92
+
93
+ ## [1.0.48-beta.1](https://github.com/AIGNE-io/aigne-framework/compare/fs-memory-v1.0.48-beta...fs-memory-v1.0.48-beta.1) (2025-10-09)
94
+
95
+
96
+ ### Dependencies
97
+
98
+ * The following workspace dependencies were updated
99
+ * dependencies
100
+ * @aigne/core bumped to 1.63.0-beta.1
101
+ * @aigne/openai bumped to 0.16.2-beta.1
102
+
3
103
  ## [1.0.48-beta](https://github.com/AIGNE-io/aigne-framework/compare/fs-memory-v1.0.47...fs-memory-v1.0.48-beta) (2025-10-07)
4
104
 
5
105
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aigne/fs-memory",
3
- "version": "1.0.48-beta",
3
+ "version": "1.0.48-beta.10",
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.63.0-beta",
38
- "@aigne/openai": "^0.16.2-beta"
37
+ "@aigne/core": "^1.63.0-beta.10",
38
+ "@aigne/openai": "^0.16.2-beta.10"
39
39
  },
40
40
  "devDependencies": {
41
41
  "@types/bun": "^1.2.22",