From da5ffc8e6c93cf2598e642963c5e5b5460a54457 Mon Sep 17 00:00:00 2001 From: Ricardo Devis Agullo Date: Fri, 22 Aug 2025 16:42:42 +0200 Subject: [PATCH] add author --- src/registry/routes/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/registry/routes/index.ts b/src/registry/routes/index.ts index ff164aa1..6fd51607 100644 --- a/src/registry/routes/index.ts +++ b/src/registry/routes/index.ts @@ -127,6 +127,7 @@ export default function (repository: Repository) { href, name: component.name, version: component.version, + author: component.author, description: component.description, state: component.oc.state, keywords: component.keywords || [],