@backstage/plugin-notifications-backend-module-email 0.0.0-nightly-20250610024123 → 0.0.0-nightly-20250612024034

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 +22 -6
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,21 +1,37 @@
1
1
  # @backstage/plugin-notifications-backend-module-email
2
2
 
3
- ## 0.0.0-nightly-20250610024123
3
+ ## 0.0.0-nightly-20250612024034
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 8a150bf: Internal changes to switch to the non-alpha `catalogServiceRef`
8
8
  - Updated dependencies
9
- - @backstage/catalog-client@0.0.0-nightly-20250610024123
10
- - @backstage/plugin-notifications-common@0.0.0-nightly-20250610024123
11
- - @backstage/backend-plugin-api@0.0.0-nightly-20250610024123
12
- - @backstage/plugin-catalog-node@0.0.0-nightly-20250610024123
13
- - @backstage/plugin-notifications-node@0.0.0-nightly-20250610024123
9
+ - @backstage/catalog-client@0.0.0-nightly-20250612024034
10
+ - @backstage/plugin-notifications-common@0.0.0-nightly-20250612024034
11
+ - @backstage/backend-plugin-api@0.0.0-nightly-20250612024034
12
+ - @backstage/plugin-catalog-node@0.0.0-nightly-20250612024034
13
+ - @backstage/plugin-notifications-node@0.0.0-nightly-20250612024034
14
14
  - @backstage/catalog-model@1.7.4
15
15
  - @backstage/config@1.3.2
16
16
  - @backstage/integration-aws-node@0.1.16
17
17
  - @backstage/types@1.2.1
18
18
 
19
+ ## 0.3.10-next.2
20
+
21
+ ### Patch Changes
22
+
23
+ - 8a150bf: Internal changes to switch to the non-alpha `catalogServiceRef`
24
+ - Updated dependencies
25
+ - @backstage/backend-plugin-api@1.4.0-next.1
26
+ - @backstage/catalog-client@1.10.1-next.0
27
+ - @backstage/catalog-model@1.7.4
28
+ - @backstage/config@1.3.2
29
+ - @backstage/integration-aws-node@0.1.16
30
+ - @backstage/types@1.2.1
31
+ - @backstage/plugin-catalog-node@1.17.1-next.1
32
+ - @backstage/plugin-notifications-common@0.0.9-next.0
33
+ - @backstage/plugin-notifications-node@0.2.16-next.1
34
+
19
35
  ## 0.3.10-next.1
20
36
 
21
37
  ### Patch Changes
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-20250610024123",
3
+ "version": "0.0.0-nightly-20250612024034",
4
4
  "description": "The email backend module for the notifications plugin.",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -41,22 +41,22 @@
41
41
  "@aws-sdk/types": "^3.347.0",
42
42
  "@azure/communication-email": "^1.0.0",
43
43
  "@azure/identity": "^4.0.0",
44
- "@backstage/backend-plugin-api": "0.0.0-nightly-20250610024123",
45
- "@backstage/catalog-client": "0.0.0-nightly-20250610024123",
44
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20250612024034",
45
+ "@backstage/catalog-client": "0.0.0-nightly-20250612024034",
46
46
  "@backstage/catalog-model": "1.7.4",
47
47
  "@backstage/config": "1.3.2",
48
48
  "@backstage/integration-aws-node": "0.1.16",
49
- "@backstage/plugin-catalog-node": "0.0.0-nightly-20250610024123",
50
- "@backstage/plugin-notifications-common": "0.0.0-nightly-20250610024123",
51
- "@backstage/plugin-notifications-node": "0.0.0-nightly-20250610024123",
49
+ "@backstage/plugin-catalog-node": "0.0.0-nightly-20250612024034",
50
+ "@backstage/plugin-notifications-common": "0.0.0-nightly-20250612024034",
51
+ "@backstage/plugin-notifications-node": "0.0.0-nightly-20250612024034",
52
52
  "@backstage/types": "1.2.1",
53
53
  "lodash": "^4.17.21",
54
54
  "nodemailer": "^6.9.13",
55
55
  "p-throttle": "^4.1.1"
56
56
  },
57
57
  "devDependencies": {
58
- "@backstage/backend-test-utils": "0.0.0-nightly-20250610024123",
59
- "@backstage/cli": "0.0.0-nightly-20250610024123",
58
+ "@backstage/backend-test-utils": "0.0.0-nightly-20250612024034",
59
+ "@backstage/cli": "0.0.0-nightly-20250612024034",
60
60
  "@types/nodemailer": "^6.4.14"
61
61
  },
62
62
  "configSchema": "config.d.ts",