@backstage/plugin-events-backend 0.0.0-nightly-20250801025803 → 0.0.0-nightly-20250802024536

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