@happyvertical/documents 0.78.3 → 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 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 31` local packages
10
+ - Workspace position: `8 of 32` 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
@@ -3,7 +3,7 @@
3
3
  "path": "packages/documents",
4
4
  "position": {
5
5
  "index": 8,
6
- "count": 31
6
+ "count": 32
7
7
  },
8
8
  "description": "Multi-part document processing with support for PDF, HTML, and Markdown",
9
9
  "provides": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@happyvertical/documents",
3
- "version": "0.78.3",
3
+ "version": "0.80.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/utils": "0.78.3",
44
- "@happyvertical/files": "0.78.3"
43
+ "@happyvertical/files": "0.80.0",
44
+ "@happyvertical/utils": "0.80.0"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@types/node": "25.0.10",