@walkeros/server-destination-kafka 4.2.1 → 4.2.2-next-1782892388850

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,5 +1,12 @@
1
1
  # @walkeros/server-destination-kafka
2
2
 
3
+ ## 4.2.2-next-1782892388850
4
+
5
+ ### Patch Changes
6
+
7
+ - @walkeros/core@4.2.2-next-1782892388850
8
+ - @walkeros/server-core@4.2.2-next-1782892388850
9
+
3
10
  ## 4.2.1
4
11
 
5
12
  ### Patch Changes
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$meta": {
3
3
  "package": "@walkeros/server-destination-kafka",
4
- "version": "4.2.1",
4
+ "version": "4.2.2-next-1782892388850",
5
5
  "type": "destination",
6
6
  "platform": [
7
7
  "server"
@@ -379,7 +379,7 @@
379
379
  "consent": {
380
380
  "functional": true
381
381
  },
382
- "id": "f4a164152f12794f",
382
+ "id": "283e1f9f01de8a4f",
383
383
  "trigger": "load",
384
384
  "entity": "page",
385
385
  "action": "view",
@@ -455,7 +455,7 @@
455
455
  "consent": {
456
456
  "functional": true
457
457
  },
458
- "id": "03ee573c20027dcb",
458
+ "id": "d2e42b9c9bfd7221",
459
459
  "trigger": "test",
460
460
  "entity": "debug",
461
461
  "action": "noise",
@@ -507,7 +507,7 @@
507
507
  "consent": {
508
508
  "functional": true
509
509
  },
510
- "id": "fac4720400ef6d79",
510
+ "id": "5028abe0cdb729ff",
511
511
  "trigger": "test",
512
512
  "entity": "user",
513
513
  "action": "signup",
@@ -628,7 +628,7 @@
628
628
  "consent": {
629
629
  "functional": true
630
630
  },
631
- "id": "9b5315244df9900e",
631
+ "id": "6b8ffdd7dd1a779e",
632
632
  "trigger": "load",
633
633
  "entity": "order",
634
634
  "action": "complete",
@@ -752,7 +752,7 @@
752
752
  "consent": {
753
753
  "functional": true
754
754
  },
755
- "id": "ee30df04d0be2bed",
755
+ "id": "e713ac9606d4516d",
756
756
  "trigger": "load",
757
757
  "entity": "order",
758
758
  "action": "complete",
@@ -866,7 +866,7 @@
866
866
  "consent": {
867
867
  "functional": true
868
868
  },
869
- "id": "d532ab43df6d87e6",
869
+ "id": "196eced9c0c99f4c",
870
870
  "trigger": "load",
871
871
  "entity": "order",
872
872
  "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.2.1",
4
+ "version": "4.2.2-next-1782892388850",
5
5
  "license": "MIT",
6
6
  "exports": {
7
7
  ".": {
@@ -36,11 +36,11 @@
36
36
  },
37
37
  "dependencies": {
38
38
  "kafkajs": "^2.2.4",
39
- "@walkeros/core": "4.2.1",
40
- "@walkeros/server-core": "4.2.1"
39
+ "@walkeros/core": "4.2.2-next-1782892388850",
40
+ "@walkeros/server-core": "4.2.2-next-1782892388850"
41
41
  },
42
42
  "devDependencies": {
43
- "@walkeros/collector": "4.2.1"
43
+ "@walkeros/collector": "4.2.2-next-1782892388850"
44
44
  },
45
45
  "repository": {
46
46
  "url": "git+https://github.com/elbwalker/walkerOS.git",