-
Notifications
You must be signed in to change notification settings - Fork 19
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
Expose rhea types #36
Conversation
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.
The first export in this file is from rhea
. Can we not add Typed
into that list instead of exporting it separately?
lib/index.ts
Outdated
@@ -22,3 +22,4 @@ export { | |||
Func, AmqpResponseStatusCode, isAmqpError, ConnectionStringParseOptions, delay, messageHeader, | |||
messageProperties, parseConnectionString, ParsedOutput | |||
} from "./util/utils"; | |||
export { Typed } from "rhea/typings/types"; |
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.
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.
Got it - submitted PR for this at - amqp/rhea#213
@amarzavery |
npm does not allow overwriting an already published version. Please update the patch version of the package for the PR to be merged. Post that @ramya-rao-a can help you publish the package. |
Please update the changelog as well. |
Thanks for the merge @amarzavery |
Description
Brief description of the changes made in the PR.
Reference to any github issues