-
Notifications
You must be signed in to change notification settings - Fork 296
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
Not available on jsr.io #839
Comments
Can this be published on jsr please? 🙏🏼 |
Bump on this, please 🙏🏼 |
Hi team. I would also love this package to be added in the JSR. |
fix in #1034
|
Correct me if I'm wrong but the types do not seem to be imported if you do: // run ok but missing types
import postgres from "@y0/postgres"; But they are if you do: // run and types ok
import postgres from "https://deno.land/x/[email protected]/mod.js"; Cf. denoland/deno#28551 (comment) MinorBtw the import in jsr.io seem incorrect. I think it should be import postgres from "@y0/postgres"; instead of: |
This is my first attempt to fix (and learn jsr.io): https://jsr.io/@oscar6echo/[email protected] In essence, I changed what
NOTE: I don't know how to fix the automatically generated import - image above. Will test shortly. EDIT: versions -b and -c just exlude unecessary files and remove |
Cf. question about autogenerated imports: jsr-io/jsr#767 (comment) |
Finally it works with version -d (previous ones yanked) I realized that there was significant divergence between jsr:@y0/postegres and the repo master branch. Now it works fine - runtime and types. |
No description provided.
The text was updated successfully, but these errors were encountered: