@aigne/afs-explorer 1.1.0 → 1.2.0-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.
- package/CHANGELOG.md +18 -0
- package/package.json +7 -10
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.2.0-beta](https://github.com/AIGNE-io/aigne-framework/compare/afs-explorer-v1.1.0...afs-explorer-v1.2.0-beta) (2026-01-20)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* **afs:** add @aigne/afs-utils package ([#927](https://github.com/AIGNE-io/aigne-framework/issues/927)) ([3922635](https://github.com/AIGNE-io/aigne-framework/commit/3922635981aab4578607c5bf1fb882c8e45725ce))
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Dependencies
|
|
12
|
+
|
|
13
|
+
* The following workspace dependencies were updated
|
|
14
|
+
* devDependencies
|
|
15
|
+
* @aigne/afs-git bumped to 1.2.0-beta
|
|
16
|
+
* @aigne/afs-history bumped to 1.3.0-beta
|
|
17
|
+
* @aigne/afs-json bumped to 1.2.0-beta
|
|
18
|
+
* @aigne/afs-local-fs bumped to 1.5.0-beta
|
|
19
|
+
* @aigne/test-utils bumped to 0.5.70-beta
|
|
20
|
+
|
|
3
21
|
## [1.1.0](https://github.com/AIGNE-io/aigne-framework/compare/afs-explorer-v1.1.0-beta...afs-explorer-v1.1.0) (2026-01-16)
|
|
4
22
|
|
|
5
23
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aigne/afs-explorer",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.2.0-beta",
|
|
4
4
|
"description": "Explore and manage AFS file systems",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -51,10 +51,7 @@
|
|
|
51
51
|
"dependencies": {
|
|
52
52
|
"cors": "^2.8.5",
|
|
53
53
|
"express": "^5.1.0",
|
|
54
|
-
"
|
|
55
|
-
"zod": "^3.25.67",
|
|
56
|
-
"@aigne/afs": "^1.4.0",
|
|
57
|
-
"@aigne/core": "^1.72.0"
|
|
54
|
+
"@aigne/afs": "^1.4.0"
|
|
58
55
|
},
|
|
59
56
|
"devDependencies": {
|
|
60
57
|
"@emotion/react": "^11.14.0",
|
|
@@ -82,11 +79,11 @@
|
|
|
82
79
|
"typescript": "^5.9.2",
|
|
83
80
|
"vite": "^7.1.5",
|
|
84
81
|
"vite-plugin-svgr": "^4.3.0",
|
|
85
|
-
"@aigne/afs-git": "^1.
|
|
86
|
-
"@aigne/afs-history": "^1.
|
|
87
|
-
"@aigne/afs-json": "^1.
|
|
88
|
-
"@aigne/afs-local-fs": "^1.
|
|
89
|
-
"@aigne/test-utils": "^0.5.
|
|
82
|
+
"@aigne/afs-git": "^1.2.0-beta",
|
|
83
|
+
"@aigne/afs-history": "^1.3.0-beta",
|
|
84
|
+
"@aigne/afs-json": "^1.2.0-beta",
|
|
85
|
+
"@aigne/afs-local-fs": "^1.5.0-beta",
|
|
86
|
+
"@aigne/test-utils": "^0.5.70-beta"
|
|
90
87
|
},
|
|
91
88
|
"scripts": {
|
|
92
89
|
"lint": "tsc --noEmit",
|