@backstage/plugin-events-backend 0.0.0-nightly-20250228023422 → 0.0.0-nightly-20250302023532

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 +7 -4
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,14 +1,17 @@
1
1
  # @backstage/plugin-events-backend
2
2
 
3
- ## 0.0.0-nightly-20250228023422
3
+ ## 0.0.0-nightly-20250302023532
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 2f4d3bc: Allow webhook content to be 5mb instead the default 100kb
8
8
  - Updated dependencies
9
- - @backstage/backend-plugin-api@0.0.0-nightly-20250228023422
10
- - @backstage/plugin-events-node@0.0.0-nightly-20250228023422
11
- - @backstage/backend-openapi-utils@0.0.0-nightly-20250228023422
9
+ - @backstage/backend-plugin-api@0.0.0-nightly-20250302023532
10
+ - @backstage/backend-openapi-utils@0.0.0-nightly-20250302023532
11
+ - @backstage/config@1.3.2
12
+ - @backstage/errors@1.2.7
13
+ - @backstage/types@1.2.1
14
+ - @backstage/plugin-events-node@0.0.0-nightly-20250302023532
12
15
 
13
16
  ## 0.4.4-next.0
14
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-events-backend",
3
- "version": "0.0.0-nightly-20250228023422",
3
+ "version": "0.0.0-nightly-20250302023532",
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-20250228023422",
72
- "@backstage/backend-plugin-api": "0.0.0-nightly-20250228023422",
71
+ "@backstage/backend-openapi-utils": "0.0.0-nightly-20250302023532",
72
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20250302023532",
73
73
  "@backstage/config": "1.3.2",
74
74
  "@backstage/errors": "1.2.7",
75
- "@backstage/plugin-events-node": "0.0.0-nightly-20250228023422",
75
+ "@backstage/plugin-events-node": "0.0.0-nightly-20250302023532",
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-20250228023422",
86
- "@backstage/backend-defaults": "0.0.0-nightly-20250228023422",
87
- "@backstage/backend-test-utils": "0.0.0-nightly-20250228023422",
88
- "@backstage/cli": "0.30.0",
89
- "@backstage/plugin-events-backend-test-utils": "0.0.0-nightly-20250228023422",
90
- "@backstage/repo-tools": "0.0.0-nightly-20250228023422",
85
+ "@backstage/backend-app-api": "0.0.0-nightly-20250302023532",
86
+ "@backstage/backend-defaults": "0.0.0-nightly-20250302023532",
87
+ "@backstage/backend-test-utils": "0.0.0-nightly-20250302023532",
88
+ "@backstage/cli": "0.0.0-nightly-20250302023532",
89
+ "@backstage/plugin-events-backend-test-utils": "0.0.0-nightly-20250302023532",
90
+ "@backstage/repo-tools": "0.0.0-nightly-20250302023532",
91
91
  "@types/content-type": "^1.1.8",
92
92
  "supertest": "^7.0.0"
93
93
  },