@backstage/plugin-notifications-backend-module-email 0.0.0-nightly-20241008023419 → 0.0.0-nightly-20241009023248

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 +20 -5
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,20 +1,35 @@
1
1
  # @backstage/plugin-notifications-backend-module-email
2
2
 
3
- ## 0.0.0-nightly-20241008023419
3
+ ## 0.0.0-nightly-20241009023248
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 094eaa3: Remove references to in-repo backend-common
8
8
  - Updated dependencies
9
- - @backstage/plugin-notifications-node@0.0.0-nightly-20241008023419
10
- - @backstage/plugin-catalog-node@0.0.0-nightly-20241008023419
11
- - @backstage/backend-plugin-api@0.0.0-nightly-20241008023419
12
- - @backstage/catalog-client@1.7.0
9
+ - @backstage/plugin-notifications-node@0.0.0-nightly-20241009023248
10
+ - @backstage/plugin-catalog-node@0.0.0-nightly-20241009023248
11
+ - @backstage/catalog-client@0.0.0-nightly-20241009023248
12
+ - @backstage/backend-plugin-api@0.0.0-nightly-20241009023248
13
+ - @backstage/catalog-model@1.7.0
14
+ - @backstage/config@1.2.0
15
+ - @backstage/integration-aws-node@0.1.12
16
+ - @backstage/types@1.1.1
17
+ - @backstage/plugin-notifications-common@0.0.5
18
+
19
+ ## 0.3.1-next.1
20
+
21
+ ### Patch Changes
22
+
23
+ - Updated dependencies
24
+ - @backstage/plugin-catalog-node@1.13.1-next.1
25
+ - @backstage/catalog-client@1.7.1-next.0
26
+ - @backstage/backend-plugin-api@1.0.1-next.1
13
27
  - @backstage/catalog-model@1.7.0
14
28
  - @backstage/config@1.2.0
15
29
  - @backstage/integration-aws-node@0.1.12
16
30
  - @backstage/types@1.1.1
17
31
  - @backstage/plugin-notifications-common@0.0.5
32
+ - @backstage/plugin-notifications-node@0.2.7-next.1
18
33
 
19
34
  ## 0.3.1-next.0
20
35
 
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-20241008023419",
3
+ "version": "0.0.0-nightly-20241009023248",
4
4
  "description": "The email backend module for the notifications plugin.",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -37,22 +37,22 @@
37
37
  "@aws-sdk/client-ses": "^3.550.0",
38
38
  "@aws-sdk/types": "^3.347.0",
39
39
  "@backstage/backend-common": "^0.25.0",
40
- "@backstage/backend-plugin-api": "0.0.0-nightly-20241008023419",
41
- "@backstage/catalog-client": "1.7.0",
40
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20241009023248",
41
+ "@backstage/catalog-client": "0.0.0-nightly-20241009023248",
42
42
  "@backstage/catalog-model": "1.7.0",
43
43
  "@backstage/config": "1.2.0",
44
44
  "@backstage/integration-aws-node": "0.1.12",
45
- "@backstage/plugin-catalog-node": "0.0.0-nightly-20241008023419",
45
+ "@backstage/plugin-catalog-node": "0.0.0-nightly-20241009023248",
46
46
  "@backstage/plugin-notifications-common": "0.0.5",
47
- "@backstage/plugin-notifications-node": "0.0.0-nightly-20241008023419",
47
+ "@backstage/plugin-notifications-node": "0.0.0-nightly-20241009023248",
48
48
  "@backstage/types": "1.1.1",
49
49
  "lodash": "^4.17.21",
50
50
  "nodemailer": "^6.9.13",
51
51
  "p-throttle": "^4.1.1"
52
52
  },
53
53
  "devDependencies": {
54
- "@backstage/backend-test-utils": "0.0.0-nightly-20241008023419",
55
- "@backstage/cli": "0.0.0-nightly-20241008023419",
54
+ "@backstage/backend-test-utils": "0.0.0-nightly-20241009023248",
55
+ "@backstage/cli": "0.0.0-nightly-20241009023248",
56
56
  "@types/nodemailer": "^6.4.14"
57
57
  },
58
58
  "configSchema": "config.d.ts"