@backstage/plugin-notifications-backend-module-email 0.3.16 → 0.3.17-next.1

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,5 +1,36 @@
1
1
  # @backstage/plugin-notifications-backend-module-email
2
2
 
3
+ ## 0.3.17-next.1
4
+
5
+ ### Patch Changes
6
+
7
+ - b267aea: Updated dependency `@types/nodemailer` to `^7.0.0`.
8
+ - Updated dependencies
9
+ - @backstage/backend-plugin-api@1.6.0-next.1
10
+ - @backstage/catalog-client@1.12.1
11
+ - @backstage/catalog-model@1.7.6
12
+ - @backstage/config@1.3.6
13
+ - @backstage/integration-aws-node@0.1.19
14
+ - @backstage/types@1.2.2
15
+ - @backstage/plugin-catalog-node@1.20.1-next.1
16
+ - @backstage/plugin-notifications-common@0.2.0
17
+ - @backstage/plugin-notifications-node@0.2.22-next.1
18
+
19
+ ## 0.3.17-next.0
20
+
21
+ ### Patch Changes
22
+
23
+ - Updated dependencies
24
+ - @backstage/backend-plugin-api@1.5.1-next.0
25
+ - @backstage/plugin-catalog-node@1.20.1-next.0
26
+ - @backstage/plugin-notifications-node@0.2.22-next.0
27
+ - @backstage/config@1.3.6
28
+ - @backstage/integration-aws-node@0.1.19
29
+ - @backstage/catalog-client@1.12.1
30
+ - @backstage/catalog-model@1.7.6
31
+ - @backstage/types@1.2.2
32
+ - @backstage/plugin-notifications-common@0.2.0
33
+
3
34
  ## 0.3.16
4
35
 
5
36
  ### Patch Changes
package/dist/index.d.ts CHANGED
@@ -25,4 +25,5 @@ interface NotificationsEmailTemplateExtensionPoint {
25
25
  */
26
26
  declare const notificationsEmailTemplateExtensionPoint: _backstage_backend_plugin_api.ExtensionPoint<NotificationsEmailTemplateExtensionPoint>;
27
27
 
28
- export { type NotificationTemplateRenderer, type NotificationsEmailTemplateExtensionPoint, notificationsModuleEmail as default, notificationsEmailTemplateExtensionPoint };
28
+ export { notificationsModuleEmail as default, notificationsEmailTemplateExtensionPoint };
29
+ export type { NotificationTemplateRenderer, NotificationsEmailTemplateExtensionPoint };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-notifications-backend-module-email",
3
- "version": "0.3.16",
3
+ "version": "0.3.17-next.1",
4
4
  "description": "The email backend module for the notifications plugin.",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -40,23 +40,23 @@
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": "^1.5.0",
44
- "@backstage/catalog-client": "^1.12.1",
45
- "@backstage/catalog-model": "^1.7.6",
46
- "@backstage/config": "^1.3.6",
47
- "@backstage/integration-aws-node": "^0.1.19",
48
- "@backstage/plugin-catalog-node": "^1.20.0",
49
- "@backstage/plugin-notifications-common": "^0.2.0",
50
- "@backstage/plugin-notifications-node": "^0.2.21",
51
- "@backstage/types": "^1.2.2",
43
+ "@backstage/backend-plugin-api": "1.6.0-next.1",
44
+ "@backstage/catalog-client": "1.12.1",
45
+ "@backstage/catalog-model": "1.7.6",
46
+ "@backstage/config": "1.3.6",
47
+ "@backstage/integration-aws-node": "0.1.19",
48
+ "@backstage/plugin-catalog-node": "1.20.1-next.1",
49
+ "@backstage/plugin-notifications-common": "0.2.0",
50
+ "@backstage/plugin-notifications-node": "0.2.22-next.1",
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": "^1.10.0",
58
- "@backstage/cli": "^0.34.5",
59
- "@types/nodemailer": "^6.4.14"
57
+ "@backstage/backend-test-utils": "1.10.2-next.1",
58
+ "@backstage/cli": "0.35.0-next.2",
59
+ "@types/nodemailer": "^7.0.0"
60
60
  },
61
61
  "configSchema": "config.d.ts",
62
62
  "typesVersions": {