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
fix(build): replace the `module` property with the `source` property (#……1102)
This is more in-line with the outputted `package.json` before the transition from Pika to ESBuild
fix(types): mark type parameters as optional (#1101)
Some types which end-users could be using, declare the type parameters as requried, when in fact they are entirely optional.
This arises when users try to use the event handler code on it's own
feat: add new "web" middleware (#1078)
* feat: add new "web" middleware
This new middleware should be generic enough for use in the serverless/edge platforms
* style: prettier