@aigne/fs-memory 1.2.0 → 1.2.1-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 +12 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.2.1-beta](https://github.com/AIGNE-io/aigne-framework/compare/fs-memory-v1.2.0...fs-memory-v1.2.1-beta) (2026-01-20)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * The following workspace dependencies were updated
9
+ * dependencies
10
+ * @aigne/core bumped to 1.73.0-beta
11
+ * @aigne/openai bumped to 0.16.17-beta
12
+ * devDependencies
13
+ * @aigne/test-utils bumped to 0.5.70-beta
14
+
3
15
  ## [1.2.0](https://github.com/AIGNE-io/aigne-framework/compare/fs-memory-v1.2.0-beta.24...fs-memory-v1.2.0) (2026-01-16)
4
16
 
5
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aigne/fs-memory",
3
- "version": "1.2.0",
3
+ "version": "1.2.1-beta",
4
4
  "description": "FS memory for AIGNE framework",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -34,15 +34,15 @@
34
34
  "dependencies": {
35
35
  "yaml": "^2.8.1",
36
36
  "zod": "^3.25.67",
37
- "@aigne/core": "^1.72.0",
38
- "@aigne/openai": "^0.16.16"
37
+ "@aigne/openai": "^0.16.17-beta",
38
+ "@aigne/core": "^1.73.0-beta"
39
39
  },
40
40
  "devDependencies": {
41
41
  "@types/bun": "^1.2.22",
42
42
  "npm-run-all": "^4.1.5",
43
43
  "rimraf": "^6.0.1",
44
44
  "typescript": "^5.9.2",
45
- "@aigne/test-utils": "^0.5.69"
45
+ "@aigne/test-utils": "^0.5.70-beta"
46
46
  },
47
47
  "scripts": {
48
48
  "lint": "tsc --noEmit",