@backstage/plugin-signals-backend 0.1.5-next.3 → 0.1.6

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,34 @@
1
1
  # @backstage/plugin-signals-backend
2
2
 
3
+ ## 0.1.6
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/backend-common@0.23.1
9
+ - @backstage/plugin-auth-node@0.4.15
10
+ - @backstage/plugin-events-node@0.3.6
11
+ - @backstage/plugin-signals-node@0.1.6
12
+ - @backstage/backend-plugin-api@0.6.20
13
+ - @backstage/config@1.2.0
14
+ - @backstage/types@1.1.1
15
+
16
+ ## 0.1.5
17
+
18
+ ### Patch Changes
19
+
20
+ - 78a0b08: Internal refactor to handle `BackendFeature` contract change.
21
+ - 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.
22
+ - d44a20a: Added additional plugin metadata to `package.json`.
23
+ - Updated dependencies
24
+ - @backstage/backend-common@0.23.0
25
+ - @backstage/backend-plugin-api@0.6.19
26
+ - @backstage/plugin-auth-node@0.4.14
27
+ - @backstage/plugin-events-node@0.3.5
28
+ - @backstage/plugin-signals-node@0.1.5
29
+ - @backstage/config@1.2.0
30
+ - @backstage/types@1.1.1
31
+
3
32
  ## 0.1.5-next.3
4
33
 
5
34
  ### Patch Changes
package/dist/index.d.ts CHANGED
@@ -25,6 +25,6 @@ declare function createRouter(options: RouterOptions): Promise<express.Router>;
25
25
  *
26
26
  * @public
27
27
  */
28
- declare const signalsPlugin: () => _backstage_backend_plugin_api.BackendFeature;
28
+ declare const signalsPlugin: _backstage_backend_plugin_api.BackendFeatureCompat;
29
29
 
30
30
  export { type RouterOptions, createRouter, signalsPlugin as default };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-signals-backend",
3
- "version": "0.1.5-next.3",
3
+ "version": "0.1.6",
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.23.0-next.3",
41
- "@backstage/backend-plugin-api": "^0.6.19-next.3",
40
+ "@backstage/backend-common": "^0.23.1",
41
+ "@backstage/backend-plugin-api": "^0.6.20",
42
42
  "@backstage/config": "^1.2.0",
43
- "@backstage/plugin-auth-node": "^0.4.14-next.3",
44
- "@backstage/plugin-events-node": "^0.3.5-next.2",
45
- "@backstage/plugin-signals-node": "^0.1.5-next.3",
43
+ "@backstage/plugin-auth-node": "^0.4.15",
44
+ "@backstage/plugin-events-node": "^0.3.6",
45
+ "@backstage/plugin-signals-node": "^0.1.6",
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.3.0-next.3",
59
- "@backstage/backend-test-utils": "^0.4.0-next.3",
60
- "@backstage/cli": "^0.26.7-next.3",
61
- "@backstage/plugin-auth-backend": "^0.22.6-next.3",
62
- "@backstage/plugin-auth-backend-module-guest-provider": "^0.1.5-next.3",
63
- "@backstage/plugin-events-backend": "^0.3.6-next.3",
58
+ "@backstage/backend-defaults": "^0.3.1",
59
+ "@backstage/backend-test-utils": "^0.4.1",
60
+ "@backstage/cli": "^0.26.8",
61
+ "@backstage/plugin-auth-backend": "^0.22.7",
62
+ "@backstage/plugin-auth-backend-module-guest-provider": "^0.1.6",
63
+ "@backstage/plugin-events-backend": "^0.3.7",
64
64
  "@types/supertest": "^2.0.8",
65
65
  "@types/ws": "^8.5.10",
66
66
  "msw": "^1.0.0",