-
DescriptionThis includes versions of the standard libraries like Plot, d3 etc. I've had to go through changelogs and discussions to find out this information and I am wondering if there is an easier way. If there is not... I am wondering if that would be worth including in |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I don't think we want to provide all of that information on every run of In the case of ObservableJS specifically, you can get the version strings for their libraries directly via |
Beta Was this translation helpful? Give feedback.
I don't think we want to provide all of that information on every run of
quarto check
, but it is probably a good idea to create a separate command that exposes the versions of the libraries we depend on.In the case of ObservableJS specifically, you can get the version strings for their libraries directly via
Plot.version
.