Fix native binary distribution in npm package. Binaries are now built before publishing to npm, ensuring all platforms work on installation.
8 lines
324 B
Markdown
8 lines
324 B
Markdown
---
|
|
"agent-browser": patch
|
|
---
|
|
|
|
Fix native binary distribution in npm package
|
|
|
|
Native binaries for all platforms (Linux x64/arm64, macOS x64/arm64, Windows x64) are now included in the npm package. Previously, the release workflow published to npm before building binaries, causing "No binary found" errors on installation.
|