-
Notifications
You must be signed in to change notification settings - Fork 7
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
🐛 Import package issue on v0.2.2
#68
Comments
Right sorry. I forgot to update the location of the files in the dist directory. Sorry will fix very soon. |
Fixed in https://github.com/duneanalytics/ts-dune-client/releases/tag/v0.2.3 by #69 Thanks for reporting and sorry for the hassle. Let me know if you have any further issues here @MartinGbz - as I have not yet tried it. |
Ok there is still an issue here because we import package.json to read the package version. Will need to make one more change. |
Very sorry - this should do the trick https://github.com/duneanalytics/ts-dune-client/releases/tag/v0.2.4 |
Tested here: |
I confirm it works now, thanks for your reactivity sir! 🙏 |
It seems since the version
0.2.2
(published a few hours ago from this post) the package is not recognized anymore in JS/TS projects.I haven't dug into it yet, but I've just tried importing it into 2 different repo and I got the same issue:
import { DuneClient } from "@duneanalytics/client-sdk";
⬇️
Cannot find module '@duneanalytics/client-sdk' or its corresponding type declarations.
Before
v0.2.2
I didn't have any issue with the package.The text was updated successfully, but these errors were encountered: