@backstage/plugin-notifications-backend 0.3.0-next.2 → 0.3.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,46 @@
1
1
  # @backstage/plugin-notifications-backend
2
2
 
3
+ ## 0.3.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 07a789b: adding filtering of notifications by processors
8
+
9
+ ### Patch Changes
10
+
11
+ - 78a0b08: Internal refactor to handle `BackendFeature` contract change.
12
+ - d44a20a: Added additional plugin metadata to `package.json`.
13
+ - Updated dependencies
14
+ - @backstage/backend-common@0.23.0
15
+ - @backstage/backend-plugin-api@0.6.19
16
+ - @backstage/plugin-auth-node@0.4.14
17
+ - @backstage/plugin-notifications-node@0.2.0
18
+ - @backstage/plugin-events-node@0.3.5
19
+ - @backstage/plugin-notifications-common@0.0.4
20
+ - @backstage/plugin-signals-node@0.1.5
21
+ - @backstage/catalog-client@1.6.5
22
+ - @backstage/catalog-model@1.5.0
23
+ - @backstage/config@1.2.0
24
+ - @backstage/errors@1.2.4
25
+
26
+ ## 0.3.0-next.3
27
+
28
+ ### Patch Changes
29
+
30
+ - d44a20a: Added additional plugin metadata to `package.json`.
31
+ - Updated dependencies
32
+ - @backstage/backend-plugin-api@0.6.19-next.3
33
+ - @backstage/plugin-auth-node@0.4.14-next.3
34
+ - @backstage/plugin-notifications-common@0.0.4-next.0
35
+ - @backstage/plugin-notifications-node@0.2.0-next.3
36
+ - @backstage/plugin-signals-node@0.1.5-next.3
37
+ - @backstage/plugin-events-node@0.3.5-next.2
38
+ - @backstage/backend-common@0.23.0-next.3
39
+ - @backstage/catalog-client@1.6.5
40
+ - @backstage/catalog-model@1.5.0
41
+ - @backstage/config@1.2.0
42
+ - @backstage/errors@1.2.4
43
+
3
44
  ## 0.3.0-next.2
4
45
 
5
46
  ### Patch Changes
package/dist/index.d.ts CHANGED
@@ -5,6 +5,6 @@ import * as _backstage_backend_plugin_api from '@backstage/backend-plugin-api';
5
5
  *
6
6
  * @public
7
7
  */
8
- declare const notificationsPlugin: () => _backstage_backend_plugin_api.BackendFeature;
8
+ declare const notificationsPlugin: _backstage_backend_plugin_api.BackendFeatureCompat;
9
9
 
10
10
  export { notificationsPlugin as default };
package/package.json CHANGED
@@ -1,8 +1,15 @@
1
1
  {
2
2
  "name": "@backstage/plugin-notifications-backend",
3
- "version": "0.3.0-next.2",
3
+ "version": "0.3.0",
4
4
  "backstage": {
5
- "role": "backend-plugin"
5
+ "role": "backend-plugin",
6
+ "pluginId": "notifications",
7
+ "pluginPackages": [
8
+ "@backstage/plugin-notifications",
9
+ "@backstage/plugin-notifications-backend",
10
+ "@backstage/plugin-notifications-common",
11
+ "@backstage/plugin-notifications-node"
12
+ ]
6
13
  },
7
14
  "publishConfig": {
8
15
  "access": "public",
@@ -31,17 +38,17 @@
31
38
  "test": "backstage-cli package test"
32
39
  },
33
40
  "dependencies": {
34
- "@backstage/backend-common": "^0.23.0-next.2",
35
- "@backstage/backend-plugin-api": "^0.6.19-next.2",
41
+ "@backstage/backend-common": "^0.23.0",
42
+ "@backstage/backend-plugin-api": "^0.6.19",
36
43
  "@backstage/catalog-client": "^1.6.5",
37
44
  "@backstage/catalog-model": "^1.5.0",
38
45
  "@backstage/config": "^1.2.0",
39
46
  "@backstage/errors": "^1.2.4",
40
- "@backstage/plugin-auth-node": "^0.4.14-next.2",
41
- "@backstage/plugin-events-node": "^0.3.5-next.1",
42
- "@backstage/plugin-notifications-common": "^0.0.3",
43
- "@backstage/plugin-notifications-node": "^0.2.0-next.2",
44
- "@backstage/plugin-signals-node": "^0.1.5-next.2",
47
+ "@backstage/plugin-auth-node": "^0.4.14",
48
+ "@backstage/plugin-events-node": "^0.3.5",
49
+ "@backstage/plugin-notifications-common": "^0.0.4",
50
+ "@backstage/plugin-notifications-node": "^0.2.0",
51
+ "@backstage/plugin-signals-node": "^0.1.5",
45
52
  "express": "^4.17.1",
46
53
  "express-promise-router": "^4.1.0",
47
54
  "knex": "^3.0.0",
@@ -51,13 +58,13 @@
51
58
  "yn": "^4.0.0"
52
59
  },
53
60
  "devDependencies": {
54
- "@backstage/backend-defaults": "^0.3.0-next.2",
55
- "@backstage/backend-test-utils": "^0.4.0-next.2",
56
- "@backstage/cli": "^0.26.7-next.2",
57
- "@backstage/plugin-auth-backend": "^0.22.6-next.2",
58
- "@backstage/plugin-auth-backend-module-guest-provider": "^0.1.5-next.2",
59
- "@backstage/plugin-events-backend": "^0.3.6-next.2",
60
- "@backstage/plugin-signals-backend": "^0.1.5-next.2",
61
+ "@backstage/backend-defaults": "^0.3.0",
62
+ "@backstage/backend-test-utils": "^0.4.0",
63
+ "@backstage/cli": "^0.26.7",
64
+ "@backstage/plugin-auth-backend": "^0.22.6",
65
+ "@backstage/plugin-auth-backend-module-guest-provider": "^0.1.5",
66
+ "@backstage/plugin-events-backend": "^0.3.6",
67
+ "@backstage/plugin-signals-backend": "^0.1.5",
61
68
  "@types/express": "^4.17.6",
62
69
  "@types/supertest": "^2.0.8",
63
70
  "msw": "^1.0.0",