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
v0.2.1 - fix source shipping and internal type noise (dda1d11)
Fixed
Package publishing now ships compiled dist outputs (.js + .d.ts) and exports no longer point to raw src/*.ts entrypoints, preventing downstream strict TypeScript checks from surfacing Lumora internals.
Cleaned internal type noise in core source (unused imports/params, type-only VNode import) so workspace vue-tsc checks remain clean.