@aigne/afs-user-profile-memory 1.3.0-beta.1 → 1.3.0-beta.3

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 +20 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,25 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.3.0-beta.3](https://github.com/AIGNE-io/aigne-framework/compare/afs-user-profile-memory-v1.3.0-beta.2...afs-user-profile-memory-v1.3.0-beta.3) (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.3
11
+
12
+ ## [1.3.0-beta.2](https://github.com/AIGNE-io/aigne-framework/compare/afs-user-profile-memory-v1.3.0-beta.1...afs-user-profile-memory-v1.3.0-beta.2) (2025-12-19)
13
+
14
+
15
+ ### Dependencies
16
+
17
+ * The following workspace dependencies were updated
18
+ * dependencies
19
+ * @aigne/afs bumped to 1.4.0-beta.2
20
+ * @aigne/afs-history bumped to 1.2.0-beta.2
21
+ * @aigne/core bumped to 1.72.0-beta.2
22
+
3
23
  ## [1.3.0-beta.1](https://github.com/AIGNE-io/aigne-framework/compare/afs-user-profile-memory-v1.3.0-beta...afs-user-profile-memory-v1.3.0-beta.1) (2025-12-17)
4
24
 
5
25
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aigne/afs-user-profile-memory",
3
- "version": "1.3.0-beta.1",
3
+ "version": "1.3.0-beta.3",
4
4
  "description": "AIGNE AFS module for user profile memory",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -50,9 +50,9 @@
50
50
  "fast-json-patch": "^3.1.1",
51
51
  "zod": "^3.25.67",
52
52
  "zod-to-json-schema": "^3.24.6",
53
- "@aigne/afs": "^1.4.0-beta.1",
54
- "@aigne/afs-history": "^1.2.0-beta.1",
55
- "@aigne/core": "^1.72.0-beta.1"
53
+ "@aigne/afs": "^1.4.0-beta.2",
54
+ "@aigne/afs-history": "^1.2.0-beta.2",
55
+ "@aigne/core": "^1.72.0-beta.3"
56
56
  },
57
57
  "devDependencies": {
58
58
  "@types/bun": "^1.2.22",