@walkeros/server-destination-segment 4.0.0 → 4.0.1-next-1778068549946

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.
Files changed (2) hide show
  1. package/dist/walkerOS.json +11 -11
  2. package/package.json +4 -4
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$meta": {
3
3
  "package": "@walkeros/server-destination-segment",
4
- "version": "4.0.0",
4
+ "version": "4.0.1-next-1778068549946",
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": "faf0ec1e85f527b4",
181
+ "id": "03a9b3aaff0e26c1",
182
182
  "trigger": "load",
183
183
  "entity": "product",
184
184
  "action": "view",
@@ -240,7 +240,7 @@
240
240
  "consent": {
241
241
  "functional": true
242
242
  },
243
- "id": "a989c379ada67b04",
243
+ "id": "2a1c5e730292ffd5",
244
244
  "trigger": "test",
245
245
  "entity": "company",
246
246
  "action": "update",
@@ -318,7 +318,7 @@
318
318
  "analytics": true,
319
319
  "marketing": true
320
320
  },
321
- "id": "1e8600a2e1837606",
321
+ "id": "228d4ca5a78d0c31",
322
322
  "trigger": "load",
323
323
  "entity": "product",
324
324
  "action": "view",
@@ -388,7 +388,7 @@
388
388
  "consent": {
389
389
  "functional": true
390
390
  },
391
- "id": "944758953ee8698e",
391
+ "id": "ddca343a717bdff7",
392
392
  "trigger": "load",
393
393
  "entity": "product",
394
394
  "action": "view",
@@ -453,7 +453,7 @@
453
453
  "consent": {
454
454
  "functional": true
455
455
  },
456
- "id": "ccc9a9f506033d84",
456
+ "id": "a12054a660ac4d3b",
457
457
  "trigger": "load",
458
458
  "entity": "page",
459
459
  "action": "view",
@@ -578,7 +578,7 @@
578
578
  "consent": {
579
579
  "functional": true
580
580
  },
581
- "id": "8d61c928311759be",
581
+ "id": "f56f9473b6df63f0",
582
582
  "trigger": "load",
583
583
  "entity": "order",
584
584
  "action": "complete",
@@ -642,7 +642,7 @@
642
642
  "consent": {
643
643
  "functional": true
644
644
  },
645
- "id": "242068ecf61d2b1f",
645
+ "id": "d34e22d6627a5016",
646
646
  "trigger": "load",
647
647
  "entity": "page",
648
648
  "action": "view",
@@ -722,7 +722,7 @@
722
722
  "consent": {
723
723
  "functional": true
724
724
  },
725
- "id": "86ba20a6bea4fcf3",
725
+ "id": "8461a2f0e134b195",
726
726
  "trigger": "test",
727
727
  "entity": "screen",
728
728
  "action": "view",
@@ -803,7 +803,7 @@
803
803
  "consent": {
804
804
  "functional": true
805
805
  },
806
- "id": "9ff6bbd8a6e532d0",
806
+ "id": "d51a9019e8a74cee",
807
807
  "trigger": "test",
808
808
  "entity": "user",
809
809
  "action": "login",
@@ -888,7 +888,7 @@
888
888
  "consent": {
889
889
  "functional": true
890
890
  },
891
- "id": "fc78d8a1f62b47fb",
891
+ "id": "dbdf60c9568136b5",
892
892
  "trigger": "test",
893
893
  "entity": "debug",
894
894
  "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.0.0",
4
+ "version": "4.0.1-next-1778068549946",
5
5
  "license": "MIT",
6
6
  "exports": {
7
7
  ".": {
@@ -35,11 +35,11 @@
35
35
  },
36
36
  "dependencies": {
37
37
  "@segment/analytics-node": "^3.0.0",
38
- "@walkeros/core": "4.0.0",
39
- "@walkeros/server-core": "4.0.0"
38
+ "@walkeros/core": "4.0.1-next-1778068549946",
39
+ "@walkeros/server-core": "4.0.1-next-1778068549946"
40
40
  },
41
41
  "devDependencies": {
42
- "@walkeros/collector": "4.0.0"
42
+ "@walkeros/collector": "4.0.1-next-1778068549946"
43
43
  },
44
44
  "repository": {
45
45
  "url": "git+https://github.com/elbwalker/walkerOS.git",