@backstage/plugin-events-node 0.3.9-next.1 → 0.3.9-next.2
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 +7 -0
- package/alpha/package.json +1 -1
- package/dist/index.d.ts +2 -2
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
package/alpha/package.json
CHANGED
package/dist/index.d.ts
CHANGED
|
@@ -256,8 +256,8 @@ interface EventPublisher {
|
|
|
256
256
|
*
|
|
257
257
|
* @public
|
|
258
258
|
*/
|
|
259
|
-
declare const eventsServiceRef: _backstage_backend_plugin_api.ServiceRef<EventsService, "plugin">;
|
|
259
|
+
declare const eventsServiceRef: _backstage_backend_plugin_api.ServiceRef<EventsService, "plugin", "singleton">;
|
|
260
260
|
/** @public */
|
|
261
|
-
declare const eventsServiceFactory: _backstage_backend_plugin_api.ServiceFactoryCompat<EventsService, "plugin", undefined>;
|
|
261
|
+
declare const eventsServiceFactory: _backstage_backend_plugin_api.ServiceFactoryCompat<EventsService, "plugin", "singleton", undefined>;
|
|
262
262
|
|
|
263
263
|
export { DefaultEventsService, type EventBroker, type EventParams, type EventPublisher, EventRouter, type EventSubscriber, type EventsService, type EventsServiceEventHandler, type EventsServiceSubscribeOptions, type HttpPostIngressOptions, type RequestDetails, type RequestRejectionDetails, type RequestValidationContext, type RequestValidator, SubTopicEventRouter, eventsServiceFactory, eventsServiceRef };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-events-node",
|
|
3
|
-
"version": "0.3.9-next.
|
|
3
|
+
"version": "0.3.9-next.2",
|
|
4
4
|
"description": "The plugin-events-node module for @backstage/plugin-events-backend",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "node-library",
|
|
@@ -50,11 +50,11 @@
|
|
|
50
50
|
"test": "backstage-cli package test"
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
|
-
"@backstage/backend-plugin-api": "^0.
|
|
53
|
+
"@backstage/backend-plugin-api": "^0.8.0-next.2"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
|
-
"@backstage/backend-common": "^0.23.4-next.
|
|
57
|
-
"@backstage/backend-test-utils": "^0.4.5-next.
|
|
58
|
-
"@backstage/cli": "^0.27.0-next.
|
|
56
|
+
"@backstage/backend-common": "^0.23.4-next.2",
|
|
57
|
+
"@backstage/backend-test-utils": "^0.4.5-next.2",
|
|
58
|
+
"@backstage/cli": "^0.27.0-next.3"
|
|
59
59
|
}
|
|
60
60
|
}
|