@backstage/plugin-notifications-node 0.2.22-next.0 → 0.2.22-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,16 @@
1
1
  # @backstage/plugin-notifications-node
2
2
 
3
+ ## 0.2.22-next.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/plugin-signals-node@0.1.27-next.1
9
+ - @backstage/backend-plugin-api@1.6.0-next.1
10
+ - @backstage/catalog-client@1.12.1
11
+ - @backstage/catalog-model@1.7.6
12
+ - @backstage/plugin-notifications-common@0.2.0
13
+
3
14
  ## 0.2.22-next.0
4
15
 
5
16
  ### Patch Changes
package/dist/index.d.ts CHANGED
@@ -148,4 +148,5 @@ declare const notificationsProcessingExtensionPoint: _backstage_backend_plugin_a
148
148
  */
149
149
  type NotificationProcessorFilters = NotificationProcessorFilters$1;
150
150
 
151
- export { DefaultNotificationService, type NotificationProcessor, type NotificationProcessorFilters, type NotificationRecipientResolver, type NotificationRecipients, type NotificationSendOptions, type NotificationService, type NotificationServiceOptions, type NotificationsProcessingExtensionPoint, notificationService, notificationsProcessingExtensionPoint };
151
+ export { DefaultNotificationService, notificationService, notificationsProcessingExtensionPoint };
152
+ export type { NotificationProcessor, NotificationProcessorFilters, NotificationRecipientResolver, NotificationRecipients, NotificationSendOptions, NotificationService, NotificationServiceOptions, NotificationsProcessingExtensionPoint };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-notifications-node",
3
- "version": "0.2.22-next.0",
3
+ "version": "0.2.22-next.1",
4
4
  "description": "Node.js library for the notifications plugin",
5
5
  "backstage": {
6
6
  "role": "node-library",
@@ -37,17 +37,17 @@
37
37
  "test": "backstage-cli package test"
38
38
  },
39
39
  "dependencies": {
40
- "@backstage/backend-plugin-api": "1.5.1-next.0",
40
+ "@backstage/backend-plugin-api": "1.6.0-next.1",
41
41
  "@backstage/catalog-client": "1.12.1",
42
42
  "@backstage/catalog-model": "1.7.6",
43
43
  "@backstage/plugin-notifications-common": "0.2.0",
44
- "@backstage/plugin-signals-node": "0.1.27-next.0",
44
+ "@backstage/plugin-signals-node": "0.1.27-next.1",
45
45
  "knex": "^3.0.0",
46
46
  "uuid": "^11.0.0"
47
47
  },
48
48
  "devDependencies": {
49
- "@backstage/backend-test-utils": "1.10.1-next.0",
50
- "@backstage/cli": "0.34.6-next.0",
49
+ "@backstage/backend-test-utils": "1.10.2-next.1",
50
+ "@backstage/cli": "0.35.0-next.2",
51
51
  "@backstage/test-utils": "1.7.14-next.0",
52
52
  "msw": "^1.0.0"
53
53
  },