@itentialopensource/adapter-kafkav2 0.22.5 → 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,20 @@
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
+
10
+ ## 0.22.6 [08-14-2024]
11
+
12
+ * Changes made at 2024.08.14_17:49PM
13
+
14
+ See merge request itentialopensource/adapters/adapter-kafkav2!29
15
+
16
+ ---
17
+
2
18
  ## 0.22.5 [08-07-2024]
3
19
 
4
20
  * Changes made at 2024.08.06_18:45PM
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": [
@@ -63,7 +65,9 @@
63
65
  "link": "https://www.npmjs.com/package/kafkajs",
64
66
  "public": true
65
67
  }
66
- ]
68
+ ],
69
+ "workshopLinks": [],
70
+ "workshopHomePage": "https://www.itential.com/get-started/"
67
71
  },
68
72
  "assets": [],
69
73
  "relatedItems": {
@@ -98,6 +102,5 @@
98
102
  ],
99
103
  "transformationProjects": [],
100
104
  "exampleProjects": []
101
- },
102
- "supportLevel": "community"
105
+ }
103
106
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itentialopensource/adapter-kafkav2",
3
- "version": "0.22.5",
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