-
-
Notifications
You must be signed in to change notification settings - Fork 307
chore: bump @asyncapi/generator dependency #1992
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
chore: bump @asyncapi/generator dependency #1992
Conversation
🦋 Changeset detectedLatest commit: e333d5f The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Welcome to AsyncAPI. Thanks a lot for creating your first pull request. Please check out our contributors guide useful for opening a pull request.
Keep in mind there are also other channels you can use to interact with AsyncAPI community. For more details check out this issue.
|
Hey @AayushSaini101 👋 |
Shurtu-gal
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks. LGTM
|
|
/rtm |
|
Thanks for the review and for merging this! 🙌 |



Description
This PR bumps
@asyncapi/generatorto the latest version to align the AsyncAPI CLIwith the updated generator behavior.
The
conditionalGeneration.assetsvalidation issue was already fixed in thegenerator, but it was still reproducible via the CLI because the CLI was using an
outdated generator version. A maintainer confirmed this and approved opening a PR
to bump the dependency in the CLI repo.
This change ensures the CLI uses the fixed generator implementation
Related issue(s)