Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add Config.versionDetails #651

Merged
merged 2 commits into from
Mar 9, 2023
Merged

Conversation

mdonnalley
Copy link
Contributor

Adds Config.versionDetails so that multiple consumers can get detailed version information without having to use plugin-version directly

cliVersion,
architecture,
nodeVersion,
pluginVersions: Object.fromEntries(this.plugins.map(p => [p.name, {version: p.version, type: p.type, root: p.root}])),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @mdonnalley for doing this.

@peternhale peternhale merged commit ddddcd9 into main Mar 9, 2023
@peternhale peternhale deleted the mdonnalley/add-version-detail branch March 9, 2023 14:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants