@backstage/plugin-events-node 0.4.18-next.0 → 0.4.18-next.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # @backstage/plugin-events-node
2
2
 
3
+ ## 0.4.18-next.1
4
+
5
+ ### Patch Changes
6
+
7
+ - de96a60: chore(deps): bump `express` from 4.21.2 to 4.22.0
8
+ - Updated dependencies
9
+ - @backstage/backend-plugin-api@1.6.0-next.1
10
+ - @backstage/errors@1.2.7
11
+ - @backstage/types@1.2.2
12
+
3
13
  ## 0.4.18-next.0
4
14
 
5
15
  ### Patch Changes
package/dist/alpha.d.ts CHANGED
@@ -25,4 +25,5 @@ interface EventsExtensionPoint {
25
25
  */
26
26
  declare const eventsExtensionPoint: _backstage_backend_plugin_api.ExtensionPoint<EventsExtensionPoint>;
27
27
 
28
- export { type EventsExtensionPoint, eventsExtensionPoint };
28
+ export { eventsExtensionPoint };
29
+ export type { EventsExtensionPoint };
package/dist/index.d.ts CHANGED
@@ -315,4 +315,5 @@ declare const eventsServiceRef: _backstage_backend_plugin_api.ServiceRef<EventsS
315
315
  /** @public */
316
316
  declare const eventsServiceFactory: _backstage_backend_plugin_api.ServiceFactory<EventsService, "plugin", "singleton">;
317
317
 
318
- export { DefaultEventsService, EVENTS_NOTIFY_TIMEOUT_HEADER, type EventBroker, type EventBusMode, type EventParams, type EventPublisher, EventRouter, type EventSubscriber, type EventsService, type EventsServiceEventHandler, type EventsServiceSubscribeOptions, type HttpBodyParsed, type HttpBodyParser, type HttpBodyParserOptions, type HttpPostIngressOptions, type RequestDetails, type RequestRejectionDetails, type RequestValidationContext, type RequestValidator, SubTopicEventRouter, eventsServiceFactory, eventsServiceRef };
318
+ export { DefaultEventsService, EVENTS_NOTIFY_TIMEOUT_HEADER, EventRouter, SubTopicEventRouter, eventsServiceFactory, eventsServiceRef };
319
+ export type { EventBroker, EventBusMode, EventParams, EventPublisher, EventSubscriber, EventsService, EventsServiceEventHandler, EventsServiceSubscribeOptions, HttpBodyParsed, HttpBodyParser, HttpBodyParserOptions, HttpPostIngressOptions, RequestDetails, RequestRejectionDetails, RequestValidationContext, RequestValidator };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-events-node",
3
- "version": "0.4.18-next.0",
3
+ "version": "0.4.18-next.1",
4
4
  "description": "The plugin-events-node module for @backstage/plugin-events-backend",
5
5
  "backstage": {
6
6
  "role": "node-library",
@@ -60,19 +60,19 @@
60
60
  "test": "backstage-cli package test"
61
61
  },
62
62
  "dependencies": {
63
- "@backstage/backend-plugin-api": "1.5.1-next.0",
63
+ "@backstage/backend-plugin-api": "1.6.0-next.1",
64
64
  "@backstage/errors": "1.2.7",
65
65
  "@backstage/types": "1.2.2",
66
66
  "@types/content-type": "^1.1.8",
67
67
  "@types/express": "^4.17.6",
68
68
  "content-type": "^1.0.5",
69
69
  "cross-fetch": "^4.0.0",
70
- "express": "^4.17.1",
70
+ "express": "^4.22.0",
71
71
  "uri-template": "^2.0.0"
72
72
  },
73
73
  "devDependencies": {
74
- "@backstage/backend-test-utils": "1.10.1-next.0",
75
- "@backstage/cli": "0.34.6-next.0",
74
+ "@backstage/backend-test-utils": "1.10.2-next.1",
75
+ "@backstage/cli": "0.35.0-next.2",
76
76
  "msw": "^1.0.0"
77
77
  },
78
78
  "configSchema": "config.d.ts"