@backstage/plugin-events-backend 0.3.15 → 0.3.16-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 CHANGED
@@ -1,20 +1,29 @@
1
1
  # @backstage/plugin-events-backend
2
2
 
3
- ## 0.3.15
3
+ ## 0.3.16-next.1
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - 7bd2fe9: Fix `events.useEventBus` by propagating config to `DefaultEventsService`
8
7
  - Updated dependencies
9
- - @backstage/plugin-events-node@0.4.3
8
+ - @backstage/backend-openapi-utils@0.2.1-next.1
9
+ - @backstage/backend-plugin-api@1.0.2-next.1
10
+ - @backstage/config@1.2.0
11
+ - @backstage/errors@1.2.4
12
+ - @backstage/types@1.1.1
13
+ - @backstage/plugin-events-node@0.4.4-next.1
10
14
 
11
- ## 0.3.14
15
+ ## 0.3.15-next.0
12
16
 
13
17
  ### Patch Changes
14
18
 
19
+ - e02a02b: Fix `events.useEventBus` by propagating config to `DefaultEventsService`
15
20
  - Updated dependencies
16
- - @backstage/plugin-events-node@0.4.2
17
- - @backstage/backend-plugin-api@1.0.1
21
+ - @backstage/plugin-events-node@0.4.3-next.0
22
+ - @backstage/backend-openapi-utils@0.2.1-next.0
23
+ - @backstage/backend-plugin-api@1.0.2-next.0
24
+ - @backstage/config@1.2.0
25
+ - @backstage/errors@1.2.4
26
+ - @backstage/types@1.1.1
18
27
 
19
28
  ## 0.3.13
20
29
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-events-backend__alpha",
3
- "version": "0.3.15",
3
+ "version": "0.3.16-next.1",
4
4
  "main": "../dist/alpha.cjs.js",
5
5
  "types": "../dist/alpha.d.ts"
6
6
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-events-backend",
3
- "version": "0.3.15",
3
+ "version": "0.3.16-next.1",
4
4
  "backstage": {
5
5
  "role": "backend-plugin",
6
6
  "pluginId": "events",
@@ -55,12 +55,12 @@
55
55
  },
56
56
  "dependencies": {
57
57
  "@backstage/backend-common": "^0.25.0",
58
- "@backstage/backend-openapi-utils": "^0.2.0",
59
- "@backstage/backend-plugin-api": "^1.0.1",
60
- "@backstage/config": "^1.2.0",
61
- "@backstage/errors": "^1.2.4",
62
- "@backstage/plugin-events-node": "^0.4.3",
63
- "@backstage/types": "^1.1.1",
58
+ "@backstage/backend-openapi-utils": "0.2.1-next.1",
59
+ "@backstage/backend-plugin-api": "1.0.2-next.1",
60
+ "@backstage/config": "1.2.0",
61
+ "@backstage/errors": "1.2.4",
62
+ "@backstage/plugin-events-node": "0.4.4-next.1",
63
+ "@backstage/types": "1.1.1",
64
64
  "@types/express": "^4.17.6",
65
65
  "express": "^4.17.1",
66
66
  "express-promise-router": "^4.1.0",
@@ -68,12 +68,12 @@
68
68
  "winston": "^3.2.1"
69
69
  },
70
70
  "devDependencies": {
71
- "@backstage/backend-app-api": "^1.0.1",
72
- "@backstage/backend-defaults": "^0.5.2",
73
- "@backstage/backend-test-utils": "^1.0.2",
74
- "@backstage/cli": "^0.28.1",
75
- "@backstage/plugin-events-backend-test-utils": "^0.1.37",
76
- "@backstage/repo-tools": "^0.10.0",
71
+ "@backstage/backend-app-api": "1.0.2-next.1",
72
+ "@backstage/backend-defaults": "0.5.3-next.1",
73
+ "@backstage/backend-test-utils": "1.0.3-next.1",
74
+ "@backstage/cli": "0.29.0-next.1",
75
+ "@backstage/plugin-events-backend-test-utils": "0.1.38-next.1",
76
+ "@backstage/repo-tools": "0.11.0-next.1",
77
77
  "supertest": "^7.0.0"
78
78
  },
79
79
  "configSchema": "config.d.ts"