@backstage/plugin-events-backend-module-kafka 0.0.0-nightly-20250617024253 → 0.0.0-nightly-20250626024305

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 +13 -3
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  # @backstage/plugin-events-backend-module-kafka
2
2
 
3
- ## 0.0.0-nightly-20250617024253
3
+ ## 0.0.0-nightly-20250626024305
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/config@0.0.0-nightly-20250626024305
9
+ - @backstage/backend-plugin-api@0.0.0-nightly-20250626024305
10
+ - @backstage/plugin-events-node@0.0.0-nightly-20250626024305
11
+ - @backstage/types@1.2.1
12
+
13
+ ## 0.1.0
4
14
 
5
15
  ### Minor Changes
6
16
 
@@ -11,10 +21,10 @@
11
21
  ### Patch Changes
12
22
 
13
23
  - Updated dependencies
14
- - @backstage/backend-plugin-api@0.0.0-nightly-20250617024253
24
+ - @backstage/backend-plugin-api@1.4.0
15
25
  - @backstage/config@1.3.2
16
26
  - @backstage/types@1.2.1
17
- - @backstage/plugin-events-node@0.0.0-nightly-20250617024253
27
+ - @backstage/plugin-events-node@0.4.12
18
28
 
19
29
  ## 0.1.0-next.0
20
30
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-events-backend-module-kafka",
3
- "version": "0.0.0-nightly-20250617024253",
3
+ "version": "0.0.0-nightly-20250626024305",
4
4
  "description": "The kafka backend module for the events plugin.",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -38,17 +38,17 @@
38
38
  "test": "backstage-cli package test"
39
39
  },
40
40
  "dependencies": {
41
- "@backstage/backend-plugin-api": "0.0.0-nightly-20250617024253",
42
- "@backstage/config": "1.3.2",
43
- "@backstage/plugin-events-node": "0.0.0-nightly-20250617024253",
41
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20250626024305",
42
+ "@backstage/config": "0.0.0-nightly-20250626024305",
43
+ "@backstage/plugin-events-node": "0.0.0-nightly-20250626024305",
44
44
  "@backstage/types": "1.2.1",
45
45
  "kafkajs": "^2.2.4",
46
46
  "luxon": "^3.0.0"
47
47
  },
48
48
  "devDependencies": {
49
- "@backstage/backend-test-utils": "0.0.0-nightly-20250617024253",
50
- "@backstage/cli": "0.0.0-nightly-20250617024253",
51
- "@backstage/plugin-events-backend-test-utils": "0.0.0-nightly-20250617024253"
49
+ "@backstage/backend-test-utils": "0.0.0-nightly-20250626024305",
50
+ "@backstage/cli": "0.0.0-nightly-20250626024305",
51
+ "@backstage/plugin-events-backend-test-utils": "0.0.0-nightly-20250626024305"
52
52
  },
53
53
  "configSchema": "config.d.ts",
54
54
  "typesVersions": {