@backstage/plugin-notifications-backend-module-email 0.0.0-nightly-20241224023253 → 0.0.0-nightly-20241225023133

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 +20 -4
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,20 +1,36 @@
1
1
  # @backstage/plugin-notifications-backend-module-email
2
2
 
3
- ## 0.0.0-nightly-20241224023253
3
+ ## 0.0.0-nightly-20241225023133
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - bed5f35: Added more examples of the plugin configuration
8
8
  - Updated dependencies
9
+ - @backstage/backend-plugin-api@0.0.0-nightly-20241225023133
10
+ - @backstage/catalog-client@1.9.0
11
+ - @backstage/catalog-model@1.7.2
12
+ - @backstage/config@1.3.1
9
13
  - @backstage/integration-aws-node@0.1.14
10
- - @backstage/plugin-catalog-node@0.0.0-nightly-20241224023253
11
- - @backstage/backend-plugin-api@0.0.0-nightly-20241224023253
12
- - @backstage/plugin-notifications-node@0.0.0-nightly-20241224023253
14
+ - @backstage/types@1.2.0
15
+ - @backstage/plugin-catalog-node@0.0.0-nightly-20241225023133
16
+ - @backstage/plugin-notifications-common@0.0.7
17
+ - @backstage/plugin-notifications-node@0.0.0-nightly-20241225023133
18
+
19
+ ## 0.3.5-next.0
20
+
21
+ ### Patch Changes
22
+
23
+ - bed5f35: Added more examples of the plugin configuration
24
+ - Updated dependencies
25
+ - @backstage/backend-plugin-api@1.1.1-next.0
13
26
  - @backstage/catalog-client@1.9.0
14
27
  - @backstage/catalog-model@1.7.2
15
28
  - @backstage/config@1.3.1
29
+ - @backstage/integration-aws-node@0.1.14
16
30
  - @backstage/types@1.2.0
31
+ - @backstage/plugin-catalog-node@1.15.1-next.0
17
32
  - @backstage/plugin-notifications-common@0.0.7
33
+ - @backstage/plugin-notifications-node@0.2.11-next.0
18
34
 
19
35
  ## 0.3.4
20
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-20241224023253",
3
+ "version": "0.0.0-nightly-20241225023133",
4
4
  "description": "The email backend module for the notifications plugin.",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -36,22 +36,22 @@
36
36
  "dependencies": {
37
37
  "@aws-sdk/client-ses": "^3.550.0",
38
38
  "@aws-sdk/types": "^3.347.0",
39
- "@backstage/backend-plugin-api": "0.0.0-nightly-20241224023253",
39
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20241225023133",
40
40
  "@backstage/catalog-client": "1.9.0",
41
41
  "@backstage/catalog-model": "1.7.2",
42
42
  "@backstage/config": "1.3.1",
43
43
  "@backstage/integration-aws-node": "0.1.14",
44
- "@backstage/plugin-catalog-node": "0.0.0-nightly-20241224023253",
44
+ "@backstage/plugin-catalog-node": "0.0.0-nightly-20241225023133",
45
45
  "@backstage/plugin-notifications-common": "0.0.7",
46
- "@backstage/plugin-notifications-node": "0.0.0-nightly-20241224023253",
46
+ "@backstage/plugin-notifications-node": "0.0.0-nightly-20241225023133",
47
47
  "@backstage/types": "1.2.0",
48
48
  "lodash": "^4.17.21",
49
49
  "nodemailer": "^6.9.13",
50
50
  "p-throttle": "^4.1.1"
51
51
  },
52
52
  "devDependencies": {
53
- "@backstage/backend-test-utils": "0.0.0-nightly-20241224023253",
54
- "@backstage/cli": "0.0.0-nightly-20241224023253",
53
+ "@backstage/backend-test-utils": "0.0.0-nightly-20241225023133",
54
+ "@backstage/cli": "0.0.0-nightly-20241225023133",
55
55
  "@types/nodemailer": "^6.4.14"
56
56
  },
57
57
  "configSchema": "config.d.ts",