v0.2.0
What's Changed
- feat(zephyr-agent): conditionally wait for stage 1 deployments by @arthurfiorette in #402
- fix(http): surface actual errors and improve network error handling by @arthurfiorette in #407
- fix: support symlinked recursive reads and unify walkers by @arthurfiorette in #406
- chore(deps): remediate security vulnerabilities by @arthurfiorette in #408
- chore(deps): remediate security vulnerabilities by @Nsttt in #410
- feat(vite): add registry metadata by @Nsttt in #411
- feat(vite-plugin-zephyr): decouple module federation integration by @Nsttt in #409
- chore: bump patch version to 0.1.17 by @Nsttt in #413
- chore: bump minor version to 0.2.0 by @Nsttt in #414
- fix: patch pnpm audit advisories by @Nsttt in #417
🔴 Breaking Changes
vite-plugin-zephyr: Module Federation is now decoupled fromwithZephyr().- If you use Module Federation with Vite, install
@module-federation/viteexplicitly. - Optionally: If you previously used
plugins: [withZephyr({ mfConfig })], migrate toplugins: [federation(mfConfig), withZephyr()].
Full Changelog: v0.1.16...v0.2.0