-
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/postgresjs@v3.4.5/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/postgres@3.4.5-a 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) |
No description provided.
The text was updated successfully, but these errors were encountered: