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

Utility modules don't export in actions/index.ts #145

Closed
dtome123 opened this issue Jan 13, 2022 · 2 comments · Fixed by #146
Closed

Utility modules don't export in actions/index.ts #145

dtome123 opened this issue Jan 13, 2022 · 2 comments · Fixed by #146

Comments

@dtome123
Copy link

Describe the bug
Utility modules don't export

Desciption:
I try to call createExternalPriceAccount function but it can't found. I realize that all modules of utility folder are not exported in file index.ts (actions). So it is a bug ?

Thanks

@aheckmann
Copy link
Contributor

Yep! Good catch. This was missed in metaplex-foundation/js@715d1d4

Will update today

aheckmann added a commit that referenced this issue Jan 13, 2022
- these were unexported in #131

fixes #145
roederw pushed a commit that referenced this issue Jan 13, 2022
- these were unexported in #131

fixes #145
@zaxozhu
Copy link
Contributor

zaxozhu commented Jan 13, 2022

🎉 This issue has been resolved in version 4.11.5 🎉

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
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

3 participants