Merge pull request #28834 from angeliski/add-body-parser-event

feat(events-backend,events-node) add a parser option to events ingress
This commit is contained in:
Patrik Oldsberg
2025-03-11 11:05:52 +01:00
committed by GitHub
18 changed files with 446 additions and 47 deletions
+4
View File
@@ -55,7 +55,11 @@
"@backstage/backend-plugin-api": "workspace:^",
"@backstage/errors": "workspace:^",
"@backstage/types": "workspace:^",
"@types/content-type": "^1.1.8",
"@types/express": "^4.17.6",
"content-type": "^1.0.5",
"cross-fetch": "^4.0.0",
"express": "^4.17.1",
"uri-template": "^2.0.0"
},
"devDependencies": {