@backstage/plugin-notifications-node 0.2.4-next.1 → 0.2.4-next.3

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,30 @@
1
1
  # @backstage/plugin-notifications-node
2
2
 
3
+ ## 0.2.4-next.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/backend-plugin-api@0.8.0-next.3
9
+ - @backstage/backend-common@0.23.4-next.3
10
+ - @backstage/catalog-model@1.6.0-next.0
11
+ - @backstage/catalog-client@1.6.6-next.0
12
+ - @backstage/plugin-notifications-common@0.0.5
13
+ - @backstage/plugin-signals-node@0.1.9-next.3
14
+
15
+ ## 0.2.4-next.2
16
+
17
+ ### Patch Changes
18
+
19
+ - 93095ee: Make sure node-fetch is version 2.7.0 or greater
20
+ - Updated dependencies
21
+ - @backstage/backend-plugin-api@0.8.0-next.2
22
+ - @backstage/backend-common@0.23.4-next.2
23
+ - @backstage/plugin-signals-node@0.1.9-next.2
24
+ - @backstage/catalog-client@1.6.5
25
+ - @backstage/catalog-model@1.5.0
26
+ - @backstage/plugin-notifications-common@0.0.5
27
+
3
28
  ## 0.2.4-next.1
4
29
 
5
30
  ### Patch Changes
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.2.4-next.1",
3
+ "version": "0.2.4-next.3",
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.23.4-next.1",
41
- "@backstage/backend-plugin-api": "^0.7.1-next.1",
42
- "@backstage/catalog-client": "^1.6.5",
43
- "@backstage/catalog-model": "^1.5.0",
40
+ "@backstage/backend-common": "^0.23.4-next.3",
41
+ "@backstage/backend-plugin-api": "^0.8.0-next.3",
42
+ "@backstage/catalog-client": "^1.6.6-next.0",
43
+ "@backstage/catalog-model": "^1.6.0-next.0",
44
44
  "@backstage/plugin-notifications-common": "^0.0.5",
45
- "@backstage/plugin-signals-node": "^0.1.9-next.1",
45
+ "@backstage/plugin-signals-node": "^0.1.9-next.3",
46
46
  "knex": "^3.0.0",
47
- "node-fetch": "^2.6.7",
47
+ "node-fetch": "^2.7.0",
48
48
  "uuid": "^9.0.0"
49
49
  },
50
50
  "devDependencies": {
51
- "@backstage/backend-test-utils": "^0.4.5-next.1",
52
- "@backstage/cli": "^0.27.0-next.1",
53
- "@backstage/test-utils": "^1.5.10-next.1",
51
+ "@backstage/backend-test-utils": "^0.4.5-next.3",
52
+ "@backstage/cli": "^0.27.0-next.4",
53
+ "@backstage/test-utils": "^1.5.10-next.2",
54
54
  "msw": "^1.0.0"
55
55
  }
56
56
  }