Skip to content

Commit d1c9bd6

Browse files
committed
Include owners in API
1 parent d3d2f77 commit d1c9bd6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/packages/router.gleam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ pub fn package_to_json(
106106
#("latest-version", json.string(package.latest_version)),
107107
#("repository", json.nullable(package.repository_url, json.string)),
108108
#("updated-at", json_timestamp(package.updated_in_hex_at)),
109+
#("owners", json.array(package.owners, json.string)),
109110
]
110111

111112
let fields = case releases {

0 commit comments

Comments
 (0)