@backstage/plugin-events-backend 0.4.3 → 0.4.4-next.1
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.
- package/CHANGELOG.md +18 -2
- package/package.json +13 -13
package/CHANGELOG.md
CHANGED
|
@@ -1,10 +1,26 @@
|
|
|
1
1
|
# @backstage/plugin-events-backend
|
|
2
2
|
|
|
3
|
-
## 0.4.
|
|
3
|
+
## 0.4.4-next.1
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
|
-
-
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
- @backstage/backend-openapi-utils@0.5.1-next.1
|
|
9
|
+
- @backstage/backend-plugin-api@1.2.1-next.1
|
|
10
|
+
- @backstage/config@1.3.2
|
|
11
|
+
- @backstage/errors@1.2.7
|
|
12
|
+
- @backstage/types@1.2.1
|
|
13
|
+
- @backstage/plugin-events-node@0.4.9-next.1
|
|
14
|
+
|
|
15
|
+
## 0.4.4-next.0
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- 2f4d3bc: Allow webhook content to be 5mb instead the default 100kb
|
|
20
|
+
- Updated dependencies
|
|
21
|
+
- @backstage/backend-plugin-api@1.2.1-next.0
|
|
22
|
+
- @backstage/plugin-events-node@0.4.9-next.0
|
|
23
|
+
- @backstage/backend-openapi-utils@0.5.1-next.0
|
|
8
24
|
|
|
9
25
|
## 0.4.2
|
|
10
26
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-events-backend",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.4-next.1",
|
|
4
4
|
"backstage": {
|
|
5
5
|
"role": "backend-plugin",
|
|
6
6
|
"pluginId": "events",
|
|
@@ -68,12 +68,12 @@
|
|
|
68
68
|
},
|
|
69
69
|
"dependencies": {
|
|
70
70
|
"@backstage/backend-common": "^0.25.0",
|
|
71
|
-
"@backstage/backend-openapi-utils": "
|
|
72
|
-
"@backstage/backend-plugin-api": "
|
|
73
|
-
"@backstage/config": "
|
|
74
|
-
"@backstage/errors": "
|
|
75
|
-
"@backstage/plugin-events-node": "
|
|
76
|
-
"@backstage/types": "
|
|
71
|
+
"@backstage/backend-openapi-utils": "0.5.1-next.1",
|
|
72
|
+
"@backstage/backend-plugin-api": "1.2.1-next.1",
|
|
73
|
+
"@backstage/config": "1.3.2",
|
|
74
|
+
"@backstage/errors": "1.2.7",
|
|
75
|
+
"@backstage/plugin-events-node": "0.4.9-next.1",
|
|
76
|
+
"@backstage/types": "1.2.1",
|
|
77
77
|
"@types/express": "^4.17.6",
|
|
78
78
|
"content-type": "^1.0.5",
|
|
79
79
|
"express": "^4.17.1",
|
|
@@ -82,12 +82,12 @@
|
|
|
82
82
|
"winston": "^3.2.1"
|
|
83
83
|
},
|
|
84
84
|
"devDependencies": {
|
|
85
|
-
"@backstage/backend-app-api": "
|
|
86
|
-
"@backstage/backend-defaults": "
|
|
87
|
-
"@backstage/backend-test-utils": "
|
|
88
|
-
"@backstage/cli": "
|
|
89
|
-
"@backstage/plugin-events-backend-test-utils": "
|
|
90
|
-
"@backstage/repo-tools": "
|
|
85
|
+
"@backstage/backend-app-api": "1.2.1-next.1",
|
|
86
|
+
"@backstage/backend-defaults": "0.8.2-next.1",
|
|
87
|
+
"@backstage/backend-test-utils": "1.3.1-next.1",
|
|
88
|
+
"@backstage/cli": "0.30.1-next.0",
|
|
89
|
+
"@backstage/plugin-events-backend-test-utils": "0.1.42-next.1",
|
|
90
|
+
"@backstage/repo-tools": "0.13.1-next.1",
|
|
91
91
|
"@types/content-type": "^1.1.8",
|
|
92
92
|
"supertest": "^7.0.0"
|
|
93
93
|
},
|