@backstage/plugin-signals-backend 0.0.0-nightly-20241107023156 → 0.0.0-nightly-20241108023219

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 +5 -5
  2. package/package.json +18 -11
package/CHANGELOG.md CHANGED
@@ -1,17 +1,17 @@
1
1
  # @backstage/plugin-signals-backend
2
2
 
3
- ## 0.0.0-nightly-20241107023156
3
+ ## 0.0.0-nightly-20241108023219
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - a1e01ff: The signals backend now supports scaled deployments where clients may be connecting to one of many signal backend instances.
8
8
  - Updated dependencies
9
- - @backstage/plugin-events-node@0.0.0-nightly-20241107023156
10
- - @backstage/plugin-auth-node@0.0.0-nightly-20241107023156
11
- - @backstage/backend-plugin-api@0.0.0-nightly-20241107023156
9
+ - @backstage/plugin-events-node@0.0.0-nightly-20241108023219
10
+ - @backstage/plugin-auth-node@0.0.0-nightly-20241108023219
11
+ - @backstage/backend-plugin-api@0.0.0-nightly-20241108023219
12
12
  - @backstage/config@1.2.0
13
13
  - @backstage/types@1.1.1
14
- - @backstage/plugin-signals-node@0.0.0-nightly-20241107023156
14
+ - @backstage/plugin-signals-node@0.0.0-nightly-20241108023219
15
15
 
16
16
  ## 0.2.3-next.2
17
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-signals-backend",
3
- "version": "0.0.0-nightly-20241107023156",
3
+ "version": "0.0.0-nightly-20241108023219",
4
4
  "backstage": {
5
5
  "role": "backend-plugin",
6
6
  "pluginId": "signals",
@@ -38,11 +38,11 @@
38
38
  },
39
39
  "dependencies": {
40
40
  "@backstage/backend-common": "^0.25.0",
41
- "@backstage/backend-plugin-api": "0.0.0-nightly-20241107023156",
41
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20241108023219",
42
42
  "@backstage/config": "1.2.0",
43
- "@backstage/plugin-auth-node": "0.0.0-nightly-20241107023156",
44
- "@backstage/plugin-events-node": "0.0.0-nightly-20241107023156",
45
- "@backstage/plugin-signals-node": "0.0.0-nightly-20241107023156",
43
+ "@backstage/plugin-auth-node": "0.0.0-nightly-20241108023219",
44
+ "@backstage/plugin-events-node": "0.0.0-nightly-20241108023219",
45
+ "@backstage/plugin-signals-node": "0.0.0-nightly-20241108023219",
46
46
  "@backstage/types": "1.1.1",
47
47
  "@types/express": "*",
48
48
  "express": "^4.17.1",
@@ -55,15 +55,22 @@
55
55
  "yn": "^4.0.0"
56
56
  },
57
57
  "devDependencies": {
58
- "@backstage/backend-defaults": "0.0.0-nightly-20241107023156",
59
- "@backstage/backend-test-utils": "0.0.0-nightly-20241107023156",
60
- "@backstage/cli": "0.0.0-nightly-20241107023156",
61
- "@backstage/plugin-auth-backend": "0.0.0-nightly-20241107023156",
62
- "@backstage/plugin-auth-backend-module-guest-provider": "0.0.0-nightly-20241107023156",
63
- "@backstage/plugin-events-backend": "0.0.0-nightly-20241107023156",
58
+ "@backstage/backend-defaults": "0.0.0-nightly-20241108023219",
59
+ "@backstage/backend-test-utils": "0.0.0-nightly-20241108023219",
60
+ "@backstage/cli": "0.0.0-nightly-20241108023219",
61
+ "@backstage/plugin-auth-backend": "0.0.0-nightly-20241108023219",
62
+ "@backstage/plugin-auth-backend-module-guest-provider": "0.0.0-nightly-20241108023219",
63
+ "@backstage/plugin-events-backend": "0.0.0-nightly-20241108023219",
64
64
  "@types/supertest": "^2.0.8",
65
65
  "@types/ws": "^8.5.10",
66
66
  "msw": "^1.0.0",
67
67
  "supertest": "^7.0.0"
68
+ },
69
+ "typesVersions": {
70
+ "*": {
71
+ "index": [
72
+ "dist/index.d.ts"
73
+ ]
74
+ }
68
75
  }
69
76
  }