@backstage/plugin-events-backend 0.0.0-nightly-20250514023859 → 0.0.0-nightly-20250515023852

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 +4 -4
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,16 +1,16 @@
1
1
  # @backstage/plugin-events-backend
2
2
 
3
- ## 0.0.0-nightly-20250514023859
3
+ ## 0.0.0-nightly-20250515023852
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/backend-plugin-api@0.0.0-nightly-20250514023859
9
- - @backstage/backend-openapi-utils@0.0.0-nightly-20250514023859
8
+ - @backstage/backend-plugin-api@0.0.0-nightly-20250515023852
9
+ - @backstage/backend-openapi-utils@0.0.0-nightly-20250515023852
10
10
  - @backstage/config@1.3.2
11
11
  - @backstage/errors@1.2.7
12
12
  - @backstage/types@1.2.1
13
- - @backstage/plugin-events-node@0.0.0-nightly-20250514023859
13
+ - @backstage/plugin-events-node@0.0.0-nightly-20250515023852
14
14
 
15
15
  ## 0.5.2-next.2
16
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-events-backend",
3
- "version": "0.0.0-nightly-20250514023859",
3
+ "version": "0.0.0-nightly-20250515023852",
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-20250514023859",
71
- "@backstage/backend-plugin-api": "0.0.0-nightly-20250514023859",
70
+ "@backstage/backend-openapi-utils": "0.0.0-nightly-20250515023852",
71
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20250515023852",
72
72
  "@backstage/config": "1.3.2",
73
73
  "@backstage/errors": "1.2.7",
74
- "@backstage/plugin-events-node": "0.0.0-nightly-20250514023859",
74
+ "@backstage/plugin-events-node": "0.0.0-nightly-20250515023852",
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-20250514023859",
84
- "@backstage/backend-defaults": "0.0.0-nightly-20250514023859",
85
- "@backstage/backend-test-utils": "0.0.0-nightly-20250514023859",
86
- "@backstage/cli": "0.0.0-nightly-20250514023859",
87
- "@backstage/plugin-events-backend-test-utils": "0.0.0-nightly-20250514023859",
88
- "@backstage/repo-tools": "0.0.0-nightly-20250514023859",
83
+ "@backstage/backend-app-api": "0.0.0-nightly-20250515023852",
84
+ "@backstage/backend-defaults": "0.0.0-nightly-20250515023852",
85
+ "@backstage/backend-test-utils": "0.0.0-nightly-20250515023852",
86
+ "@backstage/cli": "0.0.0-nightly-20250515023852",
87
+ "@backstage/plugin-events-backend-test-utils": "0.0.0-nightly-20250515023852",
88
+ "@backstage/repo-tools": "0.0.0-nightly-20250515023852",
89
89
  "@types/content-type": "^1.1.8",
90
90
  "supertest": "^7.0.0"
91
91
  },