@backstage/plugin-events-backend 0.0.0-nightly-20241210023835 → 0.0.0-nightly-20241212023754

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 +18 -6
  2. package/package.json +12 -12
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @backstage/plugin-events-backend
2
2
 
3
- ## 0.0.0-nightly-20241210023835
3
+ ## 0.0.0-nightly-20241212023754
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -16,11 +16,23 @@
16
16
  ```
17
17
 
18
18
  - Updated dependencies
19
- - @backstage/backend-plugin-api@0.0.0-nightly-20241210023835
20
- - @backstage/plugin-events-node@0.0.0-nightly-20241210023835
21
- - @backstage/backend-openapi-utils@0.0.0-nightly-20241210023835
22
- - @backstage/errors@0.0.0-nightly-20241210023835
23
- - @backstage/config@0.0.0-nightly-20241210023835
19
+ - @backstage/backend-plugin-api@0.0.0-nightly-20241212023754
20
+ - @backstage/plugin-events-node@0.0.0-nightly-20241212023754
21
+ - @backstage/backend-openapi-utils@0.0.0-nightly-20241212023754
22
+ - @backstage/errors@0.0.0-nightly-20241212023754
23
+ - @backstage/config@0.0.0-nightly-20241212023754
24
+ - @backstage/types@1.2.0
25
+
26
+ ## 0.4.0-next.2
27
+
28
+ ### Patch Changes
29
+
30
+ - Updated dependencies
31
+ - @backstage/backend-plugin-api@1.1.0-next.2
32
+ - @backstage/backend-openapi-utils@0.4.0-next.2
33
+ - @backstage/errors@1.2.6-next.0
34
+ - @backstage/plugin-events-node@0.4.6-next.2
35
+ - @backstage/config@1.3.1-next.0
24
36
  - @backstage/types@1.2.0
25
37
 
26
38
  ## 0.4.0-next.1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-events-backend",
3
- "version": "0.0.0-nightly-20241210023835",
3
+ "version": "0.0.0-nightly-20241212023754",
4
4
  "backstage": {
5
5
  "role": "backend-plugin",
6
6
  "pluginId": "events",
@@ -64,11 +64,11 @@
64
64
  },
65
65
  "dependencies": {
66
66
  "@backstage/backend-common": "^0.25.0",
67
- "@backstage/backend-openapi-utils": "0.0.0-nightly-20241210023835",
68
- "@backstage/backend-plugin-api": "0.0.0-nightly-20241210023835",
69
- "@backstage/config": "0.0.0-nightly-20241210023835",
70
- "@backstage/errors": "0.0.0-nightly-20241210023835",
71
- "@backstage/plugin-events-node": "0.0.0-nightly-20241210023835",
67
+ "@backstage/backend-openapi-utils": "0.0.0-nightly-20241212023754",
68
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20241212023754",
69
+ "@backstage/config": "0.0.0-nightly-20241212023754",
70
+ "@backstage/errors": "0.0.0-nightly-20241212023754",
71
+ "@backstage/plugin-events-node": "0.0.0-nightly-20241212023754",
72
72
  "@backstage/types": "1.2.0",
73
73
  "@types/express": "^4.17.6",
74
74
  "content-type": "^1.0.5",
@@ -78,12 +78,12 @@
78
78
  "winston": "^3.2.1"
79
79
  },
80
80
  "devDependencies": {
81
- "@backstage/backend-app-api": "0.0.0-nightly-20241210023835",
82
- "@backstage/backend-defaults": "0.0.0-nightly-20241210023835",
83
- "@backstage/backend-test-utils": "0.0.0-nightly-20241210023835",
84
- "@backstage/cli": "0.0.0-nightly-20241210023835",
85
- "@backstage/plugin-events-backend-test-utils": "0.0.0-nightly-20241210023835",
86
- "@backstage/repo-tools": "0.0.0-nightly-20241210023835",
81
+ "@backstage/backend-app-api": "0.0.0-nightly-20241212023754",
82
+ "@backstage/backend-defaults": "0.0.0-nightly-20241212023754",
83
+ "@backstage/backend-test-utils": "0.0.0-nightly-20241212023754",
84
+ "@backstage/cli": "0.0.0-nightly-20241212023754",
85
+ "@backstage/plugin-events-backend-test-utils": "0.0.0-nightly-20241212023754",
86
+ "@backstage/repo-tools": "0.0.0-nightly-20241212023754",
87
87
  "@types/content-type": "^1.1.8",
88
88
  "supertest": "^7.0.0"
89
89
  },