@walkeros/server-destination-kafka 3.4.1 → 3.4.2
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/dist/walkerOS.json +7 -7
- package/package.json +4 -4
package/dist/walkerOS.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$meta": {
|
|
3
3
|
"package": "@walkeros/server-destination-kafka",
|
|
4
|
-
"version": "3.4.
|
|
4
|
+
"version": "3.4.2",
|
|
5
5
|
"type": "destination",
|
|
6
6
|
"platform": [
|
|
7
7
|
"server"
|
|
@@ -285,7 +285,7 @@
|
|
|
285
285
|
"group": "gr0up",
|
|
286
286
|
"count": 1,
|
|
287
287
|
"version": {
|
|
288
|
-
"source": "3.4.
|
|
288
|
+
"source": "3.4.2",
|
|
289
289
|
"tagging": 1
|
|
290
290
|
},
|
|
291
291
|
"source": {
|
|
@@ -373,7 +373,7 @@
|
|
|
373
373
|
"group": "gr0up",
|
|
374
374
|
"count": 1,
|
|
375
375
|
"version": {
|
|
376
|
-
"source": "3.4.
|
|
376
|
+
"source": "3.4.2",
|
|
377
377
|
"tagging": 1
|
|
378
378
|
},
|
|
379
379
|
"source": {
|
|
@@ -437,7 +437,7 @@
|
|
|
437
437
|
"group": "gr0up",
|
|
438
438
|
"count": 1,
|
|
439
439
|
"version": {
|
|
440
|
-
"source": "3.4.
|
|
440
|
+
"source": "3.4.2",
|
|
441
441
|
"tagging": 1
|
|
442
442
|
},
|
|
443
443
|
"source": {
|
|
@@ -563,7 +563,7 @@
|
|
|
563
563
|
"group": "gr0up",
|
|
564
564
|
"count": 1,
|
|
565
565
|
"version": {
|
|
566
|
-
"source": "3.4.
|
|
566
|
+
"source": "3.4.2",
|
|
567
567
|
"tagging": 1
|
|
568
568
|
},
|
|
569
569
|
"source": {
|
|
@@ -692,7 +692,7 @@
|
|
|
692
692
|
"group": "gr0up",
|
|
693
693
|
"count": 1,
|
|
694
694
|
"version": {
|
|
695
|
-
"source": "3.4.
|
|
695
|
+
"source": "3.4.2",
|
|
696
696
|
"tagging": 1
|
|
697
697
|
},
|
|
698
698
|
"source": {
|
|
@@ -811,7 +811,7 @@
|
|
|
811
811
|
"group": "gr0up",
|
|
812
812
|
"count": 1,
|
|
813
813
|
"version": {
|
|
814
|
-
"source": "3.4.
|
|
814
|
+
"source": "3.4.2",
|
|
815
815
|
"tagging": 1
|
|
816
816
|
},
|
|
817
817
|
"source": {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@walkeros/server-destination-kafka",
|
|
3
3
|
"description": "Apache Kafka server destination for walkerOS (kafkajs, JSON serialization, GZIP compression)",
|
|
4
|
-
"version": "3.4.
|
|
4
|
+
"version": "3.4.2",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"exports": {
|
|
7
7
|
".": {
|
|
@@ -35,11 +35,11 @@
|
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
37
|
"kafkajs": "^2.2.4",
|
|
38
|
-
"@walkeros/core": "3.4.
|
|
39
|
-
"@walkeros/server-core": "3.4.
|
|
38
|
+
"@walkeros/core": "3.4.2",
|
|
39
|
+
"@walkeros/server-core": "3.4.2"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
|
-
"@walkeros/collector": "3.4.
|
|
42
|
+
"@walkeros/collector": "3.4.2"
|
|
43
43
|
},
|
|
44
44
|
"repository": {
|
|
45
45
|
"url": "git+https://github.com/elbwalker/walkerOS.git",
|