@backstage/plugin-events-backend-module-kafka 0.0.0-nightly-20251208024454 → 0.0.0-nightly-20251210024611

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 +6 -6
package/CHANGELOG.md CHANGED
@@ -1,12 +1,22 @@
1
1
  # @backstage/plugin-events-backend-module-kafka
2
2
 
3
- ## 0.0.0-nightly-20251208024454
3
+ ## 0.0.0-nightly-20251210024611
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/plugin-events-node@0.0.0-nightly-20251208024454
9
- - @backstage/backend-plugin-api@0.0.0-nightly-20251208024454
8
+ - @backstage/plugin-events-node@0.0.0-nightly-20251210024611
9
+ - @backstage/backend-plugin-api@0.0.0-nightly-20251210024611
10
+ - @backstage/config@1.3.6
11
+ - @backstage/types@1.2.2
12
+
13
+ ## 0.1.6-next.1
14
+
15
+ ### Patch Changes
16
+
17
+ - Updated dependencies
18
+ - @backstage/plugin-events-node@0.4.18-next.1
19
+ - @backstage/backend-plugin-api@1.6.0-next.1
10
20
  - @backstage/config@1.3.6
11
21
  - @backstage/types@1.2.2
12
22
 
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-20251208024454",
3
+ "version": "0.0.0-nightly-20251210024611",
4
4
  "description": "The kafka backend module for the events plugin.",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -38,16 +38,16 @@
38
38
  "test": "backstage-cli package test"
39
39
  },
40
40
  "dependencies": {
41
- "@backstage/backend-plugin-api": "0.0.0-nightly-20251208024454",
41
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20251210024611",
42
42
  "@backstage/config": "1.3.6",
43
- "@backstage/plugin-events-node": "0.0.0-nightly-20251208024454",
43
+ "@backstage/plugin-events-node": "0.0.0-nightly-20251210024611",
44
44
  "@backstage/types": "1.2.2",
45
45
  "kafkajs": "^2.2.4"
46
46
  },
47
47
  "devDependencies": {
48
- "@backstage/backend-test-utils": "0.0.0-nightly-20251208024454",
49
- "@backstage/cli": "0.0.0-nightly-20251208024454",
50
- "@backstage/plugin-events-backend-test-utils": "0.0.0-nightly-20251208024454"
48
+ "@backstage/backend-test-utils": "0.0.0-nightly-20251210024611",
49
+ "@backstage/cli": "0.0.0-nightly-20251210024611",
50
+ "@backstage/plugin-events-backend-test-utils": "0.0.0-nightly-20251210024611"
51
51
  },
52
52
  "configSchema": "config.d.ts",
53
53
  "typesVersions": {