@walkeros/server-destination-redis 4.0.0-next-1777463920154 → 4.0.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": "4.0.0
|
|
4
|
+
"version": "4.0.0",
|
|
5
5
|
"type": "destination",
|
|
6
6
|
"platform": [
|
|
7
7
|
"server"
|
|
@@ -133,7 +133,7 @@
|
|
|
133
133
|
"consent": {
|
|
134
134
|
"functional": true
|
|
135
135
|
},
|
|
136
|
-
"id": "
|
|
136
|
+
"id": "7297d2d02500aa9d",
|
|
137
137
|
"trigger": "test",
|
|
138
138
|
"entity": "debug",
|
|
139
139
|
"action": "noise",
|
|
@@ -190,7 +190,7 @@
|
|
|
190
190
|
"consent": {
|
|
191
191
|
"functional": true
|
|
192
192
|
},
|
|
193
|
-
"id": "
|
|
193
|
+
"id": "a8072ab3b5a680c6",
|
|
194
194
|
"trigger": "load",
|
|
195
195
|
"entity": "page",
|
|
196
196
|
"action": "view",
|
|
@@ -291,7 +291,7 @@
|
|
|
291
291
|
"consent": {
|
|
292
292
|
"functional": true
|
|
293
293
|
},
|
|
294
|
-
"id": "
|
|
294
|
+
"id": "65e2687e65ef1f4e",
|
|
295
295
|
"trigger": "load",
|
|
296
296
|
"entity": "order",
|
|
297
297
|
"action": "complete",
|
|
@@ -391,7 +391,7 @@
|
|
|
391
391
|
"consent": {
|
|
392
392
|
"functional": true
|
|
393
393
|
},
|
|
394
|
-
"id": "
|
|
394
|
+
"id": "5a9ecb196b1e153b",
|
|
395
395
|
"trigger": "load",
|
|
396
396
|
"entity": "order",
|
|
397
397
|
"action": "complete",
|
|
@@ -460,7 +460,7 @@
|
|
|
460
460
|
"consent": {
|
|
461
461
|
"functional": true
|
|
462
462
|
},
|
|
463
|
-
"id": "
|
|
463
|
+
"id": "7d4ae094823fd2cb",
|
|
464
464
|
"trigger": "load",
|
|
465
465
|
"entity": "page",
|
|
466
466
|
"action": "view",
|
|
@@ -522,7 +522,7 @@
|
|
|
522
522
|
"consent": {
|
|
523
523
|
"functional": true
|
|
524
524
|
},
|
|
525
|
-
"id": "
|
|
525
|
+
"id": "3564db814ff949f2",
|
|
526
526
|
"trigger": "load",
|
|
527
527
|
"entity": "product",
|
|
528
528
|
"action": "view",
|
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.0.0
|
|
4
|
+
"version": "4.0.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": "4.0.0
|
|
39
|
-
"@walkeros/server-core": "4.0.0
|
|
38
|
+
"@walkeros/core": "4.0.0",
|
|
39
|
+
"@walkeros/server-core": "4.0.0"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
|
-
"@walkeros/collector": "4.0.0
|
|
42
|
+
"@walkeros/collector": "4.0.0"
|
|
43
43
|
},
|
|
44
44
|
"repository": {
|
|
45
45
|
"url": "git+https://github.com/elbwalker/walkerOS.git",
|