@backstage/plugin-notifications-backend-module-email 0.0.0-nightly-20240914022633 → 0.0.0-nightly-20240915023307

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,6 +1,6 @@
1
1
  # @backstage/plugin-notifications-backend-module-email
2
2
 
3
- ## 0.0.0-nightly-20240914022633
3
+ ## 0.0.0-nightly-20240915023307
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -14,16 +14,16 @@
14
14
 
15
15
  - 5edd344: Refactor to use injected catalog client in the new backend system
16
16
  - Updated dependencies
17
- - @backstage/backend-common@0.0.0-nightly-20240914022633
18
- - @backstage/backend-plugin-api@0.0.0-nightly-20240914022633
19
- - @backstage/catalog-client@0.0.0-nightly-20240914022633
20
- - @backstage/plugin-catalog-node@0.0.0-nightly-20240914022633
17
+ - @backstage/backend-common@0.0.0-nightly-20240915023307
18
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240915023307
19
+ - @backstage/catalog-client@0.0.0-nightly-20240915023307
20
+ - @backstage/plugin-catalog-node@0.0.0-nightly-20240915023307
21
21
  - @backstage/catalog-model@1.6.0
22
22
  - @backstage/config@1.2.0
23
23
  - @backstage/integration-aws-node@0.1.12
24
24
  - @backstage/types@1.1.1
25
25
  - @backstage/plugin-notifications-common@0.0.5
26
- - @backstage/plugin-notifications-node@0.0.0-nightly-20240914022633
26
+ - @backstage/plugin-notifications-node@0.0.0-nightly-20240915023307
27
27
 
28
28
  ## 0.3.0-next.2
29
29
 
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-20240914022633",
3
+ "version": "0.0.0-nightly-20240915023307",
4
4
  "description": "The email backend module for the notifications plugin.",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -36,23 +36,23 @@
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-20240914022633",
40
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20240914022633",
41
- "@backstage/catalog-client": "^0.0.0-nightly-20240914022633",
39
+ "@backstage/backend-common": "^0.0.0-nightly-20240915023307",
40
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240915023307",
41
+ "@backstage/catalog-client": "^0.0.0-nightly-20240915023307",
42
42
  "@backstage/catalog-model": "^1.6.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-20240914022633",
45
+ "@backstage/plugin-catalog-node": "^0.0.0-nightly-20240915023307",
46
46
  "@backstage/plugin-notifications-common": "^0.0.5",
47
- "@backstage/plugin-notifications-node": "^0.0.0-nightly-20240914022633",
47
+ "@backstage/plugin-notifications-node": "^0.0.0-nightly-20240915023307",
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-20240914022633",
55
- "@backstage/cli": "^0.0.0-nightly-20240914022633",
54
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20240915023307",
55
+ "@backstage/cli": "^0.0.0-nightly-20240915023307",
56
56
  "@types/nodemailer": "^6.4.14"
57
57
  },
58
58
  "configSchema": "config.d.ts"