Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: explicitely allow all parts to be exported #483

Merged
merged 2 commits into from
Nov 8, 2024
Merged

fix: explicitely allow all parts to be exported #483

merged 2 commits into from
Nov 8, 2024

Conversation

buehler
Copy link
Collaborator

@buehler buehler commented Nov 8, 2024

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

@buehler buehler enabled auto-merge (squash) November 8, 2024 10:32
@buehler buehler merged commit be05291 into main Nov 8, 2024
3 checks passed
@buehler buehler deleted the fix/types branch November 8, 2024 10:33
Copy link

github-actions bot commented Nov 8, 2024

🎉 This PR is included in version 3.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

Difficult/impossible to use much/most of the types
1 participant