kiva / protocol-common

Shared code across the various protocol microservices
Apache License 2.0
10 stars 3 forks source link

Update to use ESM #52

Closed ghost closed 2 years ago

ghost commented 3 years ago

The latest versions of node natively support ESM and projects we use (such as crypto-random-string) are moving to be ESM-only. If we want to be able to stay up to date, we should change our transpiled JS to use ESM instead of CommonJS.