v1.1.1
Parity patch. Fixes a false TS2769 on $state.raw explicit generics (#38, thanks @JanTuck). Also annotated nullish state declarations (let el: T | null = $state(null)) now narrow exactly as upstream.
$state.rawfallback declarations mirror Svelte's two overloads; an installed Svelte owns the complete$stateambient surface (#38) — 9ad4c4a- annotated nullish state narrows like upstream; the overlay generic-injection rewrite is removed — d6a3e17
- publish script is resumable after a mid-run failure — a8c2561