Closed lowlighter closed 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
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 againCurrently 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