@backstage/plugin-events-backend 0.0.0-nightly-20240903022649 → 0.0.0-nightly-20240905022851

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,16 +1,26 @@
1
1
  # @backstage/plugin-events-backend
2
2
 
3
- ## 0.0.0-nightly-20240903022649
3
+ ## 0.0.0-nightly-20240905022851
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - d425fc4: Modules, plugins, and services are now `BackendFeature`, not a function that returns a feature.
8
8
  - Updated dependencies
9
- - @backstage/backend-plugin-api@0.0.0-nightly-20240903022649
10
- - @backstage/backend-common@0.0.0-nightly-20240903022649
11
- - @backstage/plugin-events-node@0.0.0-nightly-20240903022649
9
+ - @backstage/backend-common@0.0.0-nightly-20240905022851
10
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240905022851
11
+ - @backstage/plugin-events-node@0.0.0-nightly-20240905022851
12
12
  - @backstage/config@1.2.0
13
13
 
14
+ ## 0.3.12-next.1
15
+
16
+ ### Patch Changes
17
+
18
+ - Updated dependencies
19
+ - @backstage/backend-common@0.25.0-next.1
20
+ - @backstage/backend-plugin-api@0.9.0-next.1
21
+ - @backstage/config@1.2.0
22
+ - @backstage/plugin-events-node@0.4.0-next.1
23
+
14
24
  ## 0.3.12-next.0
15
25
 
16
26
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-events-backend__alpha",
3
- "version": "0.0.0-nightly-20240903022649",
3
+ "version": "0.0.0-nightly-20240905022851",
4
4
  "main": "../dist/alpha.cjs.js",
5
5
  "types": "../dist/alpha.d.ts"
6
6
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-events-backend",
3
- "version": "0.0.0-nightly-20240903022649",
3
+ "version": "0.0.0-nightly-20240905022851",
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-20240903022649",
54
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20240903022649",
53
+ "@backstage/backend-common": "^0.0.0-nightly-20240905022851",
54
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240905022851",
55
55
  "@backstage/config": "^1.2.0",
56
- "@backstage/plugin-events-node": "^0.0.0-nightly-20240903022649",
56
+ "@backstage/plugin-events-node": "^0.0.0-nightly-20240905022851",
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-20240903022649",
64
- "@backstage/backend-test-utils": "^0.0.0-nightly-20240903022649",
65
- "@backstage/cli": "^0.0.0-nightly-20240903022649",
66
- "@backstage/plugin-events-backend-test-utils": "^0.0.0-nightly-20240903022649",
63
+ "@backstage/backend-common": "^0.0.0-nightly-20240905022851",
64
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20240905022851",
65
+ "@backstage/cli": "^0.0.0-nightly-20240905022851",
66
+ "@backstage/plugin-events-backend-test-utils": "^0.0.0-nightly-20240905022851",
67
67
  "supertest": "^6.1.3"
68
68
  },
69
69
  "configSchema": "config.d.ts"