@backstage/plugin-notifications-backend-module-email 0.0.0-nightly-20260127025640 → 0.0.0-nightly-20260128025246

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 -5
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,19 +1,34 @@
1
1
  # @backstage/plugin-notifications-backend-module-email
2
2
 
3
- ## 0.0.0-nightly-20260127025640
3
+ ## 0.0.0-nightly-20260128025246
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/backend-plugin-api@0.0.0-nightly-20260127025640
8
+ - @backstage/plugin-catalog-node@0.0.0-nightly-20260128025246
9
+ - @backstage/integration-aws-node@0.0.0-nightly-20260128025246
10
+ - @backstage/backend-plugin-api@0.0.0-nightly-20260128025246
11
+ - @backstage/plugin-notifications-node@0.0.0-nightly-20260128025246
12
+ - @backstage/catalog-client@1.12.1
13
+ - @backstage/catalog-model@1.7.6
14
+ - @backstage/config@1.3.6
15
+ - @backstage/types@1.2.2
16
+ - @backstage/plugin-notifications-common@0.2.0
17
+
18
+ ## 0.3.18-next.0
19
+
20
+ ### Patch Changes
21
+
22
+ - Updated dependencies
23
+ - @backstage/plugin-catalog-node@1.21.0-next.0
24
+ - @backstage/integration-aws-node@0.1.20-next.0
25
+ - @backstage/backend-plugin-api@1.7.0-next.0
26
+ - @backstage/plugin-notifications-node@0.2.23-next.0
9
27
  - @backstage/catalog-client@1.12.1
10
28
  - @backstage/catalog-model@1.7.6
11
29
  - @backstage/config@1.3.6
12
- - @backstage/integration-aws-node@0.1.19
13
30
  - @backstage/types@1.2.2
14
- - @backstage/plugin-catalog-node@0.0.0-nightly-20260127025640
15
31
  - @backstage/plugin-notifications-common@0.2.0
16
- - @backstage/plugin-notifications-node@0.0.0-nightly-20260127025640
17
32
 
18
33
  ## 0.3.17
19
34
 
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-20260127025640",
3
+ "version": "0.0.0-nightly-20260128025246",
4
4
  "description": "The email backend module for the notifications plugin.",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -40,22 +40,22 @@
40
40
  "@aws-sdk/client-sesv2": "^3.911.0",
41
41
  "@azure/communication-email": "^1.0.0",
42
42
  "@azure/identity": "^4.0.0",
43
- "@backstage/backend-plugin-api": "0.0.0-nightly-20260127025640",
43
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20260128025246",
44
44
  "@backstage/catalog-client": "1.12.1",
45
45
  "@backstage/catalog-model": "1.7.6",
46
46
  "@backstage/config": "1.3.6",
47
- "@backstage/integration-aws-node": "0.1.19",
48
- "@backstage/plugin-catalog-node": "0.0.0-nightly-20260127025640",
47
+ "@backstage/integration-aws-node": "0.0.0-nightly-20260128025246",
48
+ "@backstage/plugin-catalog-node": "0.0.0-nightly-20260128025246",
49
49
  "@backstage/plugin-notifications-common": "0.2.0",
50
- "@backstage/plugin-notifications-node": "0.0.0-nightly-20260127025640",
50
+ "@backstage/plugin-notifications-node": "0.0.0-nightly-20260128025246",
51
51
  "@backstage/types": "1.2.2",
52
52
  "lodash": "^4.17.21",
53
53
  "nodemailer": "^7.0.7",
54
54
  "p-throttle": "^4.1.1"
55
55
  },
56
56
  "devDependencies": {
57
- "@backstage/backend-test-utils": "0.0.0-nightly-20260127025640",
58
- "@backstage/cli": "0.0.0-nightly-20260127025640",
57
+ "@backstage/backend-test-utils": "0.0.0-nightly-20260128025246",
58
+ "@backstage/cli": "0.0.0-nightly-20260128025246",
59
59
  "@types/nodemailer": "^7.0.0"
60
60
  },
61
61
  "configSchema": "config.d.ts",