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
075253d refactor: convert to ESM (#17) 🚨 BREAKING CHANGE:
upem now is a 'pure ecmascript module'. As this upem is probably not used as a library in the first place, this shouldn't be a big deal. If you are using it as a library (1) let me know (2) either convert your module to pure ESM as well or remain on v5.0.0, which is perfectly functional (but won't be updated anymore)
upem v6 doesn't support node 10 anymore (which will be out of LTS soon anyway) and it requires node `^12.20||^14||^16.