Skip to content

v2.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 04 Apr 10:40
· 6 commits to main since this release

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.