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

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 +7 -6
  2. package/package.json +12 -7
package/CHANGELOG.md CHANGED
@@ -1,19 +1,20 @@
1
1
  # @backstage/plugin-signals-backend
2
2
 
3
- ## 0.0.0-nightly-20240207020916
3
+ ## 0.0.0-nightly-20240209021004
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 447d210: Fix disconnect loop on server start
8
+ - 8472188: Added or fixed the `repository` field in `package.json`.
8
9
  - 047bead: Add support to subscribe and publish messages through signals plugins
9
10
  - Updated dependencies
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
11
+ - @backstage/backend-common@0.0.0-nightly-20240209021004
12
+ - @backstage/plugin-signals-node@0.0.0-nightly-20240209021004
13
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240209021004
14
+ - @backstage/plugin-auth-node@0.0.0-nightly-20240209021004
14
15
  - @backstage/config@1.1.1
15
16
  - @backstage/types@1.1.1
16
- - @backstage/plugin-events-node@0.0.0-nightly-20240207020916
17
+ - @backstage/plugin-events-node@0.0.0-nightly-20240209021004
17
18
 
18
19
  ## 0.0.1-next.2
19
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-signals-backend",
3
- "version": "0.0.0-nightly-20240207020916",
3
+ "version": "0.0.0-nightly-20240209021004",
4
4
  "main": "dist/index.cjs.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "license": "Apache-2.0",
@@ -9,6 +9,11 @@
9
9
  "main": "dist/index.cjs.js",
10
10
  "types": "dist/index.d.ts"
11
11
  },
12
+ "repository": {
13
+ "type": "git",
14
+ "url": "https://github.com/backstage/backstage",
15
+ "directory": "plugins/signals-backend"
16
+ },
12
17
  "backstage": {
13
18
  "role": "backend-plugin"
14
19
  },
@@ -22,12 +27,12 @@
22
27
  "postpack": "backstage-cli package postpack"
23
28
  },
24
29
  "dependencies": {
25
- "@backstage/backend-common": "^0.0.0-nightly-20240207020916",
26
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20240207020916",
30
+ "@backstage/backend-common": "^0.0.0-nightly-20240209021004",
31
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240209021004",
27
32
  "@backstage/config": "^1.1.1",
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",
33
+ "@backstage/plugin-auth-node": "^0.0.0-nightly-20240209021004",
34
+ "@backstage/plugin-events-node": "^0.0.0-nightly-20240209021004",
35
+ "@backstage/plugin-signals-node": "^0.0.0-nightly-20240209021004",
31
36
  "@backstage/types": "^1.1.1",
32
37
  "@types/express": "*",
33
38
  "express": "^4.17.1",
@@ -40,7 +45,7 @@
40
45
  "yn": "^4.0.0"
41
46
  },
42
47
  "devDependencies": {
43
- "@backstage/cli": "^0.0.0-nightly-20240207020916",
48
+ "@backstage/cli": "^0.0.0-nightly-20240209021004",
44
49
  "@types/supertest": "^2.0.8",
45
50
  "msw": "^1.0.0",
46
51
  "supertest": "^6.2.4"