@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.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$meta": {
3
3
  "package": "@walkeros/server-destination-kafka",
4
- "version": "4.0.1",
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": "518dd7d18e0b94bc",
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": "c330ca37afb63770",
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": "a4c2e70b623a7c23",
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": "bac72caa6e8bb024",
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": "2481514a855e2adf",
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": "db0e1b63053982f1",
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.1",
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.1",
39
- "@walkeros/server-core": "4.0.1"
38
+ "@walkeros/core": "4.0.2",
39
+ "@walkeros/server-core": "4.0.2"
40
40
  },
41
41
  "devDependencies": {
42
- "@walkeros/collector": "4.0.1"
42
+ "@walkeros/collector": "4.0.2"
43
43
  },
44
44
  "repository": {
45
45
  "url": "git+https://github.com/elbwalker/walkerOS.git",