@backstage/plugin-notifications-backend-module-email 0.0.0-nightly-20240927023235 → 0.0.0-nightly-20240928023157

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 +4 -4
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,19 +1,19 @@
1
1
  # @backstage/plugin-notifications-backend-module-email
2
2
 
3
- ## 0.0.0-nightly-20240927023235
3
+ ## 0.0.0-nightly-20240928023157
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-20240927023235
10
- - @backstage/backend-plugin-api@0.0.0-nightly-20240927023235
9
+ - @backstage/plugin-notifications-node@0.0.0-nightly-20240928023157
10
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240928023157
11
11
  - @backstage/catalog-client@1.7.0
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-catalog-node@0.0.0-nightly-20240927023235
16
+ - @backstage/plugin-catalog-node@0.0.0-nightly-20240928023157
17
17
  - @backstage/plugin-notifications-common@0.0.5
18
18
 
19
19
  ## 0.3.1-next.0
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-20240927023235",
3
+ "version": "0.0.0-nightly-20240928023157",
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-20240927023235",
40
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240928023157",
41
41
  "@backstage/catalog-client": "^1.7.0",
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-20240927023235",
45
+ "@backstage/plugin-catalog-node": "^0.0.0-nightly-20240928023157",
46
46
  "@backstage/plugin-notifications-common": "^0.0.5",
47
- "@backstage/plugin-notifications-node": "^0.0.0-nightly-20240927023235",
47
+ "@backstage/plugin-notifications-node": "^0.0.0-nightly-20240928023157",
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-20240927023235",
55
- "@backstage/cli": "^0.0.0-nightly-20240927023235",
54
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20240928023157",
55
+ "@backstage/cli": "^0.0.0-nightly-20240928023157",
56
56
  "@types/nodemailer": "^6.4.14"
57
57
  },
58
58
  "configSchema": "config.d.ts"