@backstage/plugin-signals-backend 0.0.0-nightly-20240916023337 → 0.0.0-nightly-20240918022959

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 +20 -6
  2. package/package.json +13 -13
package/CHANGELOG.md CHANGED
@@ -1,6 +1,19 @@
1
1
  # @backstage/plugin-signals-backend
2
2
 
3
- ## 0.0.0-nightly-20240916023337
3
+ ## 0.0.0-nightly-20240918022959
4
+
5
+ ### Patch Changes
6
+
7
+ - 094eaa3: Remove references to in-repo backend-common
8
+ - Updated dependencies
9
+ - @backstage/plugin-signals-node@0.0.0-nightly-20240918022959
10
+ - @backstage/plugin-events-node@0.0.0-nightly-20240918022959
11
+ - @backstage/plugin-auth-node@0.0.0-nightly-20240918022959
12
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240918022959
13
+ - @backstage/config@1.2.0
14
+ - @backstage/types@1.1.1
15
+
16
+ ## 0.2.0
4
17
 
5
18
  ### Minor Changes
6
19
 
@@ -12,17 +25,18 @@
12
25
 
13
26
  ### Patch Changes
14
27
 
28
+ - a0f1f0d: Bump the `ws` library
15
29
  - 3ec5ccb: The `createRouter` and its related types has been marked as deprecared. This backend should instead be initialized using the new backend system.
16
30
  - 19ff127: Internal refactor to remove dependencies on the identity and token manager services, which have been removed. Public APIs no longer require the identity service or token manager to be provided.
17
31
  - c2b63ab: Updated dependency `supertest` to `^7.0.0`.
18
32
  - Updated dependencies
19
- - @backstage/backend-common@0.0.0-nightly-20240916023337
20
- - @backstage/backend-plugin-api@0.0.0-nightly-20240916023337
21
- - @backstage/plugin-auth-node@0.0.0-nightly-20240916023337
22
- - @backstage/plugin-events-node@0.0.0-nightly-20240916023337
33
+ - @backstage/backend-common@0.25.0
34
+ - @backstage/plugin-signals-node@0.1.11
35
+ - @backstage/backend-plugin-api@1.0.0
36
+ - @backstage/plugin-auth-node@0.5.2
37
+ - @backstage/plugin-events-node@0.4.0
23
38
  - @backstage/config@1.2.0
24
39
  - @backstage/types@1.1.1
25
- - @backstage/plugin-signals-node@0.0.0-nightly-20240916023337
26
40
 
27
41
  ## 0.2.0-next.2
28
42
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-signals-backend",
3
- "version": "0.0.0-nightly-20240916023337",
3
+ "version": "0.0.0-nightly-20240918022959",
4
4
  "backstage": {
5
5
  "role": "backend-plugin",
6
6
  "pluginId": "signals",
@@ -37,12 +37,12 @@
37
37
  "test": "backstage-cli package test"
38
38
  },
39
39
  "dependencies": {
40
- "@backstage/backend-common": "^0.0.0-nightly-20240916023337",
41
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20240916023337",
40
+ "@backstage/backend-common": "^0.25.0",
41
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240918022959",
42
42
  "@backstage/config": "^1.2.0",
43
- "@backstage/plugin-auth-node": "^0.0.0-nightly-20240916023337",
44
- "@backstage/plugin-events-node": "^0.0.0-nightly-20240916023337",
45
- "@backstage/plugin-signals-node": "^0.0.0-nightly-20240916023337",
43
+ "@backstage/plugin-auth-node": "^0.0.0-nightly-20240918022959",
44
+ "@backstage/plugin-events-node": "^0.0.0-nightly-20240918022959",
45
+ "@backstage/plugin-signals-node": "^0.0.0-nightly-20240918022959",
46
46
  "@backstage/types": "^1.1.1",
47
47
  "@types/express": "*",
48
48
  "express": "^4.17.1",
@@ -51,16 +51,16 @@
51
51
  "node-fetch": "^2.7.0",
52
52
  "uuid": "^9.0.0",
53
53
  "winston": "^3.2.1",
54
- "ws": "^8.17.0",
54
+ "ws": "^8.18.0",
55
55
  "yn": "^4.0.0"
56
56
  },
57
57
  "devDependencies": {
58
- "@backstage/backend-defaults": "^0.0.0-nightly-20240916023337",
59
- "@backstage/backend-test-utils": "^0.0.0-nightly-20240916023337",
60
- "@backstage/cli": "^0.0.0-nightly-20240916023337",
61
- "@backstage/plugin-auth-backend": "^0.0.0-nightly-20240916023337",
62
- "@backstage/plugin-auth-backend-module-guest-provider": "^0.0.0-nightly-20240916023337",
63
- "@backstage/plugin-events-backend": "^0.0.0-nightly-20240916023337",
58
+ "@backstage/backend-defaults": "^0.0.0-nightly-20240918022959",
59
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20240918022959",
60
+ "@backstage/cli": "^0.0.0-nightly-20240918022959",
61
+ "@backstage/plugin-auth-backend": "^0.0.0-nightly-20240918022959",
62
+ "@backstage/plugin-auth-backend-module-guest-provider": "^0.0.0-nightly-20240918022959",
63
+ "@backstage/plugin-events-backend": "^0.0.0-nightly-20240918022959",
64
64
  "@types/supertest": "^2.0.8",
65
65
  "@types/ws": "^8.5.10",
66
66
  "msw": "^1.0.0",