@backstage/plugin-events-backend 0.0.0-nightly-20240820021901 → 0.0.0-nightly-20240823021944

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,14 +1,25 @@
1
1
  # @backstage/plugin-events-backend
2
2
 
3
- ## 0.0.0-nightly-20240820021901
3
+ ## 0.0.0-nightly-20240823021944
4
4
 
5
5
  ### Patch Changes
6
6
 
7
+ - d425fc4: Modules, plugins, and services are now `BackendFeature`, not a function that returns a feature.
7
8
  - Updated dependencies
8
- - @backstage/backend-plugin-api@0.0.0-nightly-20240820021901
9
- - @backstage/backend-common@0.0.0-nightly-20240820021901
9
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240823021944
10
+ - @backstage/backend-common@0.0.0-nightly-20240823021944
11
+ - @backstage/plugin-events-node@0.0.0-nightly-20240823021944
10
12
  - @backstage/config@1.2.0
11
- - @backstage/plugin-events-node@0.0.0-nightly-20240820021901
13
+
14
+ ## 0.3.10
15
+
16
+ ### Patch Changes
17
+
18
+ - Updated dependencies
19
+ - @backstage/backend-plugin-api@0.8.0
20
+ - @backstage/backend-common@0.24.0
21
+ - @backstage/config@1.2.0
22
+ - @backstage/plugin-events-node@0.3.9
12
23
 
13
24
  ## 0.3.10-next.3
14
25
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-events-backend__alpha",
3
- "version": "0.0.0-nightly-20240820021901",
3
+ "version": "0.0.0-nightly-20240823021944",
4
4
  "main": "../dist/alpha.cjs.js",
5
5
  "types": "../dist/alpha.d.ts"
6
6
  }
package/dist/alpha.d.ts CHANGED
@@ -5,6 +5,6 @@ import * as _backstage_backend_plugin_api from '@backstage/backend-plugin-api';
5
5
  *
6
6
  * @alpha
7
7
  */
8
- declare const eventsPlugin: _backstage_backend_plugin_api.BackendFeatureCompat;
8
+ declare const eventsPlugin: _backstage_backend_plugin_api.BackendFeature;
9
9
 
10
10
  export { eventsPlugin as default };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-events-backend",
3
- "version": "0.0.0-nightly-20240820021901",
3
+ "version": "0.0.0-nightly-20240823021944",
4
4
  "backstage": {
5
5
  "role": "backend-plugin",
6
6
  "pluginId": "events",
@@ -50,20 +50,20 @@
50
50
  "test": "backstage-cli package test"
51
51
  },
52
52
  "dependencies": {
53
- "@backstage/backend-common": "^0.0.0-nightly-20240820021901",
54
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20240820021901",
53
+ "@backstage/backend-common": "^0.0.0-nightly-20240823021944",
54
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240823021944",
55
55
  "@backstage/config": "^1.2.0",
56
- "@backstage/plugin-events-node": "^0.0.0-nightly-20240820021901",
56
+ "@backstage/plugin-events-node": "^0.0.0-nightly-20240823021944",
57
57
  "@types/express": "^4.17.6",
58
58
  "express": "^4.17.1",
59
59
  "express-promise-router": "^4.1.0",
60
60
  "winston": "^3.2.1"
61
61
  },
62
62
  "devDependencies": {
63
- "@backstage/backend-common": "^0.0.0-nightly-20240820021901",
64
- "@backstage/backend-test-utils": "^0.0.0-nightly-20240820021901",
65
- "@backstage/cli": "^0.0.0-nightly-20240820021901",
66
- "@backstage/plugin-events-backend-test-utils": "^0.0.0-nightly-20240820021901",
63
+ "@backstage/backend-common": "^0.0.0-nightly-20240823021944",
64
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20240823021944",
65
+ "@backstage/cli": "^0.27.0",
66
+ "@backstage/plugin-events-backend-test-utils": "^0.0.0-nightly-20240823021944",
67
67
  "supertest": "^6.1.3"
68
68
  },
69
69
  "configSchema": "config.d.ts"