Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/release-wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
const pkg = JSON.parse(fs.readFileSync(pkgPath, 'utf8'));
pkg.version = version;
pkg.description = 'EdgeParse PDF parser — WebAssembly build for browsers';
pkg.homepage = 'https://edgeparse.io/docs/api/wasm/';
pkg.homepage = 'https://www.edgeparse.com';
pkg.keywords = ['pdf', 'parser', 'wasm', 'webassembly', 'browser', 'extraction', 'markdown'];
pkg.repository = {
type: 'git',
Expand Down
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,19 @@ this project adheres to [Semantic Versioning](https://semver.org/).

---

## [0.2.5] — 2026-04-14

### Fixed
- **Homepage URL updated to `https://www.edgeparse.com`** across all published packages (`edgeparse-wasm`, Node.js SDK platform packages, Python SDK) and crate metadata — previously some packages showed `edgeparse.elitizon.com` or stale GitHub URLs
- **`release-wasm.yml` metadata** — `pkg.homepage` corrected to `https://www.edgeparse.com` so all future WASM npm publishes carry the right URL

### Changed
- Workspace `Cargo.toml` now declares `homepage = "https://www.edgeparse.com"` inherited by all crates
- `sdks/node/package.json` and all five platform `package.json` files updated to hompage `https://www.edgeparse.com`
- `sdks/python/pyproject.toml` `Homepage` updated to `https://www.edgeparse.com`

---

## [0.2.4] — 2026-04-13

### Added
Expand Down
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,11 @@ default-members = [
]

[workspace.package]
version = "0.2.4"
version = "0.2.5"
edition = "2021"
rust-version = "1.85"
license = "Apache-2.0"
homepage = "https://www.edgeparse.com"
repository = "https://github.com/raphaelmansuy/edgeparse"
description = "EdgeParse — High-performance PDF-to-structured-data extraction engine"

Expand Down
47 changes: 21 additions & 26 deletions crates/edgeparse-wasm/pkg/package.json
Original file line number Diff line number Diff line change
@@ -1,46 +1,41 @@
{
"name": "edgeparse-wasm",
"type": "module",
"description": "EdgeParse PDF parser — WebAssembly build for browsers",
"description": "EdgeParse WASM — high-speed PDF-to-Markdown in the browser",
"version": "0.2.4",
"license": "Apache-2.0",
"homepage": "https://edgeparse.io/docs/api/wasm/",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/raphaelmansuy/edgeparse.git",
"directory": "crates/edgeparse-wasm"
"url": "https://github.com/raphaelmansuy/edgeparse"
},
"keywords": [
"pdf",
"parser",
"wasm",
"webassembly",
"browser",
"extraction",
"markdown"
],
"files": [
"edgeparse_wasm_bg.wasm",
"edgeparse_wasm.js",
"edgeparse_wasm.d.ts",
"edgeparse_wasm_bg.wasm.d.ts",
"README.md",
"LICENSE"
"edgeparse_wasm.d.ts"
],
"main": "edgeparse_wasm.js",
"module": "edgeparse_wasm.js",
"types": "edgeparse_wasm.d.ts",
"exports": {
".": {
"import": "./edgeparse_wasm.js",
"types": "./edgeparse_wasm.d.ts"
}
},
"sideEffects": [
"./snippets/*"
],
"keywords": [
"pdf",
"markdown",
"wasm",
"parser",
"edgeparse"
],
"homepage": "https://www.edgeparse.com",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
},
"exports": {
".": {
"import": "./edgeparse_wasm.js"
},
"./wasm": {
"import": "./edgeparse_wasm_bg.wasm"
}
}
}
}
2 changes: 1 addition & 1 deletion crates/pdf-cos/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ autoexamples = false
autotests = false
autobenches = false
description = "PDF COS (Carousel Object Structure) parser -- edgeparse fork of lopdf 0.39.0 with f64 Real precision and ICC color support"
homepage = "https://github.com/edgeparse-project/edgeparse"
homepage = "https://www.edgeparse.com"
readme = "README.md"
keywords = [
"pdf",
Expand Down
2 changes: 1 addition & 1 deletion sdks/node/npm/darwin-arm64/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
"url": "https://github.com/raphaelmansuy/edgeparse.git",
"directory": "sdks/node/npm/darwin-arm64"
},
"homepage": "https://github.com/raphaelmansuy/edgeparse#readme"
"homepage": "https://www.edgeparse.com"
}
2 changes: 1 addition & 1 deletion sdks/node/npm/darwin-x64/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
"url": "https://github.com/raphaelmansuy/edgeparse.git",
"directory": "sdks/node/npm/darwin-x64"
},
"homepage": "https://github.com/raphaelmansuy/edgeparse#readme"
"homepage": "https://www.edgeparse.com"
}
2 changes: 1 addition & 1 deletion sdks/node/npm/linux-arm64-gnu/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
"url": "https://github.com/raphaelmansuy/edgeparse.git",
"directory": "sdks/node/npm/linux-arm64-gnu"
},
"homepage": "https://github.com/raphaelmansuy/edgeparse#readme"
"homepage": "https://www.edgeparse.com"
}
2 changes: 1 addition & 1 deletion sdks/node/npm/linux-x64-gnu/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
"url": "https://github.com/raphaelmansuy/edgeparse.git",
"directory": "sdks/node/npm/linux-x64-gnu"
},
"homepage": "https://github.com/raphaelmansuy/edgeparse#readme"
"homepage": "https://www.edgeparse.com"
}
2 changes: 1 addition & 1 deletion sdks/node/npm/win32-x64-msvc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
"url": "https://github.com/raphaelmansuy/edgeparse.git",
"directory": "sdks/node/npm/win32-x64-msvc"
},
"homepage": "https://github.com/raphaelmansuy/edgeparse#readme"
"homepage": "https://www.edgeparse.com"
}
2 changes: 1 addition & 1 deletion sdks/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"node": ">=18"
},
"license": "Apache-2.0",
"homepage": "https://github.com/raphaelmansuy/edgeparse#readme",
"homepage": "https://www.edgeparse.com",
"repository": {
"type": "git",
"url": "git+https://github.com/raphaelmansuy/edgeparse.git",
Expand Down
2 changes: 1 addition & 1 deletion sdks/python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ keywords = ["pdf", "extraction", "markdown", "rag", "llm"]
description = "High-performance PDF-to-structured-data extraction — Rust engine, Python interface"

[project.urls]
Homepage = "https://github.com/raphaelmansuy/edgeparse"
Homepage = "https://www.edgeparse.com"
Repository = "https://github.com/raphaelmansuy/edgeparse"
Documentation = "https://github.com/raphaelmansuy/edgeparse/tree/main/docs"

Expand Down
Loading