@walkeros/server-destination-klaviyo 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 CHANGED
@@ -1,5 +1,12 @@
1
1
  # @walkeros/server-destination-klaviyo
2
2
 
3
+ ## 4.2.2-next-1782236179392
4
+
5
+ ### Patch Changes
6
+
7
+ - @walkeros/core@4.2.2-next-1782236179392
8
+ - @walkeros/server-core@4.2.2-next-1782236179392
9
+
3
10
  ## 4.2.1
4
11
 
5
12
  ### Patch Changes
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$meta": {
3
3
  "package": "@walkeros/server-destination-klaviyo",
4
- "version": "4.2.1",
4
+ "version": "4.2.2-next-1782236179392",
5
5
  "type": "destination",
6
6
  "platform": [
7
7
  "server"
@@ -112,7 +112,7 @@
112
112
  "consent": {
113
113
  "functional": true
114
114
  },
115
- "id": "f884a253a453ed0c",
115
+ "id": "4f144e3049e6342f",
116
116
  "trigger": "load",
117
117
  "entity": "product",
118
118
  "action": "view",
@@ -198,7 +198,7 @@
198
198
  "consent": {
199
199
  "functional": true
200
200
  },
201
- "id": "0b084470c50bbd53",
201
+ "id": "dce4ff02b6b12506",
202
202
  "trigger": "load",
203
203
  "entity": "page",
204
204
  "action": "view",
@@ -304,7 +304,7 @@
304
304
  "consent": {
305
305
  "functional": true
306
306
  },
307
- "id": "c7dad0e1ad6d3f5c",
307
+ "id": "d3281b6b06434d74",
308
308
  "trigger": "test",
309
309
  "entity": "newsletter",
310
310
  "action": "signup",
@@ -379,7 +379,7 @@
379
379
  "consent": {
380
380
  "functional": true
381
381
  },
382
- "id": "7711152734fddcd7",
382
+ "id": "56468f7d75eeb8ae",
383
383
  "trigger": "load",
384
384
  "entity": "product",
385
385
  "action": "view",
@@ -518,7 +518,7 @@
518
518
  "consent": {
519
519
  "functional": true
520
520
  },
521
- "id": "1b5bcbc29bd8fc5e",
521
+ "id": "bd8af3fcb54444f9",
522
522
  "trigger": "load",
523
523
  "entity": "order",
524
524
  "action": "complete",
@@ -625,7 +625,7 @@
625
625
  "consent": {
626
626
  "functional": true
627
627
  },
628
- "id": "ab0dc1748fb8a972",
628
+ "id": "1c286ce3ac808967",
629
629
  "trigger": "test",
630
630
  "entity": "user",
631
631
  "action": "login",
@@ -717,7 +717,7 @@
717
717
  "consent": {
718
718
  "functional": true
719
719
  },
720
- "id": "ba37620a63400679",
720
+ "id": "a75604a58130184e",
721
721
  "trigger": "test",
722
722
  "entity": "debug",
723
723
  "action": "noise",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@walkeros/server-destination-klaviyo",
3
3
  "description": "Klaviyo marketing automation server destination for walkerOS (klaviyo-api SDK, events + profile upserts)",
4
- "version": "4.2.1",
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
  "klaviyo-api": "^22.0.0",
39
- "@walkeros/core": "4.2.1",
40
- "@walkeros/server-core": "4.2.1"
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.1"
43
+ "@walkeros/collector": "4.2.2-next-1782236179392"
44
44
  },
45
45
  "repository": {
46
46
  "url": "git+https://github.com/elbwalker/walkerOS.git",