@backstage/plugin-notifications-backend 0.5.5-next.1 → 0.5.6-next.0

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 +37 -0
  2. package/package.json +15 -15
package/CHANGELOG.md CHANGED
@@ -1,5 +1,42 @@
1
1
  # @backstage/plugin-notifications-backend
2
2
 
3
+ ## 0.5.6-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/catalog-client@1.10.0-next.0
9
+ - @backstage/plugin-catalog-node@1.17.0-next.0
10
+ - @backstage/backend-plugin-api@1.3.1-next.0
11
+ - @backstage/plugin-auth-node@0.6.3-next.0
12
+ - @backstage/plugin-events-node@0.4.11-next.0
13
+ - @backstage/plugin-notifications-node@0.2.15-next.0
14
+ - @backstage/catalog-model@1.7.3
15
+ - @backstage/config@1.3.2
16
+ - @backstage/errors@1.2.7
17
+ - @backstage/types@1.2.1
18
+ - @backstage/plugin-notifications-common@0.0.8
19
+ - @backstage/plugin-signals-node@0.1.20-next.0
20
+
21
+ ## 0.5.5
22
+
23
+ ### Patch Changes
24
+
25
+ - 9a6080e: Allow throttling notification sending not to block the system with huge amount of receiving users
26
+ - Updated dependencies
27
+ - @backstage/plugin-catalog-node@1.16.3
28
+ - @backstage/backend-plugin-api@1.3.0
29
+ - @backstage/plugin-auth-node@0.6.2
30
+ - @backstage/catalog-client@1.9.1
31
+ - @backstage/catalog-model@1.7.3
32
+ - @backstage/config@1.3.2
33
+ - @backstage/errors@1.2.7
34
+ - @backstage/types@1.2.1
35
+ - @backstage/plugin-events-node@0.4.10
36
+ - @backstage/plugin-notifications-common@0.0.8
37
+ - @backstage/plugin-notifications-node@0.2.14
38
+ - @backstage/plugin-signals-node@0.1.19
39
+
3
40
  ## 0.5.5-next.1
4
41
 
5
42
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-notifications-backend",
3
- "version": "0.5.5-next.1",
3
+ "version": "0.5.6-next.0",
4
4
  "backstage": {
5
5
  "role": "backend-plugin",
6
6
  "pluginId": "notifications",
@@ -42,17 +42,17 @@
42
42
  "test": "backstage-cli package test"
43
43
  },
44
44
  "dependencies": {
45
- "@backstage/backend-plugin-api": "1.2.1",
46
- "@backstage/catalog-client": "1.9.1",
45
+ "@backstage/backend-plugin-api": "1.3.1-next.0",
46
+ "@backstage/catalog-client": "1.10.0-next.0",
47
47
  "@backstage/catalog-model": "1.7.3",
48
48
  "@backstage/config": "1.3.2",
49
49
  "@backstage/errors": "1.2.7",
50
- "@backstage/plugin-auth-node": "0.6.1",
51
- "@backstage/plugin-catalog-node": "1.16.3-next.0",
52
- "@backstage/plugin-events-node": "0.4.9",
50
+ "@backstage/plugin-auth-node": "0.6.3-next.0",
51
+ "@backstage/plugin-catalog-node": "1.17.0-next.0",
52
+ "@backstage/plugin-events-node": "0.4.11-next.0",
53
53
  "@backstage/plugin-notifications-common": "0.0.8",
54
- "@backstage/plugin-notifications-node": "0.2.13",
55
- "@backstage/plugin-signals-node": "0.1.18",
54
+ "@backstage/plugin-notifications-node": "0.2.15-next.0",
55
+ "@backstage/plugin-signals-node": "0.1.20-next.0",
56
56
  "@backstage/types": "1.2.1",
57
57
  "express": "^4.17.1",
58
58
  "express-promise-router": "^4.1.0",
@@ -63,13 +63,13 @@
63
63
  "yn": "^4.0.0"
64
64
  },
65
65
  "devDependencies": {
66
- "@backstage/backend-defaults": "0.9.0-next.2",
67
- "@backstage/backend-test-utils": "1.3.2-next.2",
68
- "@backstage/cli": "0.32.0-next.2",
69
- "@backstage/plugin-auth-backend": "0.24.5-next.2",
70
- "@backstage/plugin-auth-backend-module-guest-provider": "0.2.6",
71
- "@backstage/plugin-events-backend": "0.5.0",
72
- "@backstage/plugin-signals-backend": "0.3.2",
66
+ "@backstage/backend-defaults": "0.9.1-next.0",
67
+ "@backstage/backend-test-utils": "1.5.0-next.0",
68
+ "@backstage/cli": "0.32.1-next.0",
69
+ "@backstage/plugin-auth-backend": "0.25.0-next.0",
70
+ "@backstage/plugin-auth-backend-module-guest-provider": "0.2.8-next.0",
71
+ "@backstage/plugin-events-backend": "0.5.2-next.0",
72
+ "@backstage/plugin-signals-backend": "0.3.4-next.0",
73
73
  "@types/express": "^4.17.6",
74
74
  "@types/supertest": "^2.0.8",
75
75
  "msw": "^1.0.0",