@backstage/plugin-signals-backend 0.0.0-nightly-20240527021628 → 0.0.0-nightly-20240528021620

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,16 +1,16 @@
1
1
  # @backstage/plugin-signals-backend
2
2
 
3
- ## 0.0.0-nightly-20240527021628
3
+ ## 0.0.0-nightly-20240528021620
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 6a576dc: Replace the usage of `getVoidLogger` with `mockServices.logger.mock` in order to remove the dependency with the soon-to-be-deprecated `backend-common` package.
8
8
  - Updated dependencies
9
- - @backstage/backend-common@0.0.0-nightly-20240527021628
10
- - @backstage/backend-plugin-api@0.0.0-nightly-20240527021628
11
- - @backstage/plugin-events-node@0.0.0-nightly-20240527021628
12
- - @backstage/plugin-auth-node@0.0.0-nightly-20240527021628
13
- - @backstage/plugin-signals-node@0.0.0-nightly-20240527021628
9
+ - @backstage/backend-common@0.0.0-nightly-20240528021620
10
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240528021620
11
+ - @backstage/plugin-events-node@0.0.0-nightly-20240528021620
12
+ - @backstage/plugin-auth-node@0.0.0-nightly-20240528021620
13
+ - @backstage/plugin-signals-node@0.0.0-nightly-20240528021620
14
14
 
15
15
  ## 0.1.5-next.0
16
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-signals-backend",
3
- "version": "0.0.0-nightly-20240527021628",
3
+ "version": "0.0.0-nightly-20240528021620",
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-20240527021628",
31
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20240527021628",
30
+ "@backstage/backend-common": "^0.0.0-nightly-20240528021620",
31
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240528021620",
32
32
  "@backstage/config": "^1.2.0",
33
- "@backstage/plugin-auth-node": "^0.0.0-nightly-20240527021628",
34
- "@backstage/plugin-events-node": "^0.0.0-nightly-20240527021628",
35
- "@backstage/plugin-signals-node": "^0.0.0-nightly-20240527021628",
33
+ "@backstage/plugin-auth-node": "^0.0.0-nightly-20240528021620",
34
+ "@backstage/plugin-events-node": "^0.0.0-nightly-20240528021620",
35
+ "@backstage/plugin-signals-node": "^0.0.0-nightly-20240528021620",
36
36
  "@backstage/types": "^1.1.1",
37
37
  "@types/express": "*",
38
38
  "express": "^4.17.1",
@@ -45,12 +45,12 @@
45
45
  "yn": "^4.0.0"
46
46
  },
47
47
  "devDependencies": {
48
- "@backstage/backend-defaults": "^0.0.0-nightly-20240527021628",
49
- "@backstage/backend-test-utils": "^0.0.0-nightly-20240527021628",
50
- "@backstage/cli": "^0.0.0-nightly-20240527021628",
51
- "@backstage/plugin-auth-backend": "^0.0.0-nightly-20240527021628",
52
- "@backstage/plugin-auth-backend-module-guest-provider": "^0.0.0-nightly-20240527021628",
53
- "@backstage/plugin-events-backend": "^0.0.0-nightly-20240527021628",
48
+ "@backstage/backend-defaults": "^0.0.0-nightly-20240528021620",
49
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20240528021620",
50
+ "@backstage/cli": "^0.0.0-nightly-20240528021620",
51
+ "@backstage/plugin-auth-backend": "^0.0.0-nightly-20240528021620",
52
+ "@backstage/plugin-auth-backend-module-guest-provider": "^0.0.0-nightly-20240528021620",
53
+ "@backstage/plugin-events-backend": "^0.0.0-nightly-20240528021620",
54
54
  "@types/supertest": "^2.0.8",
55
55
  "@types/ws": "^8.5.10",
56
56
  "msw": "^1.0.0",