lowlighter / libs

🍱 Collection of carefully crafted TypeScript standalone libraries. Minimal, unbloated, convenient.
https://jsr.io/@libs
MIT License
125 stars 11 forks source link

global: publish back to deno.land/x #53

Closed lowlighter closed 5 months ago

lowlighter commented 6 months ago

Now that @libs/bundle/ts/cli/publish supports "publishing" on deno.land/x (by dynamically enabling the webhook and tagging the repo), these should be published on deno.land/x/libs again

Currently was tested with deno.land/x/xml, but it probably works because it has no actual dependencies but I think we need to resolve imports maps in source to make them remaining package work

Maybe it means that we need a separate branch ? We need to use imports maps on the main branch in order to perform cross-runtimes tests but I think with https imports remote imports maps are not resolved

lowlighter commented 5 months ago

Subpackages like xml are now published back on x/ with semantic versioning

Overall libs is now published again on x/ with dated versions (e.g. https://deno.land/x/libs@2024.06.04). The latter does not follows semantic versioning. If you absolutely needs it, use the jsr version instead