@backstage/plugin-signals-backend 0.0.0-nightly-20240830022837 → 0.0.0-nightly-20240831022709

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 +6 -6
  2. package/package.json +12 -12
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @backstage/plugin-signals-backend
2
2
 
3
- ## 0.0.0-nightly-20240830022837
3
+ ## 0.0.0-nightly-20240831022709
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -15,11 +15,11 @@
15
15
  - 3ec5ccb: The `createRouter` and its related types has been marked as deprecared. This backend should instead be initialized using the new backend system.
16
16
  - 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
17
  - Updated dependencies
18
- - @backstage/backend-plugin-api@0.0.0-nightly-20240830022837
19
- - @backstage/backend-common@0.0.0-nightly-20240830022837
20
- - @backstage/plugin-events-node@0.0.0-nightly-20240830022837
21
- - @backstage/plugin-auth-node@0.0.0-nightly-20240830022837
22
- - @backstage/plugin-signals-node@0.0.0-nightly-20240830022837
18
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240831022709
19
+ - @backstage/backend-common@0.0.0-nightly-20240831022709
20
+ - @backstage/plugin-events-node@0.0.0-nightly-20240831022709
21
+ - @backstage/plugin-auth-node@0.0.0-nightly-20240831022709
22
+ - @backstage/plugin-signals-node@0.0.0-nightly-20240831022709
23
23
  - @backstage/config@1.2.0
24
24
  - @backstage/types@1.1.1
25
25
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-signals-backend",
3
- "version": "0.0.0-nightly-20240830022837",
3
+ "version": "0.0.0-nightly-20240831022709",
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-20240830022837",
41
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20240830022837",
40
+ "@backstage/backend-common": "^0.0.0-nightly-20240831022709",
41
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240831022709",
42
42
  "@backstage/config": "^1.2.0",
43
- "@backstage/plugin-auth-node": "^0.0.0-nightly-20240830022837",
44
- "@backstage/plugin-events-node": "^0.0.0-nightly-20240830022837",
45
- "@backstage/plugin-signals-node": "^0.0.0-nightly-20240830022837",
43
+ "@backstage/plugin-auth-node": "^0.0.0-nightly-20240831022709",
44
+ "@backstage/plugin-events-node": "^0.0.0-nightly-20240831022709",
45
+ "@backstage/plugin-signals-node": "^0.0.0-nightly-20240831022709",
46
46
  "@backstage/types": "^1.1.1",
47
47
  "@types/express": "*",
48
48
  "express": "^4.17.1",
@@ -55,12 +55,12 @@
55
55
  "yn": "^4.0.0"
56
56
  },
57
57
  "devDependencies": {
58
- "@backstage/backend-defaults": "^0.0.0-nightly-20240830022837",
59
- "@backstage/backend-test-utils": "^0.0.0-nightly-20240830022837",
60
- "@backstage/cli": "^0.0.0-nightly-20240830022837",
61
- "@backstage/plugin-auth-backend": "^0.0.0-nightly-20240830022837",
62
- "@backstage/plugin-auth-backend-module-guest-provider": "^0.0.0-nightly-20240830022837",
63
- "@backstage/plugin-events-backend": "^0.0.0-nightly-20240830022837",
58
+ "@backstage/backend-defaults": "^0.0.0-nightly-20240831022709",
59
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20240831022709",
60
+ "@backstage/cli": "^0.0.0-nightly-20240831022709",
61
+ "@backstage/plugin-auth-backend": "^0.0.0-nightly-20240831022709",
62
+ "@backstage/plugin-auth-backend-module-guest-provider": "^0.0.0-nightly-20240831022709",
63
+ "@backstage/plugin-events-backend": "^0.0.0-nightly-20240831022709",
64
64
  "@types/supertest": "^2.0.8",
65
65
  "@types/ws": "^8.5.10",
66
66
  "msw": "^1.0.0",