@backstage/plugin-notifications-backend-module-email 0.0.0-nightly-20251105024121 → 0.0.0-nightly-20251106024432

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 +9 -9
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -1,21 +1,21 @@
1
1
  # @backstage/plugin-notifications-backend-module-email
2
2
 
3
- ## 0.0.0-nightly-20251105024121
3
+ ## 0.0.0-nightly-20251106024432
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 22a5362: Updated `AWS SES` client to version 2 to support `nodemailer` version 7.
8
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
9
  - Updated dependencies
10
- - @backstage/plugin-catalog-node@0.0.0-nightly-20251105024121
11
- - @backstage/backend-plugin-api@0.0.0-nightly-20251105024121
12
- - @backstage/plugin-notifications-node@0.0.0-nightly-20251105024121
13
- - @backstage/config@0.0.0-nightly-20251105024121
14
- - @backstage/catalog-model@0.0.0-nightly-20251105024121
15
- - @backstage/integration-aws-node@0.0.0-nightly-20251105024121
16
- - @backstage/catalog-client@0.0.0-nightly-20251105024121
10
+ - @backstage/plugin-catalog-node@0.0.0-nightly-20251106024432
11
+ - @backstage/backend-plugin-api@0.0.0-nightly-20251106024432
12
+ - @backstage/plugin-notifications-node@0.0.0-nightly-20251106024432
13
+ - @backstage/config@0.0.0-nightly-20251106024432
14
+ - @backstage/catalog-model@0.0.0-nightly-20251106024432
15
+ - @backstage/integration-aws-node@0.0.0-nightly-20251106024432
16
+ - @backstage/catalog-client@0.0.0-nightly-20251106024432
17
17
  - @backstage/types@1.2.2
18
- - @backstage/plugin-notifications-common@0.0.0-nightly-20251105024121
18
+ - @backstage/plugin-notifications-common@0.0.0-nightly-20251106024432
19
19
 
20
20
  ## 0.3.16-next.1
21
21
 
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-20251105024121",
3
+ "version": "0.0.0-nightly-20251106024432",
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-20251105024121",
44
- "@backstage/catalog-client": "0.0.0-nightly-20251105024121",
45
- "@backstage/catalog-model": "0.0.0-nightly-20251105024121",
46
- "@backstage/config": "0.0.0-nightly-20251105024121",
47
- "@backstage/integration-aws-node": "0.0.0-nightly-20251105024121",
48
- "@backstage/plugin-catalog-node": "0.0.0-nightly-20251105024121",
49
- "@backstage/plugin-notifications-common": "0.0.0-nightly-20251105024121",
50
- "@backstage/plugin-notifications-node": "0.0.0-nightly-20251105024121",
43
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20251106024432",
44
+ "@backstage/catalog-client": "0.0.0-nightly-20251106024432",
45
+ "@backstage/catalog-model": "0.0.0-nightly-20251106024432",
46
+ "@backstage/config": "0.0.0-nightly-20251106024432",
47
+ "@backstage/integration-aws-node": "0.0.0-nightly-20251106024432",
48
+ "@backstage/plugin-catalog-node": "0.0.0-nightly-20251106024432",
49
+ "@backstage/plugin-notifications-common": "0.0.0-nightly-20251106024432",
50
+ "@backstage/plugin-notifications-node": "0.0.0-nightly-20251106024432",
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-20251105024121",
58
- "@backstage/cli": "0.0.0-nightly-20251105024121",
57
+ "@backstage/backend-test-utils": "0.0.0-nightly-20251106024432",
58
+ "@backstage/cli": "0.0.0-nightly-20251106024432",
59
59
  "@types/nodemailer": "^6.4.14"
60
60
  },
61
61
  "configSchema": "config.d.ts",