@backstage/plugin-notifications-backend 0.4.3-next.3 → 0.4.3

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 +19 -0
  2. package/package.json +20 -20
package/CHANGELOG.md CHANGED
@@ -1,5 +1,24 @@
1
1
  # @backstage/plugin-notifications-backend
2
2
 
3
+ ## 0.4.3
4
+
5
+ ### Patch Changes
6
+
7
+ - 97ba58f: Add support for user specific notification settings
8
+ - 4e58bc7: Upgrade to uuid v11 internally
9
+ - Updated dependencies
10
+ - @backstage/catalog-client@1.8.0
11
+ - @backstage/config@1.3.0
12
+ - @backstage/plugin-events-node@0.4.5
13
+ - @backstage/plugin-auth-node@0.5.4
14
+ - @backstage/plugin-catalog-node@1.14.0
15
+ - @backstage/backend-plugin-api@1.0.2
16
+ - @backstage/plugin-notifications-common@0.0.6
17
+ - @backstage/plugin-notifications-node@0.2.9
18
+ - @backstage/plugin-signals-node@0.1.14
19
+ - @backstage/catalog-model@1.7.1
20
+ - @backstage/errors@1.2.5
21
+
3
22
  ## 0.4.3-next.3
4
23
 
5
24
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-notifications-backend",
3
- "version": "0.4.3-next.3",
3
+ "version": "0.4.3",
4
4
  "backstage": {
5
5
  "role": "backend-plugin",
6
6
  "pluginId": "notifications",
@@ -39,33 +39,33 @@
39
39
  },
40
40
  "dependencies": {
41
41
  "@backstage/backend-common": "^0.25.0",
42
- "@backstage/backend-plugin-api": "1.0.2-next.2",
43
- "@backstage/catalog-client": "1.8.0-next.1",
44
- "@backstage/catalog-model": "1.7.0",
45
- "@backstage/config": "1.2.0",
46
- "@backstage/errors": "1.2.4",
47
- "@backstage/plugin-auth-node": "0.5.4-next.2",
48
- "@backstage/plugin-catalog-node": "1.14.0-next.2",
49
- "@backstage/plugin-events-node": "0.4.5-next.3",
50
- "@backstage/plugin-notifications-common": "0.0.6-next.0",
51
- "@backstage/plugin-notifications-node": "0.2.9-next.3",
52
- "@backstage/plugin-signals-node": "0.1.14-next.3",
42
+ "@backstage/backend-plugin-api": "^1.0.2",
43
+ "@backstage/catalog-client": "^1.8.0",
44
+ "@backstage/catalog-model": "^1.7.1",
45
+ "@backstage/config": "^1.3.0",
46
+ "@backstage/errors": "^1.2.5",
47
+ "@backstage/plugin-auth-node": "^0.5.4",
48
+ "@backstage/plugin-catalog-node": "^1.14.0",
49
+ "@backstage/plugin-events-node": "^0.4.5",
50
+ "@backstage/plugin-notifications-common": "^0.0.6",
51
+ "@backstage/plugin-notifications-node": "^0.2.9",
52
+ "@backstage/plugin-signals-node": "^0.1.14",
53
53
  "express": "^4.17.1",
54
54
  "express-promise-router": "^4.1.0",
55
55
  "knex": "^3.0.0",
56
56
  "node-fetch": "^2.7.0",
57
- "uuid": "^9.0.0",
57
+ "uuid": "^11.0.0",
58
58
  "winston": "^3.2.1",
59
59
  "yn": "^4.0.0"
60
60
  },
61
61
  "devDependencies": {
62
- "@backstage/backend-defaults": "0.5.3-next.3",
63
- "@backstage/backend-test-utils": "1.1.0-next.3",
64
- "@backstage/cli": "0.29.0-next.3",
65
- "@backstage/plugin-auth-backend": "0.24.0-next.2",
66
- "@backstage/plugin-auth-backend-module-guest-provider": "0.2.2-next.2",
67
- "@backstage/plugin-events-backend": "0.3.16-next.3",
68
- "@backstage/plugin-signals-backend": "0.2.3-next.3",
62
+ "@backstage/backend-defaults": "^0.5.3",
63
+ "@backstage/backend-test-utils": "^1.1.0",
64
+ "@backstage/cli": "^0.29.0",
65
+ "@backstage/plugin-auth-backend": "^0.24.0",
66
+ "@backstage/plugin-auth-backend-module-guest-provider": "^0.2.2",
67
+ "@backstage/plugin-events-backend": "^0.3.16",
68
+ "@backstage/plugin-signals-backend": "^0.2.3",
69
69
  "@types/express": "^4.17.6",
70
70
  "@types/supertest": "^2.0.8",
71
71
  "msw": "^1.0.0",