This patch fixes the path that matters most for the browser runtime: the real npm install -g numasec install.
Before this, browser mode could work from the repo and still fail for people using the normal npm install path, because the published package was shipping the launcher and platform binaries but not Playwright itself.
What changed:
- Playwright now ships with the npm package
- the generated publish manifest now keeps that runtime dependency instead of dropping it during packaging
- install and runtime hints now point people to
npx playwright install chromium
So if someone installs or upgrades numasec with npm, the browser side should now work from the actual user path instead of only from a source checkout.