@backstage/plugin-events-backend 0.0.0-nightly-20250422023845 → 0.0.0-nightly-20250424023952

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +16 -4
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,16 +1,28 @@
1
1
  # @backstage/plugin-events-backend
2
2
 
3
- ## 0.0.0-nightly-20250422023845
3
+ ## 0.0.0-nightly-20250424023952
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/backend-openapi-utils@0.0.0-nightly-20250422023845
9
- - @backstage/backend-plugin-api@0.0.0-nightly-20250422023845
8
+ - @backstage/backend-plugin-api@0.0.0-nightly-20250424023952
9
+ - @backstage/plugin-events-node@0.0.0-nightly-20250424023952
10
+ - @backstage/backend-openapi-utils@0.0.0-nightly-20250424023952
11
+ - @backstage/config@1.3.2
12
+ - @backstage/errors@1.2.7
13
+ - @backstage/types@1.2.1
14
+
15
+ ## 0.5.2-next.0
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies
20
+ - @backstage/backend-plugin-api@1.3.1-next.0
21
+ - @backstage/plugin-events-node@0.4.11-next.0
22
+ - @backstage/backend-openapi-utils@0.5.3-next.0
10
23
  - @backstage/config@1.3.2
11
24
  - @backstage/errors@1.2.7
12
25
  - @backstage/types@1.2.1
13
- - @backstage/plugin-events-node@0.0.0-nightly-20250422023845
14
26
 
15
27
  ## 0.5.1
16
28
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-events-backend",
3
- "version": "0.0.0-nightly-20250422023845",
3
+ "version": "0.0.0-nightly-20250424023952",
4
4
  "backstage": {
5
5
  "role": "backend-plugin",
6
6
  "pluginId": "events",
@@ -67,11 +67,11 @@
67
67
  "test": "backstage-cli package test"
68
68
  },
69
69
  "dependencies": {
70
- "@backstage/backend-openapi-utils": "0.0.0-nightly-20250422023845",
71
- "@backstage/backend-plugin-api": "0.0.0-nightly-20250422023845",
70
+ "@backstage/backend-openapi-utils": "0.0.0-nightly-20250424023952",
71
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20250424023952",
72
72
  "@backstage/config": "1.3.2",
73
73
  "@backstage/errors": "1.2.7",
74
- "@backstage/plugin-events-node": "0.0.0-nightly-20250422023845",
74
+ "@backstage/plugin-events-node": "0.0.0-nightly-20250424023952",
75
75
  "@backstage/types": "1.2.1",
76
76
  "@types/express": "^4.17.6",
77
77
  "content-type": "^1.0.5",
@@ -80,12 +80,12 @@
80
80
  "knex": "^3.0.0"
81
81
  },
82
82
  "devDependencies": {
83
- "@backstage/backend-app-api": "0.0.0-nightly-20250422023845",
84
- "@backstage/backend-defaults": "0.0.0-nightly-20250422023845",
85
- "@backstage/backend-test-utils": "0.0.0-nightly-20250422023845",
86
- "@backstage/cli": "0.0.0-nightly-20250422023845",
87
- "@backstage/plugin-events-backend-test-utils": "0.0.0-nightly-20250422023845",
88
- "@backstage/repo-tools": "0.0.0-nightly-20250422023845",
83
+ "@backstage/backend-app-api": "0.0.0-nightly-20250424023952",
84
+ "@backstage/backend-defaults": "0.0.0-nightly-20250424023952",
85
+ "@backstage/backend-test-utils": "0.0.0-nightly-20250424023952",
86
+ "@backstage/cli": "0.0.0-nightly-20250424023952",
87
+ "@backstage/plugin-events-backend-test-utils": "0.0.0-nightly-20250424023952",
88
+ "@backstage/repo-tools": "0.0.0-nightly-20250424023952",
89
89
  "@types/content-type": "^1.1.8",
90
90
  "supertest": "^7.0.0"
91
91
  },