@backstage/plugin-events-backend 0.0.0-nightly-20250211023050 → 0.0.0-nightly-20250213023030

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-20250211023050
3
+ ## 0.0.0-nightly-20250213023030
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/backend-plugin-api@0.0.0-nightly-20250211023050
9
- - @backstage/backend-openapi-utils@0.0.0-nightly-20250211023050
8
+ - @backstage/backend-plugin-api@0.0.0-nightly-20250213023030
9
+ - @backstage/backend-openapi-utils@0.0.0-nightly-20250213023030
10
+ - @backstage/config@1.3.2
11
+ - @backstage/errors@1.2.7
12
+ - @backstage/types@1.2.1
13
+ - @backstage/plugin-events-node@0.0.0-nightly-20250213023030
14
+
15
+ ## 0.4.2-next.3
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies
20
+ - @backstage/backend-plugin-api@1.2.0-next.2
21
+ - @backstage/plugin-events-node@0.4.8-next.2
22
+ - @backstage/backend-openapi-utils@0.5.0-next.3
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-20250211023050
14
26
 
15
27
  ## 0.4.2-next.2
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-20250211023050",
3
+ "version": "0.0.0-nightly-20250213023030",
4
4
  "backstage": {
5
5
  "role": "backend-plugin",
6
6
  "pluginId": "events",
@@ -68,11 +68,11 @@
68
68
  },
69
69
  "dependencies": {
70
70
  "@backstage/backend-common": "^0.25.0",
71
- "@backstage/backend-openapi-utils": "0.0.0-nightly-20250211023050",
72
- "@backstage/backend-plugin-api": "0.0.0-nightly-20250211023050",
71
+ "@backstage/backend-openapi-utils": "0.0.0-nightly-20250213023030",
72
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20250213023030",
73
73
  "@backstage/config": "1.3.2",
74
74
  "@backstage/errors": "1.2.7",
75
- "@backstage/plugin-events-node": "0.0.0-nightly-20250211023050",
75
+ "@backstage/plugin-events-node": "0.0.0-nightly-20250213023030",
76
76
  "@backstage/types": "1.2.1",
77
77
  "@types/express": "^4.17.6",
78
78
  "content-type": "^1.0.5",
@@ -82,12 +82,12 @@
82
82
  "winston": "^3.2.1"
83
83
  },
84
84
  "devDependencies": {
85
- "@backstage/backend-app-api": "0.0.0-nightly-20250211023050",
86
- "@backstage/backend-defaults": "0.0.0-nightly-20250211023050",
87
- "@backstage/backend-test-utils": "0.0.0-nightly-20250211023050",
88
- "@backstage/cli": "0.0.0-nightly-20250211023050",
89
- "@backstage/plugin-events-backend-test-utils": "0.0.0-nightly-20250211023050",
90
- "@backstage/repo-tools": "0.0.0-nightly-20250211023050",
85
+ "@backstage/backend-app-api": "0.0.0-nightly-20250213023030",
86
+ "@backstage/backend-defaults": "0.0.0-nightly-20250213023030",
87
+ "@backstage/backend-test-utils": "0.0.0-nightly-20250213023030",
88
+ "@backstage/cli": "0.0.0-nightly-20250213023030",
89
+ "@backstage/plugin-events-backend-test-utils": "0.0.0-nightly-20250213023030",
90
+ "@backstage/repo-tools": "0.0.0-nightly-20250213023030",
91
91
  "@types/content-type": "^1.1.8",
92
92
  "supertest": "^7.0.0"
93
93
  },