BREAKING CHANGE: this removes common js support
from the lib. As such, to use it, you will need to migrate
to dynamic imports in async functions.
BREAKING CHANGE: 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".
This should fix #393.
BREAKING CHANGE: this removes common js support from the lib. As such, to use it, you will need to migrate to dynamic imports in async functions.
BREAKING CHANGE: 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".