@backstage/plugin-events-backend 0.0.0-nightly-20241013023515 → 0.0.0-nightly-20241014023245

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-20241013023515
3
+ ## 0.0.0-nightly-20241014023245
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-20241013023515
16
- - @backstage/backend-openapi-utils@0.0.0-nightly-20241013023515
17
- - @backstage/backend-plugin-api@0.0.0-nightly-20241013023515
15
+ - @backstage/plugin-events-node@0.0.0-nightly-20241014023245
16
+ - @backstage/backend-openapi-utils@0.0.0-nightly-20241014023245
17
+ - @backstage/backend-plugin-api@0.0.0-nightly-20241014023245
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-20241013023515",
3
+ "version": "0.0.0-nightly-20241014023245",
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-20241013023515",
3
+ "version": "0.0.0-nightly-20241014023245",
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-20241013023515",
58
- "@backstage/backend-plugin-api": "0.0.0-nightly-20241013023515",
57
+ "@backstage/backend-openapi-utils": "0.0.0-nightly-20241014023245",
58
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20241014023245",
59
59
  "@backstage/config": "1.2.0",
60
60
  "@backstage/errors": "1.2.4",
61
- "@backstage/plugin-events-node": "0.0.0-nightly-20241013023515",
61
+ "@backstage/plugin-events-node": "0.0.0-nightly-20241014023245",
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-20241013023515",
71
- "@backstage/backend-defaults": "0.0.0-nightly-20241013023515",
72
- "@backstage/backend-test-utils": "0.0.0-nightly-20241013023515",
73
- "@backstage/cli": "0.0.0-nightly-20241013023515",
74
- "@backstage/plugin-events-backend-test-utils": "0.0.0-nightly-20241013023515",
75
- "@backstage/repo-tools": "0.0.0-nightly-20241013023515",
70
+ "@backstage/backend-app-api": "0.0.0-nightly-20241014023245",
71
+ "@backstage/backend-defaults": "0.0.0-nightly-20241014023245",
72
+ "@backstage/backend-test-utils": "0.0.0-nightly-20241014023245",
73
+ "@backstage/cli": "0.0.0-nightly-20241014023245",
74
+ "@backstage/plugin-events-backend-test-utils": "0.0.0-nightly-20241014023245",
75
+ "@backstage/repo-tools": "0.0.0-nightly-20241014023245",
76
76
  "supertest": "^7.0.0"
77
77
  },
78
78
  "configSchema": "config.d.ts"