@backstage/plugin-notifications-backend-module-email 0.0.0-nightly-20250705024007 → 0.0.0-nightly-20250706024846

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 +9 -9
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -1,18 +1,18 @@
1
1
  # @backstage/plugin-notifications-backend-module-email
2
2
 
3
- ## 0.0.0-nightly-20250705024007
3
+ ## 0.0.0-nightly-20250706024846
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/config@0.0.0-nightly-20250705024007
9
- - @backstage/catalog-model@0.0.0-nightly-20250705024007
10
- - @backstage/catalog-client@0.0.0-nightly-20250705024007
11
- - @backstage/integration-aws-node@0.0.0-nightly-20250705024007
12
- - @backstage/backend-plugin-api@0.0.0-nightly-20250705024007
13
- - @backstage/plugin-notifications-common@0.0.0-nightly-20250705024007
14
- - @backstage/plugin-catalog-node@0.0.0-nightly-20250705024007
15
- - @backstage/plugin-notifications-node@0.0.0-nightly-20250705024007
8
+ - @backstage/config@0.0.0-nightly-20250706024846
9
+ - @backstage/catalog-model@0.0.0-nightly-20250706024846
10
+ - @backstage/catalog-client@0.0.0-nightly-20250706024846
11
+ - @backstage/integration-aws-node@0.0.0-nightly-20250706024846
12
+ - @backstage/backend-plugin-api@0.0.0-nightly-20250706024846
13
+ - @backstage/plugin-notifications-common@0.0.0-nightly-20250706024846
14
+ - @backstage/plugin-catalog-node@0.0.0-nightly-20250706024846
15
+ - @backstage/plugin-notifications-node@0.0.0-nightly-20250706024846
16
16
  - @backstage/types@1.2.1
17
17
 
18
18
  ## 0.3.11-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-20250705024007",
3
+ "version": "0.0.0-nightly-20250706024846",
4
4
  "description": "The email backend module for the notifications plugin.",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -41,22 +41,22 @@
41
41
  "@aws-sdk/types": "^3.347.0",
42
42
  "@azure/communication-email": "^1.0.0",
43
43
  "@azure/identity": "^4.0.0",
44
- "@backstage/backend-plugin-api": "0.0.0-nightly-20250705024007",
45
- "@backstage/catalog-client": "0.0.0-nightly-20250705024007",
46
- "@backstage/catalog-model": "0.0.0-nightly-20250705024007",
47
- "@backstage/config": "0.0.0-nightly-20250705024007",
48
- "@backstage/integration-aws-node": "0.0.0-nightly-20250705024007",
49
- "@backstage/plugin-catalog-node": "0.0.0-nightly-20250705024007",
50
- "@backstage/plugin-notifications-common": "0.0.0-nightly-20250705024007",
51
- "@backstage/plugin-notifications-node": "0.0.0-nightly-20250705024007",
44
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20250706024846",
45
+ "@backstage/catalog-client": "0.0.0-nightly-20250706024846",
46
+ "@backstage/catalog-model": "0.0.0-nightly-20250706024846",
47
+ "@backstage/config": "0.0.0-nightly-20250706024846",
48
+ "@backstage/integration-aws-node": "0.0.0-nightly-20250706024846",
49
+ "@backstage/plugin-catalog-node": "0.0.0-nightly-20250706024846",
50
+ "@backstage/plugin-notifications-common": "0.0.0-nightly-20250706024846",
51
+ "@backstage/plugin-notifications-node": "0.0.0-nightly-20250706024846",
52
52
  "@backstage/types": "1.2.1",
53
53
  "lodash": "^4.17.21",
54
54
  "nodemailer": "^6.9.13",
55
55
  "p-throttle": "^4.1.1"
56
56
  },
57
57
  "devDependencies": {
58
- "@backstage/backend-test-utils": "0.0.0-nightly-20250705024007",
59
- "@backstage/cli": "0.0.0-nightly-20250705024007",
58
+ "@backstage/backend-test-utils": "0.0.0-nightly-20250706024846",
59
+ "@backstage/cli": "0.0.0-nightly-20250706024846",
60
60
  "@types/nodemailer": "^6.4.14"
61
61
  },
62
62
  "configSchema": "config.d.ts",