feat(plugin): publish generation updates
This commit is contained in:
parent
6ffecf9345
commit
33cb536879
7 changed files with 74 additions and 1 deletions
|
|
@ -15,4 +15,8 @@ const Added = ephemeral({
|
|||
type: "plugin.added",
|
||||
schema: { id: ID },
|
||||
})
|
||||
export const Event = { Added, Definitions: inventory(Added) }
|
||||
const Updated = ephemeral({
|
||||
type: "plugin.updated",
|
||||
schema: {},
|
||||
})
|
||||
export const Event = { Added, Updated, Definitions: inventory(Added, Updated) }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue