@walkeros/server-destination-customerio 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 CHANGED
@@ -1,5 +1,14 @@
1
1
  # @walkeros/server-destination-customerio
2
2
 
3
+ ## 4.3.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [f2030ab]
8
+ - Updated dependencies [2d6ab82]
9
+ - @walkeros/core@4.3.1
10
+ - @walkeros/server-core@4.3.1
11
+
3
12
  ## 4.3.0
4
13
 
5
14
  ### Patch Changes
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$meta": {
3
3
  "package": "@walkeros/server-destination-customerio",
4
- "version": "4.3.0",
4
+ "version": "4.3.1",
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": "33151d63f4735f75",
195
+ "id": "6a539ee629246b92",
196
196
  "trigger": "load",
197
197
  "entity": "product",
198
198
  "action": "view",
@@ -250,7 +250,7 @@
250
250
  "consent": {
251
251
  "functional": true
252
252
  },
253
- "id": "31249707f7f2ffa0",
253
+ "id": "3d50cabcc55ac906",
254
254
  "trigger": "load",
255
255
  "entity": "product",
256
256
  "action": "view",
@@ -316,7 +316,7 @@
316
316
  "consent": {
317
317
  "functional": true
318
318
  },
319
- "id": "fbef372ecfe82ffc",
319
+ "id": "ac7cb02fecc49d69",
320
320
  "trigger": "load",
321
321
  "entity": "page",
322
322
  "action": "view",
@@ -397,7 +397,7 @@
397
397
  "consent": {
398
398
  "functional": true
399
399
  },
400
- "id": "a449dc1cd842a239",
400
+ "id": "bd09b215f90dbeb7",
401
401
  "trigger": "test",
402
402
  "entity": "user",
403
403
  "action": "delete",
@@ -500,7 +500,7 @@
500
500
  "consent": {
501
501
  "functional": true
502
502
  },
503
- "id": "5dfd9e5f3d1867ab",
503
+ "id": "3398a6d545d06428",
504
504
  "trigger": "load",
505
505
  "entity": "order",
506
506
  "action": "complete",
@@ -618,7 +618,7 @@
618
618
  "consent": {
619
619
  "functional": true
620
620
  },
621
- "id": "4a309708c9106f3b",
621
+ "id": "50cb2c6c9a54853d",
622
622
  "trigger": "load",
623
623
  "entity": "order",
624
624
  "action": "complete",
@@ -682,7 +682,7 @@
682
682
  "consent": {
683
683
  "functional": true
684
684
  },
685
- "id": "6bd93952a2dbb8d1",
685
+ "id": "c5435ca8865e0eb0",
686
686
  "trigger": "load",
687
687
  "entity": "page",
688
688
  "action": "view",
@@ -759,7 +759,7 @@
759
759
  "consent": {
760
760
  "functional": true
761
761
  },
762
- "id": "ca4f4216ca8ae418",
762
+ "id": "bef7912f0231b12d",
763
763
  "trigger": "test",
764
764
  "entity": "user",
765
765
  "action": "suppress",
@@ -827,7 +827,7 @@
827
827
  "consent": {
828
828
  "functional": true
829
829
  },
830
- "id": "230ec6319b1ea93a",
830
+ "id": "87d1a535edb13641",
831
831
  "trigger": "test",
832
832
  "entity": "user",
833
833
  "action": "unsuppress",
@@ -890,7 +890,7 @@
890
890
  "consent": {
891
891
  "functional": true
892
892
  },
893
- "id": "0edec210bb8c0b57",
893
+ "id": "51762456582f8bbc",
894
894
  "trigger": "test",
895
895
  "entity": "user",
896
896
  "action": "login",
@@ -968,7 +968,7 @@
968
968
  "consent": {
969
969
  "functional": true
970
970
  },
971
- "id": "db41b3a886200f45",
971
+ "id": "7e87e8b195fa5892",
972
972
  "trigger": "test",
973
973
  "entity": "debug",
974
974
  "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.3.0",
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
  "customerio-node": "^4.2.0",
39
- "@walkeros/core": "4.3.0",
40
- "@walkeros/server-core": "4.3.0"
39
+ "@walkeros/core": "4.3.1",
40
+ "@walkeros/server-core": "4.3.1"
41
41
  },
42
42
  "devDependencies": {
43
- "@walkeros/collector": "4.3.0"
43
+ "@walkeros/collector": "4.3.1"
44
44
  },
45
45
  "repository": {
46
46
  "url": "git+https://github.com/elbwalker/walkerOS.git",