@walkeros/server-destination-customerio 4.0.1 → 4.0.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.
Files changed (2) hide show
  1. package/dist/walkerOS.json +12 -12
  2. package/package.json +4 -4
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$meta": {
3
3
  "package": "@walkeros/server-destination-customerio",
4
- "version": "4.0.1",
4
+ "version": "4.0.2",
5
5
  "type": "destination",
6
6
  "platform": [
7
7
  "server"
@@ -192,7 +192,7 @@
192
192
  "consent": {
193
193
  "functional": true
194
194
  },
195
- "id": "bd0dc280771f6d42",
195
+ "id": "0b0534f7e5e02cf3",
196
196
  "trigger": "load",
197
197
  "entity": "product",
198
198
  "action": "view",
@@ -248,7 +248,7 @@
248
248
  "consent": {
249
249
  "functional": true
250
250
  },
251
- "id": "57bad5bf3c9dd97a",
251
+ "id": "b91836eb3ae4e5da",
252
252
  "trigger": "load",
253
253
  "entity": "product",
254
254
  "action": "view",
@@ -312,7 +312,7 @@
312
312
  "consent": {
313
313
  "functional": true
314
314
  },
315
- "id": "befb731e3f0d73f9",
315
+ "id": "cede94f32950e40f",
316
316
  "trigger": "load",
317
317
  "entity": "page",
318
318
  "action": "view",
@@ -391,7 +391,7 @@
391
391
  "consent": {
392
392
  "functional": true
393
393
  },
394
- "id": "77bc0c22820976c7",
394
+ "id": "caadd68bcc5bdf43",
395
395
  "trigger": "test",
396
396
  "entity": "user",
397
397
  "action": "delete",
@@ -492,7 +492,7 @@
492
492
  "consent": {
493
493
  "functional": true
494
494
  },
495
- "id": "f59f0a6a5519aaff",
495
+ "id": "27cc946c73e205ec",
496
496
  "trigger": "load",
497
497
  "entity": "order",
498
498
  "action": "complete",
@@ -608,7 +608,7 @@
608
608
  "consent": {
609
609
  "functional": true
610
610
  },
611
- "id": "bdd0dbbf2671e3ef",
611
+ "id": "c5e9a01f3475e1f5",
612
612
  "trigger": "load",
613
613
  "entity": "order",
614
614
  "action": "complete",
@@ -670,7 +670,7 @@
670
670
  "consent": {
671
671
  "functional": true
672
672
  },
673
- "id": "5b6f083c199bbf25",
673
+ "id": "2dc0d4aeb84101ed",
674
674
  "trigger": "load",
675
675
  "entity": "page",
676
676
  "action": "view",
@@ -745,7 +745,7 @@
745
745
  "consent": {
746
746
  "functional": true
747
747
  },
748
- "id": "3e26c26a4f57984a",
748
+ "id": "63b6d3a7749d06cf",
749
749
  "trigger": "test",
750
750
  "entity": "user",
751
751
  "action": "suppress",
@@ -811,7 +811,7 @@
811
811
  "consent": {
812
812
  "functional": true
813
813
  },
814
- "id": "a26283d44e3a8acf",
814
+ "id": "8cce7ce110ee631b",
815
815
  "trigger": "test",
816
816
  "entity": "user",
817
817
  "action": "unsuppress",
@@ -872,7 +872,7 @@
872
872
  "consent": {
873
873
  "functional": true
874
874
  },
875
- "id": "8d0a5d20acd30577",
875
+ "id": "cd5359a65ef31d19",
876
876
  "trigger": "test",
877
877
  "entity": "user",
878
878
  "action": "login",
@@ -948,7 +948,7 @@
948
948
  "consent": {
949
949
  "functional": true
950
950
  },
951
- "id": "9001e7ef387eca37",
951
+ "id": "3ed3bc067ba8c27c",
952
952
  "trigger": "test",
953
953
  "entity": "debug",
954
954
  "action": "noise",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@walkeros/server-destination-customerio",
3
3
  "description": "Customer.io messaging automation server destination for walkerOS (customerio-node, Track + Transactional API)",
4
- "version": "4.0.1",
4
+ "version": "4.0.2",
5
5
  "license": "MIT",
6
6
  "exports": {
7
7
  ".": {
@@ -35,11 +35,11 @@
35
35
  },
36
36
  "dependencies": {
37
37
  "customerio-node": "^4.2.0",
38
- "@walkeros/core": "4.0.1",
39
- "@walkeros/server-core": "4.0.1"
38
+ "@walkeros/core": "4.0.2",
39
+ "@walkeros/server-core": "4.0.2"
40
40
  },
41
41
  "devDependencies": {
42
- "@walkeros/collector": "4.0.1"
42
+ "@walkeros/collector": "4.0.2"
43
43
  },
44
44
  "repository": {
45
45
  "url": "git+https://github.com/elbwalker/walkerOS.git",