@walkeros/web-destination-snowplow 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/dev.js +1 -1
- package/dist/dev.mjs +1 -1
- package/dist/walkerOS.json +9 -9
- package/package.json +4 -4
package/dist/walkerOS.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$meta": {
|
|
3
3
|
"package": "@walkeros/web-destination-snowplow",
|
|
4
|
-
"version": "4.0.
|
|
4
|
+
"version": "4.0.2",
|
|
5
5
|
"type": "destination",
|
|
6
6
|
"platform": [
|
|
7
7
|
"web"
|
|
@@ -338,7 +338,7 @@
|
|
|
338
338
|
"consent": {
|
|
339
339
|
"functional": true
|
|
340
340
|
},
|
|
341
|
-
"id": "
|
|
341
|
+
"id": "e9fd39a35ca07c8a",
|
|
342
342
|
"trigger": "click",
|
|
343
343
|
"entity": "product",
|
|
344
344
|
"action": "add",
|
|
@@ -510,7 +510,7 @@
|
|
|
510
510
|
"consent": {
|
|
511
511
|
"functional": true
|
|
512
512
|
},
|
|
513
|
-
"id": "
|
|
513
|
+
"id": "37a0bf5556004070",
|
|
514
514
|
"trigger": "load",
|
|
515
515
|
"entity": "checkout",
|
|
516
516
|
"action": "view",
|
|
@@ -637,7 +637,7 @@
|
|
|
637
637
|
"consent": {
|
|
638
638
|
"functional": true
|
|
639
639
|
},
|
|
640
|
-
"id": "
|
|
640
|
+
"id": "851e7a1578ea4893",
|
|
641
641
|
"trigger": "load",
|
|
642
642
|
"entity": "order",
|
|
643
643
|
"action": "complete",
|
|
@@ -788,7 +788,7 @@
|
|
|
788
788
|
"consent": {
|
|
789
789
|
"functional": true
|
|
790
790
|
},
|
|
791
|
-
"id": "
|
|
791
|
+
"id": "a3ea45004a5a57e1",
|
|
792
792
|
"trigger": "load",
|
|
793
793
|
"entity": "page",
|
|
794
794
|
"action": "view",
|
|
@@ -838,7 +838,7 @@
|
|
|
838
838
|
"consent": {
|
|
839
839
|
"functional": true
|
|
840
840
|
},
|
|
841
|
-
"id": "
|
|
841
|
+
"id": "2bb0b8647f6a7e9f",
|
|
842
842
|
"trigger": "load",
|
|
843
843
|
"entity": "product",
|
|
844
844
|
"action": "view",
|
|
@@ -933,7 +933,7 @@
|
|
|
933
933
|
"consent": {
|
|
934
934
|
"functional": true
|
|
935
935
|
},
|
|
936
|
-
"id": "
|
|
936
|
+
"id": "fa0ee86f9b535c33",
|
|
937
937
|
"trigger": "visible",
|
|
938
938
|
"entity": "promotion",
|
|
939
939
|
"action": "visible",
|
|
@@ -1020,7 +1020,7 @@
|
|
|
1020
1020
|
"consent": {
|
|
1021
1021
|
"functional": true
|
|
1022
1022
|
},
|
|
1023
|
-
"id": "
|
|
1023
|
+
"id": "c43c9876464f2844",
|
|
1024
1024
|
"trigger": "load",
|
|
1025
1025
|
"entity": "product",
|
|
1026
1026
|
"action": "visible",
|
|
@@ -1139,7 +1139,7 @@
|
|
|
1139
1139
|
"consent": {
|
|
1140
1140
|
"functional": true
|
|
1141
1141
|
},
|
|
1142
|
-
"id": "
|
|
1142
|
+
"id": "7513a7391141f769",
|
|
1143
1143
|
"trigger": "load",
|
|
1144
1144
|
"entity": "order",
|
|
1145
1145
|
"action": "complete",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@walkeros/web-destination-snowplow",
|
|
3
3
|
"description": "Snowplow web destination for walkerOS",
|
|
4
|
-
"version": "4.0.
|
|
4
|
+
"version": "4.0.2",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "./dist/index.js",
|
|
7
7
|
"module": "./dist/index.mjs",
|
|
@@ -37,11 +37,11 @@
|
|
|
37
37
|
"update": "npx npm-check-updates -u && npm update"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@walkeros/web-core": "4.0.
|
|
40
|
+
"@walkeros/web-core": "4.0.2"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
|
-
"@walkeros/collector": "4.0.
|
|
44
|
-
"@walkeros/config": "4.0.
|
|
43
|
+
"@walkeros/collector": "4.0.2",
|
|
44
|
+
"@walkeros/config": "4.0.2",
|
|
45
45
|
"@snowplow/browser-tracker-core": "^4.6.8",
|
|
46
46
|
"@snowplow/browser-plugin-snowplow-ecommerce": "^4.6.8"
|
|
47
47
|
},
|