@backstage/plugin-notifications-node 0.0.0-nightly-20240415030456 → 0.0.0-nightly-20240420021132

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +18 -6
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,6 +1,18 @@
1
1
  # @backstage/plugin-notifications-node
2
2
 
3
- ## 0.0.0-nightly-20240415030456
3
+ ## 0.0.0-nightly-20240420021132
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240420021132
9
+ - @backstage/backend-common@0.0.0-nightly-20240420021132
10
+ - @backstage/catalog-client@1.6.4
11
+ - @backstage/catalog-model@1.4.5
12
+ - @backstage/plugin-notifications-common@0.0.3
13
+ - @backstage/plugin-signals-node@0.0.0-nightly-20240420021132
14
+
15
+ ## 0.1.3
4
16
 
5
17
  ### Patch Changes
6
18
 
@@ -8,11 +20,11 @@
8
20
  Additionally, processor name is now required to be returned by `getName`.
9
21
  A new processor functionality `processOptions` was added to process options before sending the notification.
10
22
  - Updated dependencies
11
- - @backstage/backend-common@0.0.0-nightly-20240415030456
12
- - @backstage/plugin-notifications-common@0.0.0-nightly-20240415030456
13
- - @backstage/backend-plugin-api@0.0.0-nightly-20240415030456
14
- - @backstage/catalog-client@0.0.0-nightly-20240415030456
15
- - @backstage/plugin-signals-node@0.0.0-nightly-20240415030456
23
+ - @backstage/backend-common@0.21.7
24
+ - @backstage/plugin-notifications-common@0.0.3
25
+ - @backstage/backend-plugin-api@0.6.17
26
+ - @backstage/catalog-client@1.6.4
27
+ - @backstage/plugin-signals-node@0.1.3
16
28
  - @backstage/catalog-model@1.4.5
17
29
 
18
30
  ## 0.1.3-next.1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-notifications-node",
3
- "version": "0.0.0-nightly-20240415030456",
3
+ "version": "0.0.0-nightly-20240420021132",
4
4
  "description": "Node.js library for the notifications plugin",
5
5
  "backstage": {
6
6
  "role": "node-library"
@@ -30,19 +30,19 @@
30
30
  "test": "backstage-cli package test"
31
31
  },
32
32
  "dependencies": {
33
- "@backstage/backend-common": "^0.0.0-nightly-20240415030456",
34
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20240415030456",
35
- "@backstage/catalog-client": "^0.0.0-nightly-20240415030456",
33
+ "@backstage/backend-common": "^0.0.0-nightly-20240420021132",
34
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240420021132",
35
+ "@backstage/catalog-client": "^1.6.4",
36
36
  "@backstage/catalog-model": "^1.4.5",
37
- "@backstage/plugin-notifications-common": "^0.0.0-nightly-20240415030456",
38
- "@backstage/plugin-signals-node": "^0.0.0-nightly-20240415030456",
37
+ "@backstage/plugin-notifications-common": "^0.0.3",
38
+ "@backstage/plugin-signals-node": "^0.0.0-nightly-20240420021132",
39
39
  "knex": "^3.0.0",
40
40
  "uuid": "^9.0.0"
41
41
  },
42
42
  "devDependencies": {
43
- "@backstage/backend-test-utils": "^0.0.0-nightly-20240415030456",
44
- "@backstage/cli": "^0.0.0-nightly-20240415030456",
45
- "@backstage/test-utils": "^0.0.0-nightly-20240415030456",
43
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20240420021132",
44
+ "@backstage/cli": "^0.0.0-nightly-20240420021132",
45
+ "@backstage/test-utils": "^1.5.4",
46
46
  "msw": "^1.0.0"
47
47
  }
48
48
  }