Return descriptions for extensions (#7869)
This PR updates the extensions API to return descriptions for extensions. Release Notes: - N/A
This commit is contained in:
parent
694e18417e
commit
e6766e102e
3 changed files with 9 additions and 1 deletions
|
@ -41,6 +41,7 @@ impl Database {
|
|||
.split(',')
|
||||
.map(|author| author.trim().to_string())
|
||||
.collect::<Vec<_>>(),
|
||||
description: version.description,
|
||||
repository: version.repository,
|
||||
published_at: version.published_at,
|
||||
download_count: extension.total_download_count as u64,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue