@happyvertical/files 0.79.0 → 0.80.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.
- package/AGENT.md +1 -1
- package/metadata.json +1 -1
- package/package.json +2 -2
package/AGENT.md
CHANGED
|
@@ -7,7 +7,7 @@ File system utilities for local and remote file operations
|
|
|
7
7
|
## Package Map
|
|
8
8
|
- Package: `@happyvertical/files`
|
|
9
9
|
- Hierarchy path: `@happyvertical/sdk > packages > files`
|
|
10
|
-
- Workspace position: `11 of
|
|
10
|
+
- Workspace position: `11 of 32` local packages
|
|
11
11
|
- Internal dependencies: `@happyvertical/utils`
|
|
12
12
|
- Internal dependents: `@happyvertical/documents`, `@happyvertical/sdk-mcp`
|
|
13
13
|
- Knowledge graph files: `AGENT.md`, `metadata.json`, `ecosystem-manifest.json`
|
package/metadata.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@happyvertical/files",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.80.0",
|
|
4
4
|
"description": "File system utilities for local and remote file operations",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"@aws-sdk/client-s3": "^3.1034.0",
|
|
16
16
|
"google-auth-library": "^9.15.1",
|
|
17
17
|
"googleapis": "^144.0.0",
|
|
18
|
-
"@happyvertical/utils": "0.
|
|
18
|
+
"@happyvertical/utils": "0.80.0"
|
|
19
19
|
},
|
|
20
20
|
"devDependencies": {
|
|
21
21
|
"@testing-library/jest-dom": "6.9.1",
|