@backstage/plugin-notifications-backend-module-email 0.0.0-nightly-20241109022707 → 0.0.0-nightly-20241110023150

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 +6 -6
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,19 +1,19 @@
1
1
  # @backstage/plugin-notifications-backend-module-email
2
2
 
3
- ## 0.0.0-nightly-20241109022707
3
+ ## 0.0.0-nightly-20241110023150
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/catalog-client@0.0.0-nightly-20241109022707
9
- - @backstage/plugin-catalog-node@0.0.0-nightly-20241109022707
10
- - @backstage/plugin-notifications-common@0.0.0-nightly-20241109022707
11
- - @backstage/backend-plugin-api@0.0.0-nightly-20241109022707
8
+ - @backstage/catalog-client@0.0.0-nightly-20241110023150
9
+ - @backstage/plugin-catalog-node@0.0.0-nightly-20241110023150
10
+ - @backstage/plugin-notifications-common@0.0.0-nightly-20241110023150
11
+ - @backstage/backend-plugin-api@0.0.0-nightly-20241110023150
12
12
  - @backstage/catalog-model@1.7.0
13
13
  - @backstage/config@1.2.0
14
14
  - @backstage/integration-aws-node@0.1.12
15
15
  - @backstage/types@1.1.1
16
- - @backstage/plugin-notifications-node@0.0.0-nightly-20241109022707
16
+ - @backstage/plugin-notifications-node@0.0.0-nightly-20241110023150
17
17
 
18
18
  ## 0.3.3-next.2
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-20241109022707",
3
+ "version": "0.0.0-nightly-20241110023150",
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-20241109022707",
41
- "@backstage/catalog-client": "0.0.0-nightly-20241109022707",
40
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20241110023150",
41
+ "@backstage/catalog-client": "0.0.0-nightly-20241110023150",
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-20241109022707",
46
- "@backstage/plugin-notifications-common": "0.0.0-nightly-20241109022707",
47
- "@backstage/plugin-notifications-node": "0.0.0-nightly-20241109022707",
45
+ "@backstage/plugin-catalog-node": "0.0.0-nightly-20241110023150",
46
+ "@backstage/plugin-notifications-common": "0.0.0-nightly-20241110023150",
47
+ "@backstage/plugin-notifications-node": "0.0.0-nightly-20241110023150",
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-20241109022707",
55
- "@backstage/cli": "0.0.0-nightly-20241109022707",
54
+ "@backstage/backend-test-utils": "0.0.0-nightly-20241110023150",
55
+ "@backstage/cli": "0.0.0-nightly-20241110023150",
56
56
  "@types/nodemailer": "^6.4.14"
57
57
  },
58
58
  "configSchema": "config.d.ts",