@backstage/plugin-notifications-backend-module-email 0.3.16-next.1 → 0.3.16

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 +25 -0
  2. package/package.json +12 -12
package/CHANGELOG.md CHANGED
@@ -1,5 +1,30 @@
1
1
  # @backstage/plugin-notifications-backend-module-email
2
2
 
3
+ ## 0.3.16
4
+
5
+ ### Patch Changes
6
+
7
+ - 22a5362: Updated `AWS SES` client to version 2 to support `nodemailer` version 7.
8
+ - 05f60e1: Refactored constructor parameter properties to explicit property declarations for compatibility with TypeScript's `erasableSyntaxOnly` setting. This internal refactoring maintains all existing functionality while ensuring TypeScript compilation compatibility.
9
+ - Updated dependencies
10
+ - @backstage/plugin-catalog-node@1.20.0
11
+ - @backstage/plugin-notifications-common@0.2.0
12
+ - @backstage/backend-plugin-api@1.5.0
13
+ - @backstage/plugin-notifications-node@0.2.21
14
+ - @backstage/config@1.3.6
15
+ - @backstage/catalog-model@1.7.6
16
+ - @backstage/integration-aws-node@0.1.19
17
+ - @backstage/catalog-client@1.12.1
18
+
19
+ ## 0.3.16-next.2
20
+
21
+ ### Patch Changes
22
+
23
+ - Updated dependencies
24
+ - @backstage/plugin-notifications-common@0.2.0-next.1
25
+ - @backstage/backend-plugin-api@1.5.0-next.2
26
+ - @backstage/plugin-notifications-node@0.2.21-next.2
27
+
3
28
  ## 0.3.16-next.1
4
29
 
5
30
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-notifications-backend-module-email",
3
- "version": "0.3.16-next.1",
3
+ "version": "0.3.16",
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": "1.5.0-next.1",
44
- "@backstage/catalog-client": "1.12.1-next.0",
45
- "@backstage/catalog-model": "1.7.6-next.0",
46
- "@backstage/config": "1.3.6-next.0",
47
- "@backstage/integration-aws-node": "0.1.19-next.0",
48
- "@backstage/plugin-catalog-node": "1.20.0-next.1",
49
- "@backstage/plugin-notifications-common": "0.1.2-next.0",
50
- "@backstage/plugin-notifications-node": "0.2.21-next.1",
51
- "@backstage/types": "1.2.2",
43
+ "@backstage/backend-plugin-api": "^1.5.0",
44
+ "@backstage/catalog-client": "^1.12.1",
45
+ "@backstage/catalog-model": "^1.7.6",
46
+ "@backstage/config": "^1.3.6",
47
+ "@backstage/integration-aws-node": "^0.1.19",
48
+ "@backstage/plugin-catalog-node": "^1.20.0",
49
+ "@backstage/plugin-notifications-common": "^0.2.0",
50
+ "@backstage/plugin-notifications-node": "^0.2.21",
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": "1.10.0-next.1",
58
- "@backstage/cli": "0.34.5-next.1",
57
+ "@backstage/backend-test-utils": "^1.10.0",
58
+ "@backstage/cli": "^0.34.5",
59
59
  "@types/nodemailer": "^6.4.14"
60
60
  },
61
61
  "configSchema": "config.d.ts",