@backstage/plugin-events-backend 0.0.0-nightly-20250310022211 → 0.0.0-nightly-20250311023550

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 +11 -11
package/CHANGELOG.md CHANGED
@@ -1,17 +1,17 @@
1
1
  # @backstage/plugin-events-backend
2
2
 
3
- ## 0.0.0-nightly-20250310022211
3
+ ## 0.0.0-nightly-20250311023550
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-openapi-utils@0.0.0-nightly-20250310022211
10
- - @backstage/backend-plugin-api@0.0.0-nightly-20250310022211
9
+ - @backstage/backend-openapi-utils@0.0.0-nightly-20250311023550
10
+ - @backstage/backend-plugin-api@0.0.0-nightly-20250311023550
11
11
  - @backstage/config@1.3.2
12
12
  - @backstage/errors@1.2.7
13
13
  - @backstage/types@1.2.1
14
- - @backstage/plugin-events-node@0.0.0-nightly-20250310022211
14
+ - @backstage/plugin-events-node@0.0.0-nightly-20250311023550
15
15
 
16
16
  ## 0.4.4-next.1
17
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-events-backend",
3
- "version": "0.0.0-nightly-20250310022211",
3
+ "version": "0.0.0-nightly-20250311023550",
4
4
  "backstage": {
5
5
  "role": "backend-plugin",
6
6
  "pluginId": "events",
@@ -43,7 +43,7 @@
43
43
  "types": "./dist/index.d.ts",
44
44
  "typesVersions": {
45
45
  "*": {
46
- "index": [
46
+ "*": [
47
47
  "dist/index.d.ts"
48
48
  ],
49
49
  "alpha": [
@@ -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-20250310022211",
72
- "@backstage/backend-plugin-api": "0.0.0-nightly-20250310022211",
71
+ "@backstage/backend-openapi-utils": "0.0.0-nightly-20250311023550",
72
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20250311023550",
73
73
  "@backstage/config": "1.3.2",
74
74
  "@backstage/errors": "1.2.7",
75
- "@backstage/plugin-events-node": "0.0.0-nightly-20250310022211",
75
+ "@backstage/plugin-events-node": "0.0.0-nightly-20250311023550",
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-20250310022211",
86
- "@backstage/backend-defaults": "0.0.0-nightly-20250310022211",
87
- "@backstage/backend-test-utils": "0.0.0-nightly-20250310022211",
88
- "@backstage/cli": "0.0.0-nightly-20250310022211",
89
- "@backstage/plugin-events-backend-test-utils": "0.0.0-nightly-20250310022211",
90
- "@backstage/repo-tools": "0.0.0-nightly-20250310022211",
85
+ "@backstage/backend-app-api": "0.0.0-nightly-20250311023550",
86
+ "@backstage/backend-defaults": "0.0.0-nightly-20250311023550",
87
+ "@backstage/backend-test-utils": "0.0.0-nightly-20250311023550",
88
+ "@backstage/cli": "0.0.0-nightly-20250311023550",
89
+ "@backstage/plugin-events-backend-test-utils": "0.0.0-nightly-20250311023550",
90
+ "@backstage/repo-tools": "0.0.0-nightly-20250311023550",
91
91
  "@types/content-type": "^1.1.8",
92
92
  "supertest": "^7.0.0"
93
93
  },