@happyvertical/documents 0.76.2 → 0.78.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 +3 -3
package/AGENT.md
CHANGED
|
@@ -7,7 +7,7 @@ Multi-part document processing with support for PDF, HTML, and Markdown
|
|
|
7
7
|
## Package Map
|
|
8
8
|
- Package: `@happyvertical/documents`
|
|
9
9
|
- Hierarchy path: `@happyvertical/sdk > packages > documents`
|
|
10
|
-
- Workspace position: `8 of
|
|
10
|
+
- Workspace position: `8 of 31` local packages
|
|
11
11
|
- Internal dependencies: `@happyvertical/files`, `@happyvertical/utils`
|
|
12
12
|
- Internal dependents: none
|
|
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/documents",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.78.0",
|
|
4
4
|
"description": "Multi-part document processing with support for PDF, HTML, and Markdown",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -40,8 +40,8 @@
|
|
|
40
40
|
"@happyvertical/pdf": "^0.65",
|
|
41
41
|
"@happyvertical/spider": "^1.1",
|
|
42
42
|
"uuid": "^13.0.0",
|
|
43
|
-
"@happyvertical/files": "0.
|
|
44
|
-
"@happyvertical/utils": "0.
|
|
43
|
+
"@happyvertical/files": "0.78.0",
|
|
44
|
+
"@happyvertical/utils": "0.78.0"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
47
|
"@types/node": "25.0.10",
|