@walkeros/server-destination-redis 4.3.0 → 4.3.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 +9 -0
- package/dist/walkerOS.json +7 -7
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
package/dist/walkerOS.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$meta": {
|
|
3
3
|
"package": "@walkeros/server-destination-redis",
|
|
4
|
-
"version": "4.3.
|
|
4
|
+
"version": "4.3.1",
|
|
5
5
|
"type": "destination",
|
|
6
6
|
"platform": [
|
|
7
7
|
"server"
|
|
@@ -134,7 +134,7 @@
|
|
|
134
134
|
"consent": {
|
|
135
135
|
"functional": true
|
|
136
136
|
},
|
|
137
|
-
"id": "
|
|
137
|
+
"id": "c15c96d4c152a952",
|
|
138
138
|
"trigger": "test",
|
|
139
139
|
"entity": "debug",
|
|
140
140
|
"action": "noise",
|
|
@@ -193,7 +193,7 @@
|
|
|
193
193
|
"consent": {
|
|
194
194
|
"functional": true
|
|
195
195
|
},
|
|
196
|
-
"id": "
|
|
196
|
+
"id": "681ce7ddc5400e14",
|
|
197
197
|
"trigger": "load",
|
|
198
198
|
"entity": "page",
|
|
199
199
|
"action": "view",
|
|
@@ -296,7 +296,7 @@
|
|
|
296
296
|
"consent": {
|
|
297
297
|
"functional": true
|
|
298
298
|
},
|
|
299
|
-
"id": "
|
|
299
|
+
"id": "e998ee819f7c4905",
|
|
300
300
|
"trigger": "load",
|
|
301
301
|
"entity": "order",
|
|
302
302
|
"action": "complete",
|
|
@@ -398,7 +398,7 @@
|
|
|
398
398
|
"consent": {
|
|
399
399
|
"functional": true
|
|
400
400
|
},
|
|
401
|
-
"id": "
|
|
401
|
+
"id": "1b3d4c569286ae90",
|
|
402
402
|
"trigger": "load",
|
|
403
403
|
"entity": "order",
|
|
404
404
|
"action": "complete",
|
|
@@ -469,7 +469,7 @@
|
|
|
469
469
|
"consent": {
|
|
470
470
|
"functional": true
|
|
471
471
|
},
|
|
472
|
-
"id": "
|
|
472
|
+
"id": "7bb6adaf3df2cec9",
|
|
473
473
|
"trigger": "load",
|
|
474
474
|
"entity": "page",
|
|
475
475
|
"action": "view",
|
|
@@ -533,7 +533,7 @@
|
|
|
533
533
|
"consent": {
|
|
534
534
|
"functional": true
|
|
535
535
|
},
|
|
536
|
-
"id": "
|
|
536
|
+
"id": "319e3f9d78246963",
|
|
537
537
|
"trigger": "load",
|
|
538
538
|
"entity": "product",
|
|
539
539
|
"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.3.
|
|
4
|
+
"version": "4.3.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.3.
|
|
40
|
-
"@walkeros/server-core": "4.3.
|
|
39
|
+
"@walkeros/core": "4.3.1",
|
|
40
|
+
"@walkeros/server-core": "4.3.1"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
|
-
"@walkeros/collector": "4.3.
|
|
43
|
+
"@walkeros/collector": "4.3.1"
|
|
44
44
|
},
|
|
45
45
|
"repository": {
|
|
46
46
|
"url": "git+https://github.com/elbwalker/walkerOS.git",
|