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: export createKuboRPCClient function #224

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

achingbrain
Copy link
Member

The create function is too generic, it often clashes with other functions so export a copy with a more obvious name.

The `create` function is too generic, it often clashes with other
functions so export a copy with a more obvious name.
@SgtPooki
Copy link
Member

We should update readme too

@achingbrain
Copy link
Member Author

I don't know if we want something more pithy - createKuboClient or something?

@SgtPooki
Copy link
Member

I think whatever works is fine. Im not a fan of uppercase acronyms in camel/pascal case "RPCClient" but its not something we need to type much

@SgtPooki
Copy link
Member

Also, This is technically a breaking change, but we did just release as v14 🤔

@achingbrain
Copy link
Member Author

It’s not breaking because it’s a re-export of the existing symbol, not a straight rename so all good on that front.

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

Successfully merging this pull request may close these issues.

None yet

2 participants