@backstage/plugin-notifications-backend-module-email 0.0.0-nightly-20240528021620 → 0.0.0-nightly-20240531021620

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 +23 -4
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @backstage/plugin-notifications-backend-module-email
2
2
 
3
- ## 0.0.0-nightly-20240528021620
3
+ ## 0.0.0-nightly-20240531021620
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -9,9 +9,28 @@
9
9
  ### Patch Changes
10
10
 
11
11
  - Updated dependencies
12
- - @backstage/backend-common@0.0.0-nightly-20240528021620
13
- - @backstage/backend-plugin-api@0.0.0-nightly-20240528021620
14
- - @backstage/plugin-notifications-node@0.0.0-nightly-20240528021620
12
+ - @backstage/backend-common@0.0.0-nightly-20240531021620
13
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240531021620
14
+ - @backstage/plugin-notifications-node@0.0.0-nightly-20240531021620
15
+ - @backstage/catalog-client@1.6.5
16
+ - @backstage/catalog-model@1.5.0
17
+ - @backstage/config@1.2.0
18
+ - @backstage/integration-aws-node@0.1.12
19
+ - @backstage/types@1.1.1
20
+ - @backstage/plugin-notifications-common@0.0.3
21
+
22
+ ## 0.1.0-next.1
23
+
24
+ ### Minor Changes
25
+
26
+ - 07a789b: add notification filters
27
+
28
+ ### Patch Changes
29
+
30
+ - Updated dependencies
31
+ - @backstage/backend-plugin-api@0.6.19-next.1
32
+ - @backstage/plugin-notifications-node@0.2.0-next.1
33
+ - @backstage/backend-common@0.23.0-next.1
15
34
 
16
35
  ## 0.0.2-next.0
17
36
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-notifications-backend-module-email",
3
- "version": "0.0.0-nightly-20240528021620",
3
+ "version": "0.0.0-nightly-20240531021620",
4
4
  "description": "The email backend module for the notifications plugin.",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module"
@@ -34,22 +34,22 @@
34
34
  "dependencies": {
35
35
  "@aws-sdk/client-ses": "^3.550.0",
36
36
  "@aws-sdk/types": "^3.347.0",
37
- "@backstage/backend-common": "^0.0.0-nightly-20240528021620",
38
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20240528021620",
37
+ "@backstage/backend-common": "^0.0.0-nightly-20240531021620",
38
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240531021620",
39
39
  "@backstage/catalog-client": "^1.6.5",
40
40
  "@backstage/catalog-model": "^1.5.0",
41
41
  "@backstage/config": "^1.2.0",
42
42
  "@backstage/integration-aws-node": "^0.1.12",
43
43
  "@backstage/plugin-notifications-common": "^0.0.3",
44
- "@backstage/plugin-notifications-node": "^0.0.0-nightly-20240528021620",
44
+ "@backstage/plugin-notifications-node": "^0.0.0-nightly-20240531021620",
45
45
  "@backstage/types": "^1.1.1",
46
46
  "lodash": "^4.17.21",
47
47
  "nodemailer": "^6.9.13",
48
48
  "p-throttle": "^4.1.1"
49
49
  },
50
50
  "devDependencies": {
51
- "@backstage/backend-test-utils": "^0.0.0-nightly-20240528021620",
52
- "@backstage/cli": "^0.0.0-nightly-20240528021620",
51
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20240531021620",
52
+ "@backstage/cli": "^0.0.0-nightly-20240531021620",
53
53
  "@types/nodemailer": "^6.4.14"
54
54
  },
55
55
  "configSchema": "config.d.ts"