Include module property in plugin metadata

This commit is contained in:
Nick O'Leary
2024-03-21 17:04:03 +00:00
parent 4cc1a5d846
commit 2531a5283a
2 changed files with 3 additions and 33 deletions

View File

@@ -68,7 +68,8 @@ function filterNodeInfo(n) {
r.plugins = n.plugins.map(p => {
return {
id: p.id,
type: p.type
type: p.type,
module: p.module
}
});
}