You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -502,7 +503,7 @@ export async function listPackagesForApi(
502
503
pm_counts.cnt AS "maintainerCount",
503
504
r_sc.scorecard_score AS "scorecardScore",
504
505
p.latest_release_at AS "latestReleaseAt",
505
-
${opts.includeLastActivity===true ? `last_act.activity_type AS "lastActivityType", last_act.content AS "lastActivityContent", last_act.created_at AS "lastActivityAt",` : ''}
506
+
${opts.includeLastActivity===true ? `last_act.activity_type AS "lastActivityType", last_act.content AS "lastActivityContent", last_act.metadata AS "lastActivityMetadata", last_act.created_at AS "lastActivityAt",` : ''}
506
507
${opts.includeStewards===true ? "COALESCE(ss_agg.stewards, '[]'::json) AS stewards," : ''}
0 commit comments