@backstage/plugin-signals-backend 0.2.3-next.3 → 0.2.4-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 +27 -0
  2. package/package.json +15 -15
package/CHANGELOG.md CHANGED
@@ -1,5 +1,32 @@
1
1
  # @backstage/plugin-signals-backend
2
2
 
3
+ ## 0.2.4-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - 1e624ca: Restrict `@types/express` version range from `*` to `^4.17.6`.
8
+ - Updated dependencies
9
+ - @backstage/backend-plugin-api@1.0.3-next.0
10
+ - @backstage/plugin-events-node@0.4.6-next.0
11
+ - @backstage/plugin-auth-node@0.5.5-next.0
12
+ - @backstage/config@1.3.0
13
+ - @backstage/types@1.2.0
14
+ - @backstage/plugin-signals-node@0.1.15-next.0
15
+
16
+ ## 0.2.3
17
+
18
+ ### Patch Changes
19
+
20
+ - a1e01ff: The signals backend now supports scaled deployments where clients may be connecting to one of many signal backend instances.
21
+ - 4e58bc7: Upgrade to uuid v11 internally
22
+ - Updated dependencies
23
+ - @backstage/config@1.3.0
24
+ - @backstage/plugin-events-node@0.4.5
25
+ - @backstage/types@1.2.0
26
+ - @backstage/plugin-auth-node@0.5.4
27
+ - @backstage/backend-plugin-api@1.0.2
28
+ - @backstage/plugin-signals-node@0.1.14
29
+
3
30
  ## 0.2.3-next.3
4
31
 
5
32
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-signals-backend",
3
- "version": "0.2.3-next.3",
3
+ "version": "0.2.4-next.0",
4
4
  "backstage": {
5
5
  "role": "backend-plugin",
6
6
  "pluginId": "signals",
@@ -38,29 +38,29 @@
38
38
  },
39
39
  "dependencies": {
40
40
  "@backstage/backend-common": "^0.25.0",
41
- "@backstage/backend-plugin-api": "1.0.2-next.2",
42
- "@backstage/config": "1.2.0",
43
- "@backstage/plugin-auth-node": "0.5.4-next.2",
44
- "@backstage/plugin-events-node": "0.4.5-next.3",
45
- "@backstage/plugin-signals-node": "0.1.14-next.3",
46
- "@backstage/types": "1.1.1",
47
- "@types/express": "*",
41
+ "@backstage/backend-plugin-api": "1.0.3-next.0",
42
+ "@backstage/config": "1.3.0",
43
+ "@backstage/plugin-auth-node": "0.5.5-next.0",
44
+ "@backstage/plugin-events-node": "0.4.6-next.0",
45
+ "@backstage/plugin-signals-node": "0.1.15-next.0",
46
+ "@backstage/types": "1.2.0",
47
+ "@types/express": "^4.17.6",
48
48
  "express": "^4.17.1",
49
49
  "express-promise-router": "^4.1.0",
50
50
  "http-proxy-middleware": "^2.0.0",
51
51
  "node-fetch": "^2.7.0",
52
- "uuid": "^9.0.0",
52
+ "uuid": "^11.0.0",
53
53
  "winston": "^3.2.1",
54
54
  "ws": "^8.18.0",
55
55
  "yn": "^4.0.0"
56
56
  },
57
57
  "devDependencies": {
58
- "@backstage/backend-defaults": "0.5.3-next.3",
59
- "@backstage/backend-test-utils": "1.1.0-next.3",
60
- "@backstage/cli": "0.29.0-next.3",
61
- "@backstage/plugin-auth-backend": "0.24.0-next.2",
62
- "@backstage/plugin-auth-backend-module-guest-provider": "0.2.2-next.2",
63
- "@backstage/plugin-events-backend": "0.3.16-next.3",
58
+ "@backstage/backend-defaults": "0.6.0-next.0",
59
+ "@backstage/backend-test-utils": "1.2.0-next.0",
60
+ "@backstage/cli": "0.29.3-next.0",
61
+ "@backstage/plugin-auth-backend": "0.24.1-next.0",
62
+ "@backstage/plugin-auth-backend-module-guest-provider": "0.2.3-next.0",
63
+ "@backstage/plugin-events-backend": "0.3.17-next.0",
64
64
  "@types/supertest": "^2.0.8",
65
65
  "@types/ws": "^8.5.10",
66
66
  "msw": "^1.0.0",