@walkeros/server-destination-segment 4.2.1 → 4.2.2-next-1782236179392
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 +7 -0
- package/dist/walkerOS.json +11 -11
- 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-segment",
|
|
4
|
-
"version": "4.2.
|
|
4
|
+
"version": "4.2.2-next-1782236179392",
|
|
5
5
|
"type": "destination",
|
|
6
6
|
"platform": [
|
|
7
7
|
"server"
|
|
@@ -178,7 +178,7 @@
|
|
|
178
178
|
"consent": {
|
|
179
179
|
"functional": true
|
|
180
180
|
},
|
|
181
|
-
"id": "
|
|
181
|
+
"id": "6555a57227772fcb",
|
|
182
182
|
"trigger": "load",
|
|
183
183
|
"entity": "product",
|
|
184
184
|
"action": "view",
|
|
@@ -242,7 +242,7 @@
|
|
|
242
242
|
"consent": {
|
|
243
243
|
"functional": true
|
|
244
244
|
},
|
|
245
|
-
"id": "
|
|
245
|
+
"id": "6ea2ad184ce1ac39",
|
|
246
246
|
"trigger": "test",
|
|
247
247
|
"entity": "company",
|
|
248
248
|
"action": "update",
|
|
@@ -322,7 +322,7 @@
|
|
|
322
322
|
"analytics": true,
|
|
323
323
|
"marketing": true
|
|
324
324
|
},
|
|
325
|
-
"id": "
|
|
325
|
+
"id": "aebf8b84522f34e2",
|
|
326
326
|
"trigger": "load",
|
|
327
327
|
"entity": "product",
|
|
328
328
|
"action": "view",
|
|
@@ -394,7 +394,7 @@
|
|
|
394
394
|
"consent": {
|
|
395
395
|
"functional": true
|
|
396
396
|
},
|
|
397
|
-
"id": "
|
|
397
|
+
"id": "73555ea1310bdf2e",
|
|
398
398
|
"trigger": "load",
|
|
399
399
|
"entity": "product",
|
|
400
400
|
"action": "view",
|
|
@@ -461,7 +461,7 @@
|
|
|
461
461
|
"consent": {
|
|
462
462
|
"functional": true
|
|
463
463
|
},
|
|
464
|
-
"id": "
|
|
464
|
+
"id": "ca04caacb32d9d28",
|
|
465
465
|
"trigger": "load",
|
|
466
466
|
"entity": "page",
|
|
467
467
|
"action": "view",
|
|
@@ -588,7 +588,7 @@
|
|
|
588
588
|
"consent": {
|
|
589
589
|
"functional": true
|
|
590
590
|
},
|
|
591
|
-
"id": "
|
|
591
|
+
"id": "797ab0e5b3118e66",
|
|
592
592
|
"trigger": "load",
|
|
593
593
|
"entity": "order",
|
|
594
594
|
"action": "complete",
|
|
@@ -654,7 +654,7 @@
|
|
|
654
654
|
"consent": {
|
|
655
655
|
"functional": true
|
|
656
656
|
},
|
|
657
|
-
"id": "
|
|
657
|
+
"id": "0e6e6fc74928d475",
|
|
658
658
|
"trigger": "load",
|
|
659
659
|
"entity": "page",
|
|
660
660
|
"action": "view",
|
|
@@ -736,7 +736,7 @@
|
|
|
736
736
|
"consent": {
|
|
737
737
|
"functional": true
|
|
738
738
|
},
|
|
739
|
-
"id": "
|
|
739
|
+
"id": "cb5811e2414c9dbf",
|
|
740
740
|
"trigger": "test",
|
|
741
741
|
"entity": "screen",
|
|
742
742
|
"action": "view",
|
|
@@ -819,7 +819,7 @@
|
|
|
819
819
|
"consent": {
|
|
820
820
|
"functional": true
|
|
821
821
|
},
|
|
822
|
-
"id": "
|
|
822
|
+
"id": "665643765da23fb8",
|
|
823
823
|
"trigger": "test",
|
|
824
824
|
"entity": "user",
|
|
825
825
|
"action": "login",
|
|
@@ -906,7 +906,7 @@
|
|
|
906
906
|
"consent": {
|
|
907
907
|
"functional": true
|
|
908
908
|
},
|
|
909
|
-
"id": "
|
|
909
|
+
"id": "b4db1740909210d9",
|
|
910
910
|
"trigger": "test",
|
|
911
911
|
"entity": "debug",
|
|
912
912
|
"action": "noise",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@walkeros/server-destination-segment",
|
|
3
3
|
"description": "Segment CDP server destination for walkerOS (@segment/analytics-node, full Segment Spec)",
|
|
4
|
-
"version": "4.2.
|
|
4
|
+
"version": "4.2.2-next-1782236179392",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"exports": {
|
|
7
7
|
".": {
|
|
@@ -36,11 +36,11 @@
|
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
38
|
"@segment/analytics-node": "^3.0.0",
|
|
39
|
-
"@walkeros/core": "4.2.
|
|
40
|
-
"@walkeros/server-core": "4.2.
|
|
39
|
+
"@walkeros/core": "4.2.2-next-1782236179392",
|
|
40
|
+
"@walkeros/server-core": "4.2.2-next-1782236179392"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
|
-
"@walkeros/collector": "4.2.
|
|
43
|
+
"@walkeros/collector": "4.2.2-next-1782236179392"
|
|
44
44
|
},
|
|
45
45
|
"repository": {
|
|
46
46
|
"url": "git+https://github.com/elbwalker/walkerOS.git",
|