@backstage/plugin-notifications-backend-module-email 0.0.0-nightly-20240611021715 → 0.0.0-nightly-20240614021713

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 +22 -5
  2. package/package.json +10 -8
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @backstage/plugin-notifications-backend-module-email
2
2
 
3
- ## 0.0.0-nightly-20240611021715
3
+ ## 0.0.0-nightly-20240614021713
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -8,16 +8,33 @@
8
8
 
9
9
  ### Patch Changes
10
10
 
11
+ - d44a20a: Added additional plugin metadata to `package.json`.
11
12
  - Updated dependencies
12
- - @backstage/backend-common@0.0.0-nightly-20240611021715
13
- - @backstage/backend-plugin-api@0.0.0-nightly-20240611021715
14
- - @backstage/plugin-notifications-node@0.0.0-nightly-20240611021715
13
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240614021713
14
+ - @backstage/backend-common@0.0.0-nightly-20240614021713
15
+ - @backstage/plugin-notifications-node@0.0.0-nightly-20240614021713
16
+ - @backstage/plugin-notifications-common@0.0.0-nightly-20240614021713
17
+ - @backstage/catalog-client@1.6.5
18
+ - @backstage/catalog-model@1.5.0
19
+ - @backstage/config@1.2.0
20
+ - @backstage/integration-aws-node@0.1.12
21
+ - @backstage/types@1.1.1
22
+
23
+ ## 0.1.0-next.3
24
+
25
+ ### Patch Changes
26
+
27
+ - d44a20a: Added additional plugin metadata to `package.json`.
28
+ - Updated dependencies
29
+ - @backstage/backend-plugin-api@0.6.19-next.3
30
+ - @backstage/plugin-notifications-common@0.0.4-next.0
31
+ - @backstage/plugin-notifications-node@0.2.0-next.3
32
+ - @backstage/backend-common@0.23.0-next.3
15
33
  - @backstage/catalog-client@1.6.5
16
34
  - @backstage/catalog-model@1.5.0
17
35
  - @backstage/config@1.2.0
18
36
  - @backstage/integration-aws-node@0.1.12
19
37
  - @backstage/types@1.1.1
20
- - @backstage/plugin-notifications-common@0.0.3
21
38
 
22
39
  ## 0.1.0-next.2
23
40
 
package/package.json CHANGED
@@ -1,9 +1,11 @@
1
1
  {
2
2
  "name": "@backstage/plugin-notifications-backend-module-email",
3
- "version": "0.0.0-nightly-20240611021715",
3
+ "version": "0.0.0-nightly-20240614021713",
4
4
  "description": "The email backend module for the notifications plugin.",
5
5
  "backstage": {
6
- "role": "backend-plugin-module"
6
+ "role": "backend-plugin-module",
7
+ "pluginId": "notifications",
8
+ "pluginPackage": "@backstage/plugin-notifications-backend"
7
9
  },
8
10
  "publishConfig": {
9
11
  "access": "public",
@@ -34,22 +36,22 @@
34
36
  "dependencies": {
35
37
  "@aws-sdk/client-ses": "^3.550.0",
36
38
  "@aws-sdk/types": "^3.347.0",
37
- "@backstage/backend-common": "^0.0.0-nightly-20240611021715",
38
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20240611021715",
39
+ "@backstage/backend-common": "^0.0.0-nightly-20240614021713",
40
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240614021713",
39
41
  "@backstage/catalog-client": "^1.6.5",
40
42
  "@backstage/catalog-model": "^1.5.0",
41
43
  "@backstage/config": "^1.2.0",
42
44
  "@backstage/integration-aws-node": "^0.1.12",
43
- "@backstage/plugin-notifications-common": "^0.0.3",
44
- "@backstage/plugin-notifications-node": "^0.0.0-nightly-20240611021715",
45
+ "@backstage/plugin-notifications-common": "^0.0.0-nightly-20240614021713",
46
+ "@backstage/plugin-notifications-node": "^0.0.0-nightly-20240614021713",
45
47
  "@backstage/types": "^1.1.1",
46
48
  "lodash": "^4.17.21",
47
49
  "nodemailer": "^6.9.13",
48
50
  "p-throttle": "^4.1.1"
49
51
  },
50
52
  "devDependencies": {
51
- "@backstage/backend-test-utils": "^0.0.0-nightly-20240611021715",
52
- "@backstage/cli": "^0.0.0-nightly-20240611021715",
53
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20240614021713",
54
+ "@backstage/cli": "^0.0.0-nightly-20240614021713",
53
55
  "@types/nodemailer": "^6.4.14"
54
56
  },
55
57
  "configSchema": "config.d.ts"