@aigne/afs-git 1.0.0 → 1.1.0

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 +34 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,39 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.1.0](https://github.com/AIGNE-io/aigne-framework/compare/afs-git-v1.1.0-beta...afs-git-v1.1.0) (2026-01-16)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * The following workspace dependencies were updated
9
+ * dependencies
10
+ * @aigne/afs bumped to 1.4.0
11
+ * @aigne/core bumped to 1.72.0
12
+ * devDependencies
13
+ * @aigne/test-utils bumped to 0.5.69
14
+
15
+ ## [1.1.0-beta](https://github.com/AIGNE-io/aigne-framework/compare/afs-git-v1.0.0...afs-git-v1.1.0-beta) (2026-01-16)
16
+
17
+
18
+ ### Features
19
+
20
+ * **afs:** add AFSGit module support mount a git repo to AFS ([e1e030c](https://github.com/AIGNE-io/aigne-framework/commit/e1e030c181860d06c1c945b4acdcf67d9d708662))
21
+
22
+
23
+ ### Bug Fixes
24
+
25
+ * **afs:** support read binary file as base64 string ([3480f9f](https://github.com/AIGNE-io/aigne-framework/commit/3480f9fe90647eba3bf2ff37e22c334599b72e35))
26
+
27
+
28
+ ### Dependencies
29
+
30
+ * The following workspace dependencies were updated
31
+ * dependencies
32
+ * @aigne/afs bumped to 1.4.0-beta.11
33
+ * @aigne/core bumped to 1.72.0-beta.25
34
+ * devDependencies
35
+ * @aigne/test-utils bumped to 0.5.69-beta.25
36
+
3
37
  ## 1.0.0 (2026-01-16)
4
38
 
5
39
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aigne/afs-git",
3
- "version": "1.0.0",
3
+ "version": "1.1.0",
4
4
  "description": "AIGNE AFS module for git storage",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -49,15 +49,15 @@
49
49
  "dependencies": {
50
50
  "simple-git": "^3.27.0",
51
51
  "zod": "^3.25.67",
52
- "@aigne/afs": "^1.4.0-beta.10",
53
- "@aigne/core": "^1.72.0-beta.24"
52
+ "@aigne/afs": "^1.4.0",
53
+ "@aigne/core": "^1.72.0"
54
54
  },
55
55
  "devDependencies": {
56
56
  "@types/bun": "^1.2.22",
57
57
  "npm-run-all": "^4.1.5",
58
58
  "rimraf": "^6.0.1",
59
59
  "typescript": "^5.9.2",
60
- "@aigne/test-utils": "^0.5.69-beta.24"
60
+ "@aigne/test-utils": "^0.5.69"
61
61
  },
62
62
  "scripts": {
63
63
  "lint": "tsc --noEmit",