@walkeros/server-destination-kafka 4.1.1-next-1779822275564 → 4.1.1

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,14 +1,14 @@
1
1
  # @walkeros/server-destination-kafka
2
2
 
3
- ## 4.1.1-next-1779822275564
3
+ ## 4.1.1
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies [b0279ee]
8
8
  - Updated dependencies [b0279ee]
9
9
  - Updated dependencies [0b7f494]
10
- - @walkeros/core@4.1.1-next-1779822275564
11
- - @walkeros/server-core@4.1.1-next-1779822275564
10
+ - @walkeros/core@4.1.1
11
+ - @walkeros/server-core@4.1.1
12
12
 
13
13
  ## 4.1.0
14
14
 
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$meta": {
3
3
  "package": "@walkeros/server-destination-kafka",
4
- "version": "4.1.1-next-1779822275564",
4
+ "version": "4.1.1",
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": "894f455399b09b77",
382
+ "id": "fdf3b39563e8e27e",
383
383
  "trigger": "load",
384
384
  "entity": "page",
385
385
  "action": "view",
@@ -453,7 +453,7 @@
453
453
  "consent": {
454
454
  "functional": true
455
455
  },
456
- "id": "29b2bd2286dddd83",
456
+ "id": "8c6302f01bbd6b1c",
457
457
  "trigger": "test",
458
458
  "entity": "debug",
459
459
  "action": "noise",
@@ -503,7 +503,7 @@
503
503
  "consent": {
504
504
  "functional": true
505
505
  },
506
- "id": "06ef9d9983523f6b",
506
+ "id": "45741a6ceb0a0ff7",
507
507
  "trigger": "test",
508
508
  "entity": "user",
509
509
  "action": "signup",
@@ -622,7 +622,7 @@
622
622
  "consent": {
623
623
  "functional": true
624
624
  },
625
- "id": "659de7e30e11665a",
625
+ "id": "eb6e2e2f58641e96",
626
626
  "trigger": "load",
627
627
  "entity": "order",
628
628
  "action": "complete",
@@ -744,7 +744,7 @@
744
744
  "consent": {
745
745
  "functional": true
746
746
  },
747
- "id": "e8349bcc19642aff",
747
+ "id": "1b8bf0032906b5ab",
748
748
  "trigger": "load",
749
749
  "entity": "order",
750
750
  "action": "complete",
@@ -856,7 +856,7 @@
856
856
  "consent": {
857
857
  "functional": true
858
858
  },
859
- "id": "8aef1526dbca85bc",
859
+ "id": "d1b5a5603ca17e64",
860
860
  "trigger": "load",
861
861
  "entity": "order",
862
862
  "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.1.1-next-1779822275564",
4
+ "version": "4.1.1",
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.1.1-next-1779822275564",
40
- "@walkeros/server-core": "4.1.1-next-1779822275564"
39
+ "@walkeros/core": "4.1.1",
40
+ "@walkeros/server-core": "4.1.1"
41
41
  },
42
42
  "devDependencies": {
43
- "@walkeros/collector": "4.1.1-next-1779822275564"
43
+ "@walkeros/collector": "4.1.1"
44
44
  },
45
45
  "repository": {
46
46
  "url": "git+https://github.com/elbwalker/walkerOS.git",