@walkeros/server-destination-kafka 4.0.1 → 4.0.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": "4.0.
|
|
4
|
+
"version": "4.0.2",
|
|
5
5
|
"type": "destination",
|
|
6
6
|
"platform": [
|
|
7
7
|
"server"
|
|
@@ -374,7 +374,7 @@
|
|
|
374
374
|
"consent": {
|
|
375
375
|
"functional": true
|
|
376
376
|
},
|
|
377
|
-
"id": "
|
|
377
|
+
"id": "e7a08e089830e4f1",
|
|
378
378
|
"trigger": "load",
|
|
379
379
|
"entity": "page",
|
|
380
380
|
"action": "view",
|
|
@@ -448,7 +448,7 @@
|
|
|
448
448
|
"consent": {
|
|
449
449
|
"functional": true
|
|
450
450
|
},
|
|
451
|
-
"id": "
|
|
451
|
+
"id": "8bca54a606f87596",
|
|
452
452
|
"trigger": "test",
|
|
453
453
|
"entity": "debug",
|
|
454
454
|
"action": "noise",
|
|
@@ -498,7 +498,7 @@
|
|
|
498
498
|
"consent": {
|
|
499
499
|
"functional": true
|
|
500
500
|
},
|
|
501
|
-
"id": "
|
|
501
|
+
"id": "d6e9a3adaee2ac7b",
|
|
502
502
|
"trigger": "test",
|
|
503
503
|
"entity": "user",
|
|
504
504
|
"action": "signup",
|
|
@@ -617,7 +617,7 @@
|
|
|
617
617
|
"consent": {
|
|
618
618
|
"functional": true
|
|
619
619
|
},
|
|
620
|
-
"id": "
|
|
620
|
+
"id": "00d054d308074548",
|
|
621
621
|
"trigger": "load",
|
|
622
622
|
"entity": "order",
|
|
623
623
|
"action": "complete",
|
|
@@ -739,7 +739,7 @@
|
|
|
739
739
|
"consent": {
|
|
740
740
|
"functional": true
|
|
741
741
|
},
|
|
742
|
-
"id": "
|
|
742
|
+
"id": "0bb4b7a3dfd8c0ab",
|
|
743
743
|
"trigger": "load",
|
|
744
744
|
"entity": "order",
|
|
745
745
|
"action": "complete",
|
|
@@ -851,7 +851,7 @@
|
|
|
851
851
|
"consent": {
|
|
852
852
|
"functional": true
|
|
853
853
|
},
|
|
854
|
-
"id": "
|
|
854
|
+
"id": "ac84fc9960a84623",
|
|
855
855
|
"trigger": "load",
|
|
856
856
|
"entity": "order",
|
|
857
857
|
"action": "complete",
|
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": "4.0.
|
|
4
|
+
"version": "4.0.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": "4.0.
|
|
39
|
-
"@walkeros/server-core": "4.0.
|
|
38
|
+
"@walkeros/core": "4.0.2",
|
|
39
|
+
"@walkeros/server-core": "4.0.2"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
|
-
"@walkeros/collector": "4.0.
|
|
42
|
+
"@walkeros/collector": "4.0.2"
|
|
43
43
|
},
|
|
44
44
|
"repository": {
|
|
45
45
|
"url": "git+https://github.com/elbwalker/walkerOS.git",
|