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

Consider Publishing superoak to NPM or JSR #31

Open
cat394 opened this issue Aug 15, 2024 · 0 comments
Open

Consider Publishing superoak to NPM or JSR #31

cat394 opened this issue Aug 15, 2024 · 0 comments

Comments

@cat394
Copy link

cat394 commented Aug 15, 2024

Hello,

First of all, thank you for your work on superoak! It's an incredibly useful library for testing Oak applications.

I am currently working on an Oak middleware that I intend to publish on JSR. However, JSR only allows dependencies from trusted sources like NPM or JSR, and direct imports from https://deno.land/ are not permitted ( invalidexternalimport ).

While it is possible to manually download superoak and include it in my project each time I develop middleware, this approach is not ideal and can be cumbersome. It would be much more efficient if superoak were available on a trusted registry like NPM or JSR.

Would you consider publishing superoak to NPM or JSR to make it more accessible for developers who are restricted to these registries? It would greatly help those of us who want to use superoak but are limited by these constraints.

Thank you for considering this request, and I look forward to your response!

Update:
I have also noticed that setting up a dedicated directory within my project for testing and using superoak as a dependency there does not cause issues when publishing a package. However, I believe that all dependencies should be managed centrally in the deno.json file for consistency and maintainability.

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

No branches or pull requests

1 participant