@backstage/plugin-events-backend 0.0.0-nightly-20240929023448 → 0.0.0-nightly-20240930023420

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,6 +1,6 @@
1
1
  # @backstage/plugin-events-backend
2
2
 
3
- ## 0.0.0-nightly-20240929023448
3
+ ## 0.0.0-nightly-20240930023420
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -12,9 +12,9 @@
12
12
  The default `EventsService` implementation from `@backstage/plugin-events-node` has also been updated to use the new events bus.
13
13
 
14
14
  - Updated dependencies
15
- - @backstage/plugin-events-node@0.0.0-nightly-20240929023448
16
- - @backstage/backend-openapi-utils@0.0.0-nightly-20240929023448
17
- - @backstage/backend-plugin-api@0.0.0-nightly-20240929023448
15
+ - @backstage/plugin-events-node@0.0.0-nightly-20240930023420
16
+ - @backstage/backend-openapi-utils@0.0.0-nightly-20240930023420
17
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240930023420
18
18
  - @backstage/config@1.2.0
19
19
  - @backstage/errors@1.2.4
20
20
  - @backstage/types@1.1.1
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-events-backend__alpha",
3
- "version": "0.0.0-nightly-20240929023448",
3
+ "version": "0.0.0-nightly-20240930023420",
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-20240929023448",
3
+ "version": "0.0.0-nightly-20240930023420",
4
4
  "backstage": {
5
5
  "role": "backend-plugin",
6
6
  "pluginId": "events",
@@ -54,11 +54,11 @@
54
54
  },
55
55
  "dependencies": {
56
56
  "@backstage/backend-common": "^0.25.0",
57
- "@backstage/backend-openapi-utils": "0.0.0-nightly-20240929023448",
58
- "@backstage/backend-plugin-api": "0.0.0-nightly-20240929023448",
57
+ "@backstage/backend-openapi-utils": "0.0.0-nightly-20240930023420",
58
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20240930023420",
59
59
  "@backstage/config": "1.2.0",
60
60
  "@backstage/errors": "1.2.4",
61
- "@backstage/plugin-events-node": "0.0.0-nightly-20240929023448",
61
+ "@backstage/plugin-events-node": "0.0.0-nightly-20240930023420",
62
62
  "@backstage/types": "1.1.1",
63
63
  "@types/express": "^4.17.6",
64
64
  "express": "^4.17.1",
@@ -67,12 +67,12 @@
67
67
  "winston": "^3.2.1"
68
68
  },
69
69
  "devDependencies": {
70
- "@backstage/backend-app-api": "0.0.0-nightly-20240929023448",
71
- "@backstage/backend-defaults": "0.0.0-nightly-20240929023448",
72
- "@backstage/backend-test-utils": "0.0.0-nightly-20240929023448",
73
- "@backstage/cli": "0.0.0-nightly-20240929023448",
74
- "@backstage/plugin-events-backend-test-utils": "0.0.0-nightly-20240929023448",
75
- "@backstage/repo-tools": "0.0.0-nightly-20240929023448",
70
+ "@backstage/backend-app-api": "0.0.0-nightly-20240930023420",
71
+ "@backstage/backend-defaults": "0.0.0-nightly-20240930023420",
72
+ "@backstage/backend-test-utils": "0.0.0-nightly-20240930023420",
73
+ "@backstage/cli": "0.0.0-nightly-20240930023420",
74
+ "@backstage/plugin-events-backend-test-utils": "0.0.0-nightly-20240930023420",
75
+ "@backstage/repo-tools": "0.0.0-nightly-20240930023420",
76
76
  "supertest": "^7.0.0"
77
77
  },
78
78
  "configSchema": "config.d.ts"