@backstage/plugin-notifications-backend-module-email 0.0.0-nightly-20240617021823 → 0.0.0-nightly-20240621021638

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.
package/CHANGELOG.md CHANGED
@@ -1,6 +1,21 @@
1
1
  # @backstage/plugin-notifications-backend-module-email
2
2
 
3
- ## 0.0.0-nightly-20240617021823
3
+ ## 0.0.0-nightly-20240621021638
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/backend-common@0.0.0-nightly-20240621021638
9
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240621021638
10
+ - @backstage/catalog-client@1.6.5
11
+ - @backstage/catalog-model@1.5.0
12
+ - @backstage/config@1.2.0
13
+ - @backstage/integration-aws-node@0.1.12
14
+ - @backstage/types@1.1.1
15
+ - @backstage/plugin-notifications-common@0.0.4
16
+ - @backstage/plugin-notifications-node@0.0.0-nightly-20240621021638
17
+
18
+ ## 0.1.0
4
19
 
5
20
  ### Minor Changes
6
21
 
@@ -8,12 +23,13 @@
8
23
 
9
24
  ### Patch Changes
10
25
 
26
+ - 78a0b08: Internal refactor to handle `BackendFeature` contract change.
11
27
  - d44a20a: Added additional plugin metadata to `package.json`.
12
28
  - Updated dependencies
13
- - @backstage/backend-plugin-api@0.0.0-nightly-20240617021823
14
- - @backstage/backend-common@0.0.0-nightly-20240617021823
15
- - @backstage/plugin-notifications-node@0.0.0-nightly-20240617021823
16
- - @backstage/plugin-notifications-common@0.0.0-nightly-20240617021823
29
+ - @backstage/backend-common@0.23.0
30
+ - @backstage/backend-plugin-api@0.6.19
31
+ - @backstage/plugin-notifications-node@0.2.0
32
+ - @backstage/plugin-notifications-common@0.0.4
17
33
  - @backstage/catalog-client@1.6.5
18
34
  - @backstage/catalog-model@1.5.0
19
35
  - @backstage/config@1.2.0
package/dist/index.d.ts CHANGED
@@ -4,7 +4,7 @@ import { Notification } from '@backstage/plugin-notifications-common';
4
4
  /**
5
5
  * @public
6
6
  */
7
- declare const notificationsModuleEmail: () => _backstage_backend_plugin_api.BackendFeature;
7
+ declare const notificationsModuleEmail: _backstage_backend_plugin_api.BackendFeatureCompat;
8
8
 
9
9
  /**
10
10
  * @public
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-20240617021823",
3
+ "version": "0.0.0-nightly-20240621021638",
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-common": "^0.0.0-nightly-20240617021823",
40
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20240617021823",
39
+ "@backstage/backend-common": "^0.0.0-nightly-20240621021638",
40
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240621021638",
41
41
  "@backstage/catalog-client": "^1.6.5",
42
42
  "@backstage/catalog-model": "^1.5.0",
43
43
  "@backstage/config": "^1.2.0",
44
44
  "@backstage/integration-aws-node": "^0.1.12",
45
- "@backstage/plugin-notifications-common": "^0.0.0-nightly-20240617021823",
46
- "@backstage/plugin-notifications-node": "^0.0.0-nightly-20240617021823",
45
+ "@backstage/plugin-notifications-common": "^0.0.4",
46
+ "@backstage/plugin-notifications-node": "^0.0.0-nightly-20240621021638",
47
47
  "@backstage/types": "^1.1.1",
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-20240617021823",
54
- "@backstage/cli": "^0.0.0-nightly-20240617021823",
53
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20240621021638",
54
+ "@backstage/cli": "^0.0.0-nightly-20240621021638",
55
55
  "@types/nodemailer": "^6.4.14"
56
56
  },
57
57
  "configSchema": "config.d.ts"