@backstage/plugin-signals-backend 0.0.0-nightly-20240205021531 → 0.0.0-nightly-20240207020916

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 +7 -7
package/CHANGELOG.md CHANGED
@@ -1,19 +1,33 @@
1
1
  # @backstage/plugin-signals-backend
2
2
 
3
- ## 0.0.0-nightly-20240205021531
3
+ ## 0.0.0-nightly-20240207020916
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 447d210: Fix disconnect loop on server start
8
8
  - 047bead: Add support to subscribe and publish messages through signals plugins
9
9
  - Updated dependencies
10
- - @backstage/backend-common@0.0.0-nightly-20240205021531
11
- - @backstage/plugin-signals-node@0.0.0-nightly-20240205021531
12
- - @backstage/backend-plugin-api@0.0.0-nightly-20240205021531
13
- - @backstage/plugin-auth-node@0.0.0-nightly-20240205021531
10
+ - @backstage/backend-common@0.0.0-nightly-20240207020916
11
+ - @backstage/plugin-signals-node@0.0.0-nightly-20240207020916
12
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240207020916
13
+ - @backstage/plugin-auth-node@0.0.0-nightly-20240207020916
14
+ - @backstage/config@1.1.1
15
+ - @backstage/types@1.1.1
16
+ - @backstage/plugin-events-node@0.0.0-nightly-20240207020916
17
+
18
+ ## 0.0.1-next.2
19
+
20
+ ### Patch Changes
21
+
22
+ - 447d210: Fix disconnect loop on server start
23
+ - Updated dependencies
24
+ - @backstage/backend-common@0.21.0-next.2
25
+ - @backstage/plugin-signals-node@0.0.1-next.2
26
+ - @backstage/backend-plugin-api@0.6.10-next.2
27
+ - @backstage/plugin-auth-node@0.4.4-next.2
28
+ - @backstage/plugin-events-node@0.2.19-next.2
14
29
  - @backstage/config@1.1.1
15
30
  - @backstage/types@1.1.1
16
- - @backstage/plugin-events-node@0.0.0-nightly-20240205021531
17
31
 
18
32
  ## 0.0.1-next.1
19
33
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-signals-backend",
3
- "version": "0.0.0-nightly-20240205021531",
3
+ "version": "0.0.0-nightly-20240207020916",
4
4
  "main": "dist/index.cjs.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "license": "Apache-2.0",
@@ -22,12 +22,12 @@
22
22
  "postpack": "backstage-cli package postpack"
23
23
  },
24
24
  "dependencies": {
25
- "@backstage/backend-common": "^0.0.0-nightly-20240205021531",
26
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20240205021531",
25
+ "@backstage/backend-common": "^0.0.0-nightly-20240207020916",
26
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240207020916",
27
27
  "@backstage/config": "^1.1.1",
28
- "@backstage/plugin-auth-node": "^0.0.0-nightly-20240205021531",
29
- "@backstage/plugin-events-node": "^0.0.0-nightly-20240205021531",
30
- "@backstage/plugin-signals-node": "^0.0.0-nightly-20240205021531",
28
+ "@backstage/plugin-auth-node": "^0.0.0-nightly-20240207020916",
29
+ "@backstage/plugin-events-node": "^0.0.0-nightly-20240207020916",
30
+ "@backstage/plugin-signals-node": "^0.0.0-nightly-20240207020916",
31
31
  "@backstage/types": "^1.1.1",
32
32
  "@types/express": "*",
33
33
  "express": "^4.17.1",
@@ -40,7 +40,7 @@
40
40
  "yn": "^4.0.0"
41
41
  },
42
42
  "devDependencies": {
43
- "@backstage/cli": "^0.0.0-nightly-20240205021531",
43
+ "@backstage/cli": "^0.0.0-nightly-20240207020916",
44
44
  "@types/supertest": "^2.0.8",
45
45
  "msw": "^1.0.0",
46
46
  "supertest": "^6.2.4"