v2.0.0
2.0.0 (2023-04-04)
Features
- add ESM support and split claris-id export (dc4a5ae)
- generate ESM format in addition to CJS (f020a48)
BREAKING CHANGES
- claris-id is not split into s a separate export to avoid
packaging issues with external tools. The NodeJS version was also raised to 18+
in order to prepare for native fetch support once typings become available.