@backstage/plugin-notifications-backend-module-email 0.3.9-next.3 → 0.3.9

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 +16 -0
  2. package/package.json +12 -12
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # @backstage/plugin-notifications-backend-module-email
2
2
 
3
+ ## 0.3.9
4
+
5
+ ### Patch Changes
6
+
7
+ - aa3a63a: Enable the ability to configure the endpoint for the SES connection used in the notifications email module. This enables the configuration of alternate endpoints as required, for example for local testing or alternative stacks.
8
+ - Updated dependencies
9
+ - @backstage/catalog-model@1.7.4
10
+ - @backstage/plugin-catalog-node@1.17.0
11
+ - @backstage/backend-plugin-api@1.3.1
12
+ - @backstage/integration-aws-node@0.1.16
13
+ - @backstage/catalog-client@1.10.0
14
+ - @backstage/config@1.3.2
15
+ - @backstage/plugin-notifications-node@0.2.15
16
+ - @backstage/types@1.2.1
17
+ - @backstage/plugin-notifications-common@0.0.8
18
+
3
19
  ## 0.3.9-next.3
4
20
 
5
21
  ### 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.9-next.3",
3
+ "version": "0.3.9",
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": "1.3.1-next.2",
45
- "@backstage/catalog-client": "1.10.0-next.0",
46
- "@backstage/catalog-model": "1.7.3",
47
- "@backstage/config": "1.3.2",
48
- "@backstage/integration-aws-node": "0.1.16-next.0",
49
- "@backstage/plugin-catalog-node": "1.17.0-next.2",
50
- "@backstage/plugin-notifications-common": "0.0.8",
51
- "@backstage/plugin-notifications-node": "0.2.15-next.2",
52
- "@backstage/types": "1.2.1",
44
+ "@backstage/backend-plugin-api": "^1.3.1",
45
+ "@backstage/catalog-client": "^1.10.0",
46
+ "@backstage/catalog-model": "^1.7.4",
47
+ "@backstage/config": "^1.3.2",
48
+ "@backstage/integration-aws-node": "^0.1.16",
49
+ "@backstage/plugin-catalog-node": "^1.17.0",
50
+ "@backstage/plugin-notifications-common": "^0.0.8",
51
+ "@backstage/plugin-notifications-node": "^0.2.15",
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": "1.5.0-next.3",
59
- "@backstage/cli": "0.32.1-next.3",
58
+ "@backstage/backend-test-utils": "^1.5.0",
59
+ "@backstage/cli": "^0.32.1",
60
60
  "@types/nodemailer": "^6.4.14"
61
61
  },
62
62
  "configSchema": "config.d.ts",