@walkeros/server-destination-kafka 4.3.0-next-1784055686454 → 4.3.0
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 +4 -3
- package/dist/walkerOS.json +7 -7
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @walkeros/server-destination-kafka
|
|
2
2
|
|
|
3
|
-
## 4.3.0
|
|
3
|
+
## 4.3.0
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
@@ -8,9 +8,10 @@
|
|
|
8
8
|
- Updated dependencies [e01036e]
|
|
9
9
|
- Updated dependencies [98801c9]
|
|
10
10
|
- Updated dependencies [f8408fd]
|
|
11
|
+
- Updated dependencies [907eed0]
|
|
11
12
|
- Updated dependencies [9506e3e]
|
|
12
|
-
- @walkeros/core@4.3.0
|
|
13
|
-
- @walkeros/server-core@4.3.0
|
|
13
|
+
- @walkeros/core@4.3.0
|
|
14
|
+
- @walkeros/server-core@4.3.0
|
|
14
15
|
|
|
15
16
|
## 4.2.1
|
|
16
17
|
|
package/dist/walkerOS.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$meta": {
|
|
3
3
|
"package": "@walkeros/server-destination-kafka",
|
|
4
|
-
"version": "4.3.0
|
|
4
|
+
"version": "4.3.0",
|
|
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": "
|
|
382
|
+
"id": "970120f666d4ae20",
|
|
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": "
|
|
458
|
+
"id": "e724e8440220abb2",
|
|
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": "
|
|
510
|
+
"id": "8ad96a8b8a1ba045",
|
|
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": "
|
|
631
|
+
"id": "f8df7d62f630f038",
|
|
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": "
|
|
755
|
+
"id": "d1209e75f754a806",
|
|
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": "
|
|
869
|
+
"id": "75527a83b0314a8f",
|
|
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.3.0
|
|
4
|
+
"version": "4.3.0",
|
|
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.3.0
|
|
40
|
-
"@walkeros/server-core": "4.3.0
|
|
39
|
+
"@walkeros/core": "4.3.0",
|
|
40
|
+
"@walkeros/server-core": "4.3.0"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
|
-
"@walkeros/collector": "4.3.0
|
|
43
|
+
"@walkeros/collector": "4.3.0"
|
|
44
44
|
},
|
|
45
45
|
"repository": {
|
|
46
46
|
"url": "git+https://github.com/elbwalker/walkerOS.git",
|