@itentialopensource/adapter-kafkav2 0.17.0 → 0.18.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.
package/CHANGELOG.md CHANGED
@@ -1,4 +1,12 @@
1
1
 
2
+ ## 0.18.0 [01-08-2024]
3
+
4
+ * Migration changes
5
+
6
+ See merge request itentialopensource/adapters/notification-messaging/adapter-kafkav2!19
7
+
8
+ ---
9
+
2
10
  ## 0.17.0 [01-08-2024]
3
11
 
4
12
  * Migration changes
package/metadata.json CHANGED
@@ -1,5 +1,6 @@
1
1
  {
2
2
  "name": "adapter-kafkav2",
3
+ "webName": "Adapter for Integration to Kafka",
3
4
  "vendor": "kafkav2",
4
5
  "product": "kafkav2",
5
6
  "osVersion": [],
@@ -50,7 +51,7 @@
50
51
  ],
51
52
  "repoLink": "https://gitlab.com/itentialopensource/pre-built-automations/receive-message-using-kafkav2-adapter",
52
53
  "docLink": "",
53
- "webLink": "https://www.itential.com/automations/receive-message-using-kafkav2-adapter/"
54
+ "webLink": ""
54
55
  },
55
56
  {
56
57
  "name": "Send Message With Kafkav2 Adapter",
@@ -62,7 +63,7 @@
62
63
  ],
63
64
  "repoLink": "https://gitlab.com/itentialopensource/pre-built-automations/send-message-with-kafkav2-adapter",
64
65
  "docLink": "",
65
- "webLink": "https://www.itential.com/automations/send-message-with-kafkav2-adapter/"
66
+ "webLink": ""
66
67
  }
67
68
  ],
68
69
  "transformationProjects": [],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itentialopensource/adapter-kafkav2",
3
- "version": "0.17.0",
3
+ "version": "0.18.0",
4
4
  "description": "Itential adapter to connect to kafka",
5
5
  "main": "adapter.js",
6
6
  "wizardVersion": "2.35.0",
Binary file