-
-
Notifications
You must be signed in to change notification settings - Fork 97
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
feat: export AsyncAPISchema
and v2
types
#656
Conversation
@smoya Thanks for PR! I pushed some changes.
|
AsyncAPISchema
and AsyncAPISchemaDefinition
typesAsyncAPISchema
and v2
types
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
I would love to understand the reason! 🙏 |
@smoya We shouldn't export |
/rtm |
🎉 This PR is included in version 2.0.0-next-major.7 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Description
This PR exports some types that are required by other packages. In particular, by this avro-schema-parser PR.
Related issue(s)
asyncapi/avro-schema-parser#166