@backstage/plugin-events-node 0.4.6-next.2 → 0.4.7-next.0

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 +26 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,31 @@
1
1
  # @backstage/plugin-events-node
2
2
 
3
+ ## 0.4.7-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/backend-plugin-api@1.1.1-next.0
9
+ - @backstage/errors@1.2.6
10
+ - @backstage/types@1.2.0
11
+
12
+ ## 0.4.6
13
+
14
+ ### Patch Changes
15
+
16
+ - 79a06f6: Clarified purpose of subscriber ID in TSDoc for `EventsServiceSubscribeOptions`.
17
+ - 1577511: Allow configuring a timeout for event bus polling requests. This can be set like so in your app-config:
18
+
19
+ ```yaml
20
+ events:
21
+ notifyTimeoutMs: 30000
22
+ ```
23
+
24
+ - Updated dependencies
25
+ - @backstage/backend-plugin-api@1.1.0
26
+ - @backstage/errors@1.2.6
27
+ - @backstage/types@1.2.0
28
+
3
29
  ## 0.4.6-next.2
4
30
 
5
31
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-events-node",
3
- "version": "0.4.6-next.2",
3
+ "version": "0.4.7-next.0",
4
4
  "description": "The plugin-events-node module for @backstage/plugin-events-backend",
5
5
  "backstage": {
6
6
  "role": "node-library",
@@ -60,15 +60,15 @@
60
60
  "test": "backstage-cli package test"
61
61
  },
62
62
  "dependencies": {
63
- "@backstage/backend-plugin-api": "1.1.0-next.2",
64
- "@backstage/errors": "1.2.6-next.0",
63
+ "@backstage/backend-plugin-api": "1.1.1-next.0",
64
+ "@backstage/errors": "1.2.6",
65
65
  "@backstage/types": "1.2.0",
66
66
  "cross-fetch": "^4.0.0",
67
67
  "uri-template": "^2.0.0"
68
68
  },
69
69
  "devDependencies": {
70
- "@backstage/backend-test-utils": "1.2.0-next.2",
71
- "@backstage/cli": "0.29.3-next.2",
70
+ "@backstage/backend-test-utils": "1.2.1-next.0",
71
+ "@backstage/cli": "0.29.5-next.0",
72
72
  "msw": "^1.0.0"
73
73
  },
74
74
  "configSchema": "config.d.ts"