@walkeros/server-destination-redis 4.2.1-next-1781682752679 → 4.2.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,16 @@
1
1
  # @walkeros/server-destination-redis
2
2
 
3
- ## 4.2.1-next-1781682752679
3
+ ## 4.2.1
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies [5cbcd23]
8
+ - Updated dependencies [31c6858]
9
+ - Updated dependencies [d1b41ca]
8
10
  - Updated dependencies [0a8a08b]
9
11
  - Updated dependencies [8afb7cc]
10
- - @walkeros/core@4.2.1-next-1781682752679
11
- - @walkeros/server-core@4.2.1-next-1781682752679
12
+ - @walkeros/core@4.2.1
13
+ - @walkeros/server-core@4.2.1
12
14
 
13
15
  ## 4.2.0
14
16
 
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$meta": {
3
3
  "package": "@walkeros/server-destination-redis",
4
- "version": "4.2.1-next-1781682752679",
4
+ "version": "4.2.1",
5
5
  "type": "destination",
6
6
  "platform": [
7
7
  "server"
@@ -134,13 +134,15 @@
134
134
  "consent": {
135
135
  "functional": true
136
136
  },
137
- "id": "a79a698a01b3888f",
137
+ "id": "e45011779abeb115",
138
138
  "trigger": "test",
139
139
  "entity": "debug",
140
140
  "action": "noise",
141
141
  "timestamp": 1700000105,
142
142
  "timing": 3.14,
143
143
  "source": {
144
+ "count": 1,
145
+ "trace": "0a1b2c3d4e5f60718293a4b5c6d7e8f9",
144
146
  "type": "collector",
145
147
  "schema": "4"
146
148
  }
@@ -191,13 +193,15 @@
191
193
  "consent": {
192
194
  "functional": true
193
195
  },
194
- "id": "9db7c194ba400cd9",
196
+ "id": "458ea02967f05c18",
195
197
  "trigger": "load",
196
198
  "entity": "page",
197
199
  "action": "view",
198
200
  "timestamp": 1700000100,
199
201
  "timing": 3.14,
200
202
  "source": {
203
+ "count": 1,
204
+ "trace": "0a1b2c3d4e5f60718293a4b5c6d7e8f9",
201
205
  "type": "collector",
202
206
  "schema": "4"
203
207
  }
@@ -292,13 +296,15 @@
292
296
  "consent": {
293
297
  "functional": true
294
298
  },
295
- "id": "ceb80bd316114d3c",
299
+ "id": "0d502a7ad8b9b6ca",
296
300
  "trigger": "load",
297
301
  "entity": "order",
298
302
  "action": "complete",
299
303
  "timestamp": 1700000101,
300
304
  "timing": 3.14,
301
305
  "source": {
306
+ "count": 1,
307
+ "trace": "0a1b2c3d4e5f60718293a4b5c6d7e8f9",
302
308
  "type": "collector",
303
309
  "schema": "4"
304
310
  }
@@ -392,13 +398,15 @@
392
398
  "consent": {
393
399
  "functional": true
394
400
  },
395
- "id": "cef1ec68e233487e",
401
+ "id": "eea809c808911b90",
396
402
  "trigger": "load",
397
403
  "entity": "order",
398
404
  "action": "complete",
399
405
  "timestamp": 1700000104,
400
406
  "timing": 3.14,
401
407
  "source": {
408
+ "count": 1,
409
+ "trace": "0a1b2c3d4e5f60718293a4b5c6d7e8f9",
402
410
  "type": "collector",
403
411
  "schema": "4"
404
412
  }
@@ -461,13 +469,15 @@
461
469
  "consent": {
462
470
  "functional": true
463
471
  },
464
- "id": "dff4a246ba2198df",
472
+ "id": "d7c88566cb86f892",
465
473
  "trigger": "load",
466
474
  "entity": "page",
467
475
  "action": "view",
468
476
  "timestamp": 1700000103,
469
477
  "timing": 3.14,
470
478
  "source": {
479
+ "count": 1,
480
+ "trace": "0a1b2c3d4e5f60718293a4b5c6d7e8f9",
471
481
  "type": "collector",
472
482
  "schema": "4"
473
483
  }
@@ -523,13 +533,15 @@
523
533
  "consent": {
524
534
  "functional": true
525
535
  },
526
- "id": "8cb612c61824ef79",
536
+ "id": "9ca9f2ab1842db70",
527
537
  "trigger": "load",
528
538
  "entity": "product",
529
539
  "action": "view",
530
540
  "timestamp": 1700000102,
531
541
  "timing": 3.14,
532
542
  "source": {
543
+ "count": 1,
544
+ "trace": "0a1b2c3d4e5f60718293a4b5c6d7e8f9",
533
545
  "type": "collector",
534
546
  "schema": "4"
535
547
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@walkeros/server-destination-redis",
3
3
  "description": "Redis Streams server destination for walkerOS (ioredis, XADD, pipeline batching)",
4
- "version": "4.2.1-next-1781682752679",
4
+ "version": "4.2.1",
5
5
  "license": "MIT",
6
6
  "exports": {
7
7
  ".": {
@@ -36,11 +36,11 @@
36
36
  },
37
37
  "dependencies": {
38
38
  "ioredis": "^5.10.0",
39
- "@walkeros/core": "4.2.1-next-1781682752679",
40
- "@walkeros/server-core": "4.2.1-next-1781682752679"
39
+ "@walkeros/core": "4.2.1",
40
+ "@walkeros/server-core": "4.2.1"
41
41
  },
42
42
  "devDependencies": {
43
- "@walkeros/collector": "4.2.1-next-1781682752679"
43
+ "@walkeros/collector": "4.2.1"
44
44
  },
45
45
  "repository": {
46
46
  "url": "git+https://github.com/elbwalker/walkerOS.git",