deno-sqlite icon indicating copy to clipboard operation
deno-sqlite copied to clipboard

Publish to JSR?

Open timharek opened this issue 1 year ago • 5 comments

First of all, thank you for this amazing package! 🎩

Are you planning to publish this to JSR? 😊

timharek avatar May 29 '24 18:05 timharek

I think publishing on JSR sounds like a good idea! The module currently only supports Demo, but we could add support for NodeJS / Bun etc, by writing the right VFS binding.

dyedgreen avatar May 29 '24 19:05 dyedgreen

Publishing to JSR even while only supporting Deno would still be very useful, because packages on JSR can't depend on https imports (including anything in deno.land/x) but can depend on other JSR packages. JSR packages would have to vendor this library to use it right now.

Macil avatar Jun 28 '24 07:06 Macil

Looks like @pomdtr already published an older version to jsr: https://jsr.io/@pomdtr/sqlite

Here's JSR's documentation on publishing from GitHub: https://jsr.io/docs/publishing-packages#publishing-from-github-actions

andreterron avatar Oct 17 '24 21:10 andreterron

I needed a newer version. So I forked the repo, and published it to jsr: https://jsr.io/@mainframe-api/[email protected]

Happy to create a proper PR later 🙂

andreterron avatar Oct 18 '24 00:10 andreterron

It seems like the Deno team removed the docs feature from deno.land/x. Not sure if that was intentional or not but this means that a bunch of links in the readme now point to non-existent pages.

jespertheend avatar Mar 20 '25 16:03 jespertheend