You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
♻️ Support vizzlyPlugin field for plugin registration
Add backwards-compatible support for new `vizzlyPlugin` package.json
field alongside legacy `vizzly.plugin`. This fixes cosmiconfig conflict
where `vizzly` field was being read as config instead of plugin marker.
- Plugin loader now checks `vizzlyPlugin` first, falls back to `vizzly.plugin`
- Existing plugins continue to work unchanged
0 commit comments