Problem
The README states the package can be imported with:
#import "@preview/metro:0.4.0": *
However, this fails at import time:
error: package not found (searched for @preview/metro:0.4.0)
Typst only finds @preview/metro:0.3.0 (the latest available on the preview registry). Version 0.4.0 does not appear to be published to @preview.
Environment
- typst 0.15.0
- package cache only resolves
metro:0.3.0
Expected
Either @preview/metro:0.4.0 is published to the preview registry, or the README is updated to reference the actually-available version (0.3.0) until 0.4.0 ships.
Thanks!
Problem
The README states the package can be imported with:
However, this fails at import time:
Typst only finds
@preview/metro:0.3.0(the latest available on the preview registry). Version0.4.0does not appear to be published to@preview.Environment
metro:0.3.0Expected
Either
@preview/metro:0.4.0is published to the preview registry, or the README is updated to reference the actually-available version (0.3.0) until0.4.0ships.Thanks!