@backstage/plugin-notifications-backend-module-email 0.0.0-nightly-20250109024427 → 0.0.0-nightly-20250111023223

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 +10 -10
  2. package/package.json +12 -12
package/CHANGELOG.md CHANGED
@@ -1,20 +1,20 @@
1
1
  # @backstage/plugin-notifications-backend-module-email
2
2
 
3
- ## 0.0.0-nightly-20250109024427
3
+ ## 0.0.0-nightly-20250111023223
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - bed5f35: Added more examples of the plugin configuration
8
8
  - Updated dependencies
9
- - @backstage/types@0.0.0-nightly-20250109024427
10
- - @backstage/backend-plugin-api@0.0.0-nightly-20250109024427
11
- - @backstage/catalog-client@0.0.0-nightly-20250109024427
12
- - @backstage/catalog-model@0.0.0-nightly-20250109024427
13
- - @backstage/config@0.0.0-nightly-20250109024427
14
- - @backstage/integration-aws-node@0.0.0-nightly-20250109024427
15
- - @backstage/plugin-catalog-node@0.0.0-nightly-20250109024427
16
- - @backstage/plugin-notifications-common@0.0.0-nightly-20250109024427
17
- - @backstage/plugin-notifications-node@0.0.0-nightly-20250109024427
9
+ - @backstage/types@0.0.0-nightly-20250111023223
10
+ - @backstage/backend-plugin-api@0.0.0-nightly-20250111023223
11
+ - @backstage/catalog-client@0.0.0-nightly-20250111023223
12
+ - @backstage/catalog-model@0.0.0-nightly-20250111023223
13
+ - @backstage/config@0.0.0-nightly-20250111023223
14
+ - @backstage/integration-aws-node@0.0.0-nightly-20250111023223
15
+ - @backstage/plugin-catalog-node@0.0.0-nightly-20250111023223
16
+ - @backstage/plugin-notifications-common@0.0.0-nightly-20250111023223
17
+ - @backstage/plugin-notifications-node@0.0.0-nightly-20250111023223
18
18
 
19
19
  ## 0.3.5-next.1
20
20
 
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-20250109024427",
3
+ "version": "0.0.0-nightly-20250111023223",
4
4
  "description": "The email backend module for the notifications plugin.",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -36,22 +36,22 @@
36
36
  "dependencies": {
37
37
  "@aws-sdk/client-ses": "^3.550.0",
38
38
  "@aws-sdk/types": "^3.347.0",
39
- "@backstage/backend-plugin-api": "0.0.0-nightly-20250109024427",
40
- "@backstage/catalog-client": "0.0.0-nightly-20250109024427",
41
- "@backstage/catalog-model": "0.0.0-nightly-20250109024427",
42
- "@backstage/config": "0.0.0-nightly-20250109024427",
43
- "@backstage/integration-aws-node": "0.0.0-nightly-20250109024427",
44
- "@backstage/plugin-catalog-node": "0.0.0-nightly-20250109024427",
45
- "@backstage/plugin-notifications-common": "0.0.0-nightly-20250109024427",
46
- "@backstage/plugin-notifications-node": "0.0.0-nightly-20250109024427",
47
- "@backstage/types": "0.0.0-nightly-20250109024427",
39
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20250111023223",
40
+ "@backstage/catalog-client": "0.0.0-nightly-20250111023223",
41
+ "@backstage/catalog-model": "0.0.0-nightly-20250111023223",
42
+ "@backstage/config": "0.0.0-nightly-20250111023223",
43
+ "@backstage/integration-aws-node": "0.0.0-nightly-20250111023223",
44
+ "@backstage/plugin-catalog-node": "0.0.0-nightly-20250111023223",
45
+ "@backstage/plugin-notifications-common": "0.0.0-nightly-20250111023223",
46
+ "@backstage/plugin-notifications-node": "0.0.0-nightly-20250111023223",
47
+ "@backstage/types": "0.0.0-nightly-20250111023223",
48
48
  "lodash": "^4.17.21",
49
49
  "nodemailer": "^6.9.13",
50
50
  "p-throttle": "^4.1.1"
51
51
  },
52
52
  "devDependencies": {
53
- "@backstage/backend-test-utils": "0.0.0-nightly-20250109024427",
54
- "@backstage/cli": "0.0.0-nightly-20250109024427",
53
+ "@backstage/backend-test-utils": "0.0.0-nightly-20250111023223",
54
+ "@backstage/cli": "0.0.0-nightly-20250111023223",
55
55
  "@types/nodemailer": "^6.4.14"
56
56
  },
57
57
  "configSchema": "config.d.ts",