@itentialopensource/adapter-kafkav2 0.22.6 → 0.22.7

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.22.7 [08-30-2024]
3
+
4
+ * update dependencies and metadata
5
+
6
+ See merge request itentialopensource/adapters/adapter-kafkav2!30
7
+
8
+ ---
9
+
2
10
  ## 0.22.6 [08-14-2024]
3
11
 
4
12
  * Changes made at 2024.08.14_17:49PM
package/metadata.json CHANGED
@@ -1,8 +1,10 @@
1
1
  {
2
2
  "name": "adapter-kafkav2",
3
3
  "webName": "Adapter for Integration to Kafka using kafkajs",
4
+ "supportLevel": "community",
4
5
  "vendor": "Kafka",
5
6
  "product": "Kafka v2",
7
+ "techAlliance": false,
6
8
  "osVersion": [],
7
9
  "apiVersions": [],
8
10
  "iapVersions": [
@@ -38,7 +40,7 @@
38
40
  "storeLink": "",
39
41
  "npmLink": "https://www.npmjs.com/package/@itentialopensource/adapter-kafkav2",
40
42
  "repoLink": "https://gitlab.com/itentialopensource/adapters/adapter-kafkav2",
41
- "docLink": "",
43
+ "docLink": "https://gitlab.com/itentialopensource/adapters/adapter-kafkav2/-/blob/master/README.md?ref_type=heads",
42
44
  "demoLinks": [],
43
45
  "trainingLinks": [
44
46
  {
@@ -49,7 +51,7 @@
49
51
  "faqLink": "https://docs.itential.com/opensource/docs/troubleshooting-an-adapter",
50
52
  "contributeLink": "https://gitlab.com/itentialopensource/adapters/contributing-guide",
51
53
  "issueLink": "https://itential.atlassian.net/servicedesk/customer/portals",
52
- "webLink": "",
54
+ "webLink": "https://www.itential.com/adapters/kafka-v2/",
53
55
  "vendorLink": "https://kafka.apache.org/",
54
56
  "productLink": "https://kafka.apache.org/",
55
57
  "apiLinks": [
@@ -100,7 +102,5 @@
100
102
  ],
101
103
  "transformationProjects": [],
102
104
  "exampleProjects": []
103
- },
104
- "supportLevel": "community",
105
- "techAlliance": false
105
+ }
106
106
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itentialopensource/adapter-kafkav2",
3
- "version": "0.22.6",
3
+ "version": "0.22.7",
4
4
  "description": "Itential adapter to connect to kafka",
5
5
  "main": "adapter.js",
6
6
  "wizardVersion": "2.35.0",
Binary file