Skip to content

v3.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Nov 10:34
· 21 commits to main since this release
be05291

3.0.0 (2024-11-08)

Bug Fixes

  • explicitely allow all parts to be exported (#483) (be05291)

BREAKING CHANGES

  • this removes common js support
    from the lib. As such, to use it, you will need to migrate
    to dynamic imports in async functions.
  • this allows all files in the
    package to be imported. But it also requires you
    to use the full path now:
    import {} from "@zitadel/node/dist/api/index.js".