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
Update dependencies and convert to ESM
Minimum supported node version is 12.20 as it now requires ES module support.
`__dirname` is no longer available so use `import.meta.url` instead.