@backstage/plugin-notifications-node 0.0.0-nightly-20240804022043 → 0.0.0-nightly-20240807021931

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,17 +1,30 @@
1
1
  # @backstage/plugin-notifications-node
2
2
 
3
- ## 0.0.0-nightly-20240804022043
3
+ ## 0.0.0-nightly-20240807021931
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 93095ee: Make sure node-fetch is version 2.7.0 or greater
8
8
  - Updated dependencies
9
- - @backstage/backend-common@0.0.0-nightly-20240804022043
10
- - @backstage/backend-plugin-api@0.0.0-nightly-20240804022043
9
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240807021931
10
+ - @backstage/backend-common@0.0.0-nightly-20240807021931
11
+ - @backstage/catalog-client@1.6.5
12
+ - @backstage/catalog-model@1.5.0
13
+ - @backstage/plugin-notifications-common@0.0.5
14
+ - @backstage/plugin-signals-node@0.0.0-nightly-20240807021931
15
+
16
+ ## 0.2.4-next.2
17
+
18
+ ### Patch Changes
19
+
20
+ - 93095ee: Make sure node-fetch is version 2.7.0 or greater
21
+ - Updated dependencies
22
+ - @backstage/backend-plugin-api@0.8.0-next.2
23
+ - @backstage/backend-common@0.23.4-next.2
24
+ - @backstage/plugin-signals-node@0.1.9-next.2
11
25
  - @backstage/catalog-client@1.6.5
12
26
  - @backstage/catalog-model@1.5.0
13
27
  - @backstage/plugin-notifications-common@0.0.5
14
- - @backstage/plugin-signals-node@0.0.0-nightly-20240804022043
15
28
 
16
29
  ## 0.2.4-next.1
17
30
 
package/dist/index.d.ts CHANGED
@@ -43,7 +43,7 @@ declare class DefaultNotificationService implements NotificationService {
43
43
  }
44
44
 
45
45
  /** @public */
46
- declare const notificationService: _backstage_backend_plugin_api.ServiceRef<NotificationService, "plugin">;
46
+ declare const notificationService: _backstage_backend_plugin_api.ServiceRef<NotificationService, "plugin", "singleton">;
47
47
 
48
48
  /**
49
49
  * Notification processors are used to modify the notification parameters or sending the notifications
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-notifications-node",
3
- "version": "0.0.0-nightly-20240804022043",
3
+ "version": "0.0.0-nightly-20240807021931",
4
4
  "description": "Node.js library for the notifications plugin",
5
5
  "backstage": {
6
6
  "role": "node-library",
@@ -37,20 +37,20 @@
37
37
  "test": "backstage-cli package test"
38
38
  },
39
39
  "dependencies": {
40
- "@backstage/backend-common": "^0.0.0-nightly-20240804022043",
41
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20240804022043",
40
+ "@backstage/backend-common": "^0.0.0-nightly-20240807021931",
41
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240807021931",
42
42
  "@backstage/catalog-client": "^1.6.5",
43
43
  "@backstage/catalog-model": "^1.5.0",
44
44
  "@backstage/plugin-notifications-common": "^0.0.5",
45
- "@backstage/plugin-signals-node": "^0.0.0-nightly-20240804022043",
45
+ "@backstage/plugin-signals-node": "^0.0.0-nightly-20240807021931",
46
46
  "knex": "^3.0.0",
47
47
  "node-fetch": "^2.7.0",
48
48
  "uuid": "^9.0.0"
49
49
  },
50
50
  "devDependencies": {
51
- "@backstage/backend-test-utils": "^0.0.0-nightly-20240804022043",
52
- "@backstage/cli": "^0.0.0-nightly-20240804022043",
53
- "@backstage/test-utils": "^0.0.0-nightly-20240804022043",
51
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20240807021931",
52
+ "@backstage/cli": "^0.0.0-nightly-20240807021931",
53
+ "@backstage/test-utils": "^0.0.0-nightly-20240807021931",
54
54
  "msw": "^1.0.0"
55
55
  }
56
56
  }