v0.12.1
Better SSE Version 0.12.1
npm install better-sse@latest
yarn add better-sse@latest
pnpm add better-sse@latest
This release fixes an issue relating to types for the sessions and channels (thanks to @Codpoe.)
Changes
Session and channel event name type fixes
You will now receive suggestions on event names when adding event listeners to the Session
and Channel
classes.
Full Changelog
Fixed
- Fixed types for channel and session emitted event names.