This patch is mainly about updating deno std dependency:
chore(deps): upgrade to std@0.142.0
Other fixes:
- fix(plugins/names): fulfill Names object properly (instead of having empty elements in array)
- fix(plugins): change some types after TS upgrade
- test(plugins/reconnect): pass async fn to assertRejects