smartive / zitadel-node

ZITADEL SDK for Node.js
https://www.npmjs.com/package/@zitadel/node
Apache License 2.0
17 stars 8 forks source link

fix: explicitely allow all parts to be exported #483

Closed buehler closed 1 week ago

buehler commented 1 week ago

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".

github-actions[bot] commented 1 week ago

:tada: This PR is included in version 3.0.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: