@walkeros/server-destination-redis 3.4.1-next-1776790594143 → 3.4.2
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/dist/walkerOS.json +7 -7
- package/package.json +4 -4
package/dist/walkerOS.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$meta": {
|
|
3
3
|
"package": "@walkeros/server-destination-redis",
|
|
4
|
-
"version": "3.4.
|
|
4
|
+
"version": "3.4.2",
|
|
5
5
|
"type": "destination",
|
|
6
6
|
"platform": [
|
|
7
7
|
"server"
|
|
@@ -149,7 +149,7 @@
|
|
|
149
149
|
"group": "gr0up",
|
|
150
150
|
"count": 1,
|
|
151
151
|
"version": {
|
|
152
|
-
"source": "3.4.
|
|
152
|
+
"source": "3.4.2",
|
|
153
153
|
"tagging": 1
|
|
154
154
|
},
|
|
155
155
|
"source": {
|
|
@@ -220,7 +220,7 @@
|
|
|
220
220
|
"group": "gr0up",
|
|
221
221
|
"count": 1,
|
|
222
222
|
"version": {
|
|
223
|
-
"source": "3.4.
|
|
223
|
+
"source": "3.4.2",
|
|
224
224
|
"tagging": 1
|
|
225
225
|
},
|
|
226
226
|
"source": {
|
|
@@ -328,7 +328,7 @@
|
|
|
328
328
|
"group": "gr0up",
|
|
329
329
|
"count": 1,
|
|
330
330
|
"version": {
|
|
331
|
-
"source": "3.4.
|
|
331
|
+
"source": "3.4.2",
|
|
332
332
|
"tagging": 1
|
|
333
333
|
},
|
|
334
334
|
"source": {
|
|
@@ -435,7 +435,7 @@
|
|
|
435
435
|
"group": "gr0up",
|
|
436
436
|
"count": 1,
|
|
437
437
|
"version": {
|
|
438
|
-
"source": "3.4.
|
|
438
|
+
"source": "3.4.2",
|
|
439
439
|
"tagging": 1
|
|
440
440
|
},
|
|
441
441
|
"source": {
|
|
@@ -518,7 +518,7 @@
|
|
|
518
518
|
"group": "gr0up",
|
|
519
519
|
"count": 1,
|
|
520
520
|
"version": {
|
|
521
|
-
"source": "3.4.
|
|
521
|
+
"source": "3.4.2",
|
|
522
522
|
"tagging": 1
|
|
523
523
|
},
|
|
524
524
|
"source": {
|
|
@@ -587,7 +587,7 @@
|
|
|
587
587
|
"group": "gr0up",
|
|
588
588
|
"count": 1,
|
|
589
589
|
"version": {
|
|
590
|
-
"source": "3.4.
|
|
590
|
+
"source": "3.4.2",
|
|
591
591
|
"tagging": 1
|
|
592
592
|
},
|
|
593
593
|
"source": {
|
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": "3.4.
|
|
4
|
+
"version": "3.4.2",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"exports": {
|
|
7
7
|
".": {
|
|
@@ -35,11 +35,11 @@
|
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
37
|
"ioredis": "^5.10.0",
|
|
38
|
-
"@walkeros/core": "3.4.
|
|
39
|
-
"@walkeros/server-core": "3.4.
|
|
38
|
+
"@walkeros/core": "3.4.2",
|
|
39
|
+
"@walkeros/server-core": "3.4.2"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
|
-
"@walkeros/collector": "3.4.
|
|
42
|
+
"@walkeros/collector": "3.4.2"
|
|
43
43
|
},
|
|
44
44
|
"repository": {
|
|
45
45
|
"url": "git+https://github.com/elbwalker/walkerOS.git",
|