@walkeros/server-destination-redis 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.
- 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.0
|
|
4
|
+
"version": "3.4.0",
|
|
5
5
|
"type": "destination",
|
|
6
6
|
"platform": [
|
|
7
7
|
"server"
|
|
@@ -148,7 +148,7 @@
|
|
|
148
148
|
"group": "gr0up",
|
|
149
149
|
"count": 1,
|
|
150
150
|
"version": {
|
|
151
|
-
"source": "3.4.0
|
|
151
|
+
"source": "3.4.0",
|
|
152
152
|
"tagging": 1
|
|
153
153
|
},
|
|
154
154
|
"source": {
|
|
@@ -217,7 +217,7 @@
|
|
|
217
217
|
"group": "gr0up",
|
|
218
218
|
"count": 1,
|
|
219
219
|
"version": {
|
|
220
|
-
"source": "3.4.0
|
|
220
|
+
"source": "3.4.0",
|
|
221
221
|
"tagging": 1
|
|
222
222
|
},
|
|
223
223
|
"source": {
|
|
@@ -323,7 +323,7 @@
|
|
|
323
323
|
"group": "gr0up",
|
|
324
324
|
"count": 1,
|
|
325
325
|
"version": {
|
|
326
|
-
"source": "3.4.0
|
|
326
|
+
"source": "3.4.0",
|
|
327
327
|
"tagging": 1
|
|
328
328
|
},
|
|
329
329
|
"source": {
|
|
@@ -428,7 +428,7 @@
|
|
|
428
428
|
"group": "gr0up",
|
|
429
429
|
"count": 1,
|
|
430
430
|
"version": {
|
|
431
|
-
"source": "3.4.0
|
|
431
|
+
"source": "3.4.0",
|
|
432
432
|
"tagging": 1
|
|
433
433
|
},
|
|
434
434
|
"source": {
|
|
@@ -509,7 +509,7 @@
|
|
|
509
509
|
"group": "gr0up",
|
|
510
510
|
"count": 1,
|
|
511
511
|
"version": {
|
|
512
|
-
"source": "3.4.0
|
|
512
|
+
"source": "3.4.0",
|
|
513
513
|
"tagging": 1
|
|
514
514
|
},
|
|
515
515
|
"source": {
|
|
@@ -576,7 +576,7 @@
|
|
|
576
576
|
"group": "gr0up",
|
|
577
577
|
"count": 1,
|
|
578
578
|
"version": {
|
|
579
|
-
"source": "3.4.0
|
|
579
|
+
"source": "3.4.0",
|
|
580
580
|
"tagging": 1
|
|
581
581
|
},
|
|
582
582
|
"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.0
|
|
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
|
"ioredis": "^5.10.0",
|
|
38
|
-
"@walkeros/core": "3.4.0
|
|
39
|
-
"@walkeros/server-core": "3.4.0
|
|
38
|
+
"@walkeros/core": "3.4.0",
|
|
39
|
+
"@walkeros/server-core": "3.4.0"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
|
-
"@walkeros/collector": "3.4.0
|
|
42
|
+
"@walkeros/collector": "3.4.0"
|
|
43
43
|
},
|
|
44
44
|
"repository": {
|
|
45
45
|
"url": "git+https://github.com/elbwalker/walkerOS.git",
|