@aigne/afs-history 1.0.0 → 1.0.2-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 +21 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,26 @@
1
1
  # Changelog
2
2
 
3
+ ### Dependencies
4
+
5
+ * The following workspace dependencies were updated
6
+ * dependencies
7
+ * @aigne/afs bumped to 1.2.0
8
+
9
+ ## [1.0.2-beta](https://github.com/AIGNE-io/aigne-framework/compare/afs-history-v1.0.1...afs-history-v1.0.2-beta) (2025-11-15)
10
+
11
+
12
+ ### Bug Fixes
13
+
14
+ * bump version ([93a1c10](https://github.com/AIGNE-io/aigne-framework/commit/93a1c10cf35f88eaafe91092481f5d087bd5b3a9))
15
+
16
+
17
+ ### Dependencies
18
+
19
+ * The following workspace dependencies were updated
20
+ * dependencies
21
+ * @aigne/afs bumped to 1.2.1-beta
22
+ * @aigne/sqlite bumped to 0.4.5-beta
23
+
3
24
  ## 1.0.0 (2025-11-14)
4
25
 
5
26
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aigne/afs-history",
3
- "version": "1.0.0",
3
+ "version": "1.0.2-beta",
4
4
  "description": "AIGNE AFS module for managing chat history",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -49,8 +49,8 @@
49
49
  "dependencies": {
50
50
  "@aigne/uuid": "^13.0.1",
51
51
  "ufo": "^1.6.1",
52
- "@aigne/afs": "^1.2.0-beta",
53
- "@aigne/sqlite": "^0.4.4"
52
+ "@aigne/afs": "^1.2.1-beta",
53
+ "@aigne/sqlite": "^0.4.5-beta"
54
54
  },
55
55
  "devDependencies": {
56
56
  "@types/bun": "^1.2.22",