@backstage/plugin-signals-backend 0.0.0-nightly-20240408021239 → 0.0.0-nightly-20240410021126

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 -6
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,16 +1,29 @@
1
1
  # @backstage/plugin-signals-backend
2
2
 
3
- ## 0.0.0-nightly-20240408021239
3
+ ## 0.0.0-nightly-20240410021126
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 5f9877b: Fix unauthorized signals connection by allowing unauthenticated requests
8
8
  - Updated dependencies
9
- - @backstage/backend-common@0.0.0-nightly-20240408021239
10
- - @backstage/backend-plugin-api@0.0.0-nightly-20240408021239
11
- - @backstage/plugin-auth-node@0.0.0-nightly-20240408021239
12
- - @backstage/plugin-events-node@0.0.0-nightly-20240408021239
13
- - @backstage/plugin-signals-node@0.0.0-nightly-20240408021239
9
+ - @backstage/backend-common@0.0.0-nightly-20240410021126
10
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240410021126
11
+ - @backstage/plugin-auth-node@0.0.0-nightly-20240410021126
12
+ - @backstage/plugin-events-node@0.0.0-nightly-20240410021126
13
+ - @backstage/plugin-signals-node@0.0.0-nightly-20240410021126
14
+ - @backstage/config@1.2.0
15
+ - @backstage/types@1.1.1
16
+
17
+ ## 0.1.3-next.1
18
+
19
+ ### Patch Changes
20
+
21
+ - Updated dependencies
22
+ - @backstage/backend-common@0.21.7-next.1
23
+ - @backstage/backend-plugin-api@0.6.17-next.1
24
+ - @backstage/plugin-auth-node@0.4.12-next.1
25
+ - @backstage/plugin-events-node@0.3.3-next.1
26
+ - @backstage/plugin-signals-node@0.1.3-next.1
14
27
  - @backstage/config@1.2.0
15
28
  - @backstage/types@1.1.1
16
29
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-signals-backend",
3
- "version": "0.0.0-nightly-20240408021239",
3
+ "version": "0.0.0-nightly-20240410021126",
4
4
  "main": "dist/index.cjs.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "license": "Apache-2.0",
@@ -27,12 +27,12 @@
27
27
  "postpack": "backstage-cli package postpack"
28
28
  },
29
29
  "dependencies": {
30
- "@backstage/backend-common": "^0.0.0-nightly-20240408021239",
31
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20240408021239",
30
+ "@backstage/backend-common": "^0.0.0-nightly-20240410021126",
31
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240410021126",
32
32
  "@backstage/config": "^1.2.0",
33
- "@backstage/plugin-auth-node": "^0.0.0-nightly-20240408021239",
34
- "@backstage/plugin-events-node": "^0.0.0-nightly-20240408021239",
35
- "@backstage/plugin-signals-node": "^0.0.0-nightly-20240408021239",
33
+ "@backstage/plugin-auth-node": "^0.0.0-nightly-20240410021126",
34
+ "@backstage/plugin-events-node": "^0.0.0-nightly-20240410021126",
35
+ "@backstage/plugin-signals-node": "^0.0.0-nightly-20240410021126",
36
36
  "@backstage/types": "^1.1.1",
37
37
  "@types/express": "*",
38
38
  "express": "^4.17.1",
@@ -45,7 +45,7 @@
45
45
  "yn": "^4.0.0"
46
46
  },
47
47
  "devDependencies": {
48
- "@backstage/cli": "^0.0.0-nightly-20240408021239",
48
+ "@backstage/cli": "^0.0.0-nightly-20240410021126",
49
49
  "@types/supertest": "^2.0.8",
50
50
  "msw": "^1.0.0",
51
51
  "supertest": "^6.2.4"