@walkeros/server-destination-redis 4.1.1-next-1779822275564 → 4.1.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/CHANGELOG.md +10 -3
- package/dist/walkerOS.json +7 -7
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,14 +1,21 @@
|
|
|
1
1
|
# @walkeros/server-destination-redis
|
|
2
2
|
|
|
3
|
-
## 4.1.
|
|
3
|
+
## 4.1.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- @walkeros/core@4.1.2
|
|
8
|
+
- @walkeros/server-core@4.1.2
|
|
9
|
+
|
|
10
|
+
## 4.1.1
|
|
4
11
|
|
|
5
12
|
### Patch Changes
|
|
6
13
|
|
|
7
14
|
- Updated dependencies [b0279ee]
|
|
8
15
|
- Updated dependencies [b0279ee]
|
|
9
16
|
- Updated dependencies [0b7f494]
|
|
10
|
-
- @walkeros/core@4.1.1
|
|
11
|
-
- @walkeros/server-core@4.1.1
|
|
17
|
+
- @walkeros/core@4.1.1
|
|
18
|
+
- @walkeros/server-core@4.1.1
|
|
12
19
|
|
|
13
20
|
## 4.1.0
|
|
14
21
|
|
package/dist/walkerOS.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$meta": {
|
|
3
3
|
"package": "@walkeros/server-destination-redis",
|
|
4
|
-
"version": "4.1.
|
|
4
|
+
"version": "4.1.2",
|
|
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": "47380921aa6cd8a5",
|
|
138
138
|
"trigger": "test",
|
|
139
139
|
"entity": "debug",
|
|
140
140
|
"action": "noise",
|
|
@@ -191,7 +191,7 @@
|
|
|
191
191
|
"consent": {
|
|
192
192
|
"functional": true
|
|
193
193
|
},
|
|
194
|
-
"id": "
|
|
194
|
+
"id": "9e6966533ec0d713",
|
|
195
195
|
"trigger": "load",
|
|
196
196
|
"entity": "page",
|
|
197
197
|
"action": "view",
|
|
@@ -292,7 +292,7 @@
|
|
|
292
292
|
"consent": {
|
|
293
293
|
"functional": true
|
|
294
294
|
},
|
|
295
|
-
"id": "
|
|
295
|
+
"id": "7dc929d651958566",
|
|
296
296
|
"trigger": "load",
|
|
297
297
|
"entity": "order",
|
|
298
298
|
"action": "complete",
|
|
@@ -392,7 +392,7 @@
|
|
|
392
392
|
"consent": {
|
|
393
393
|
"functional": true
|
|
394
394
|
},
|
|
395
|
-
"id": "
|
|
395
|
+
"id": "12de90ee45be6279",
|
|
396
396
|
"trigger": "load",
|
|
397
397
|
"entity": "order",
|
|
398
398
|
"action": "complete",
|
|
@@ -461,7 +461,7 @@
|
|
|
461
461
|
"consent": {
|
|
462
462
|
"functional": true
|
|
463
463
|
},
|
|
464
|
-
"id": "
|
|
464
|
+
"id": "641ef990ee147e97",
|
|
465
465
|
"trigger": "load",
|
|
466
466
|
"entity": "page",
|
|
467
467
|
"action": "view",
|
|
@@ -523,7 +523,7 @@
|
|
|
523
523
|
"consent": {
|
|
524
524
|
"functional": true
|
|
525
525
|
},
|
|
526
|
-
"id": "
|
|
526
|
+
"id": "3cc3967637f8497a",
|
|
527
527
|
"trigger": "load",
|
|
528
528
|
"entity": "product",
|
|
529
529
|
"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.1.
|
|
4
|
+
"version": "4.1.2",
|
|
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.1.
|
|
40
|
-
"@walkeros/server-core": "4.1.
|
|
39
|
+
"@walkeros/core": "4.1.2",
|
|
40
|
+
"@walkeros/server-core": "4.1.2"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
|
-
"@walkeros/collector": "4.1.
|
|
43
|
+
"@walkeros/collector": "4.1.2"
|
|
44
44
|
},
|
|
45
45
|
"repository": {
|
|
46
46
|
"url": "git+https://github.com/elbwalker/walkerOS.git",
|