@backstage/plugin-notifications-backend-module-email 0.0.0-nightly-20250212023001 → 0.0.0-nightly-20250214023347

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