@walkeros/server-destination-klaviyo 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.
- package/dist/walkerOS.json +8 -8
- package/package.json +4 -4
package/dist/walkerOS.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$meta": {
|
|
3
3
|
"package": "@walkeros/server-destination-klaviyo",
|
|
4
|
-
"version": "4.0.
|
|
4
|
+
"version": "4.0.2",
|
|
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": "
|
|
115
|
+
"id": "9d1767d8bc13f3dd",
|
|
116
116
|
"trigger": "load",
|
|
117
117
|
"entity": "product",
|
|
118
118
|
"action": "view",
|
|
@@ -196,7 +196,7 @@
|
|
|
196
196
|
"consent": {
|
|
197
197
|
"functional": true
|
|
198
198
|
},
|
|
199
|
-
"id": "
|
|
199
|
+
"id": "dfb0cf1fd772b85a",
|
|
200
200
|
"trigger": "load",
|
|
201
201
|
"entity": "page",
|
|
202
202
|
"action": "view",
|
|
@@ -300,7 +300,7 @@
|
|
|
300
300
|
"consent": {
|
|
301
301
|
"functional": true
|
|
302
302
|
},
|
|
303
|
-
"id": "
|
|
303
|
+
"id": "0165500c7cc59558",
|
|
304
304
|
"trigger": "test",
|
|
305
305
|
"entity": "newsletter",
|
|
306
306
|
"action": "signup",
|
|
@@ -373,7 +373,7 @@
|
|
|
373
373
|
"consent": {
|
|
374
374
|
"functional": true
|
|
375
375
|
},
|
|
376
|
-
"id": "
|
|
376
|
+
"id": "07992d20dc45c1cf",
|
|
377
377
|
"trigger": "load",
|
|
378
378
|
"entity": "product",
|
|
379
379
|
"action": "view",
|
|
@@ -510,7 +510,7 @@
|
|
|
510
510
|
"consent": {
|
|
511
511
|
"functional": true
|
|
512
512
|
},
|
|
513
|
-
"id": "
|
|
513
|
+
"id": "d749182109b36c90",
|
|
514
514
|
"trigger": "load",
|
|
515
515
|
"entity": "order",
|
|
516
516
|
"action": "complete",
|
|
@@ -615,7 +615,7 @@
|
|
|
615
615
|
"consent": {
|
|
616
616
|
"functional": true
|
|
617
617
|
},
|
|
618
|
-
"id": "
|
|
618
|
+
"id": "8bfd190150ab5a90",
|
|
619
619
|
"trigger": "test",
|
|
620
620
|
"entity": "user",
|
|
621
621
|
"action": "login",
|
|
@@ -705,7 +705,7 @@
|
|
|
705
705
|
"consent": {
|
|
706
706
|
"functional": true
|
|
707
707
|
},
|
|
708
|
-
"id": "
|
|
708
|
+
"id": "3b7c5a2f961cfb77",
|
|
709
709
|
"trigger": "test",
|
|
710
710
|
"entity": "debug",
|
|
711
711
|
"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.0.
|
|
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
|
"klaviyo-api": "^22.0.0",
|
|
38
|
-
"@walkeros/core": "4.0.
|
|
39
|
-
"@walkeros/server-core": "4.0.
|
|
38
|
+
"@walkeros/core": "4.0.2",
|
|
39
|
+
"@walkeros/server-core": "4.0.2"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
|
-
"@walkeros/collector": "4.0.
|
|
42
|
+
"@walkeros/collector": "4.0.2"
|
|
43
43
|
},
|
|
44
44
|
"repository": {
|
|
45
45
|
"url": "git+https://github.com/elbwalker/walkerOS.git",
|