v3.0.0
3.0.0 (2024-11-08)
Bug Fixes
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".