v0.15.1
Better SSE Version 0.15.1
npm install better-sse@latestyarn add better-sse@latestpnpm add better-sse@latestThis release publishes Better SSE on the JavaScript Registry (JSR).
Changes
Publishing on the JSR
Better SSE is now available as a package on the JSR under the name @mwid/better-sse.
You can now install it from the JSR instead of npm, if you prefer:
npx jsr add @mwid/better-sseyarn add jsr:@mwid/better-ssepnpm add jsr:@mwid/better-ssebunx jsr add @mwid/better-ssedeno add jsr:@mwid/better-sseWhen using Deno you can import the package directly like so:
import { createSession } from "jsr:@mwid/better-sse"Full Changelog
Added
- Added support for publishing on the JavaScript Registry (JSR).
Fixed
- Fixed the
stream,iterateandEventBuffer#clearmethods not having explicit return types, resulting in slow inference in certain environments.