v0.19.0
- Add end-to-end tests with Playwright
- Add unit/integration tests with Vitest
- Fix imports for global polyfills (
buffer
andprocess
) when a trailing slash is used (e.g.import process from 'process/'
) - Replace the IIFE banner with import statements (avoids name conflicts)