@walkeros/server-destination-kafka 3.4.0-next-1776749829492 → 3.4.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.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$meta": {
3
3
  "package": "@walkeros/server-destination-kafka",
4
- "version": "3.4.0-next-1776749829492",
4
+ "version": "3.4.0",
5
5
  "type": "destination",
6
6
  "platform": [
7
7
  "server"
@@ -283,7 +283,7 @@
283
283
  "group": "gr0up",
284
284
  "count": 1,
285
285
  "version": {
286
- "source": "3.4.0-next-1776749829492",
286
+ "source": "3.4.0",
287
287
  "tagging": 1
288
288
  },
289
289
  "source": {
@@ -370,7 +370,7 @@
370
370
  "group": "gr0up",
371
371
  "count": 1,
372
372
  "version": {
373
- "source": "3.4.0-next-1776749829492",
373
+ "source": "3.4.0",
374
374
  "tagging": 1
375
375
  },
376
376
  "source": {
@@ -432,7 +432,7 @@
432
432
  "group": "gr0up",
433
433
  "count": 1,
434
434
  "version": {
435
- "source": "3.4.0-next-1776749829492",
435
+ "source": "3.4.0",
436
436
  "tagging": 1
437
437
  },
438
438
  "source": {
@@ -556,7 +556,7 @@
556
556
  "group": "gr0up",
557
557
  "count": 1,
558
558
  "version": {
559
- "source": "3.4.0-next-1776749829492",
559
+ "source": "3.4.0",
560
560
  "tagging": 1
561
561
  },
562
562
  "source": {
@@ -683,7 +683,7 @@
683
683
  "group": "gr0up",
684
684
  "count": 1,
685
685
  "version": {
686
- "source": "3.4.0-next-1776749829492",
686
+ "source": "3.4.0",
687
687
  "tagging": 1
688
688
  },
689
689
  "source": {
@@ -800,7 +800,7 @@
800
800
  "group": "gr0up",
801
801
  "count": 1,
802
802
  "version": {
803
- "source": "3.4.0-next-1776749829492",
803
+ "source": "3.4.0",
804
804
  "tagging": 1
805
805
  },
806
806
  "source": {
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": "3.4.0-next-1776749829492",
4
+ "version": "3.4.0",
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": "3.4.0-next-1776749829492",
39
- "@walkeros/server-core": "3.4.0-next-1776749829492"
38
+ "@walkeros/core": "3.4.0",
39
+ "@walkeros/server-core": "3.4.0"
40
40
  },
41
41
  "devDependencies": {
42
- "@walkeros/collector": "3.4.0-next-1776749829492"
42
+ "@walkeros/collector": "3.4.0"
43
43
  },
44
44
  "repository": {
45
45
  "url": "git+https://github.com/elbwalker/walkerOS.git",