events-node: update EventParams type

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2024-05-22 14:25:31 +02:00
parent 6b148372c1
commit a90ce4aa39
4 changed files with 12 additions and 3 deletions
+2 -1
View File
@@ -51,7 +51,8 @@
"test": "backstage-cli package test"
},
"dependencies": {
"@backstage/backend-plugin-api": "workspace:^"
"@backstage/backend-plugin-api": "workspace:^",
"@backstage/types": "workspace:^"
},
"devDependencies": {
"@backstage/backend-common": "^0.25.0",