@walkeros/web-destination-snowplow 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 +7 -0
- package/dist/walkerOS.json +9 -9
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
package/dist/walkerOS.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$meta": {
|
|
3
3
|
"package": "@walkeros/web-destination-snowplow",
|
|
4
|
-
"version": "4.2.
|
|
4
|
+
"version": "4.2.2-next-1782236179392",
|
|
5
5
|
"type": "destination",
|
|
6
6
|
"platform": [
|
|
7
7
|
"web"
|
|
@@ -342,7 +342,7 @@
|
|
|
342
342
|
"consent": {
|
|
343
343
|
"functional": true
|
|
344
344
|
},
|
|
345
|
-
"id": "
|
|
345
|
+
"id": "d703c44b707d5ce4",
|
|
346
346
|
"trigger": "click",
|
|
347
347
|
"entity": "product",
|
|
348
348
|
"action": "add",
|
|
@@ -516,7 +516,7 @@
|
|
|
516
516
|
"consent": {
|
|
517
517
|
"functional": true
|
|
518
518
|
},
|
|
519
|
-
"id": "
|
|
519
|
+
"id": "7c0b12653a7bf5e7",
|
|
520
520
|
"trigger": "load",
|
|
521
521
|
"entity": "checkout",
|
|
522
522
|
"action": "view",
|
|
@@ -645,7 +645,7 @@
|
|
|
645
645
|
"consent": {
|
|
646
646
|
"functional": true
|
|
647
647
|
},
|
|
648
|
-
"id": "
|
|
648
|
+
"id": "a95051c9bde3dada",
|
|
649
649
|
"trigger": "load",
|
|
650
650
|
"entity": "order",
|
|
651
651
|
"action": "complete",
|
|
@@ -798,7 +798,7 @@
|
|
|
798
798
|
"consent": {
|
|
799
799
|
"functional": true
|
|
800
800
|
},
|
|
801
|
-
"id": "
|
|
801
|
+
"id": "25e59346f626cb5e",
|
|
802
802
|
"trigger": "load",
|
|
803
803
|
"entity": "page",
|
|
804
804
|
"action": "view",
|
|
@@ -850,7 +850,7 @@
|
|
|
850
850
|
"consent": {
|
|
851
851
|
"functional": true
|
|
852
852
|
},
|
|
853
|
-
"id": "
|
|
853
|
+
"id": "efb41cbc93c08dda",
|
|
854
854
|
"trigger": "load",
|
|
855
855
|
"entity": "product",
|
|
856
856
|
"action": "view",
|
|
@@ -947,7 +947,7 @@
|
|
|
947
947
|
"consent": {
|
|
948
948
|
"functional": true
|
|
949
949
|
},
|
|
950
|
-
"id": "
|
|
950
|
+
"id": "70d1b42577737394",
|
|
951
951
|
"trigger": "visible",
|
|
952
952
|
"entity": "promotion",
|
|
953
953
|
"action": "visible",
|
|
@@ -1036,7 +1036,7 @@
|
|
|
1036
1036
|
"consent": {
|
|
1037
1037
|
"functional": true
|
|
1038
1038
|
},
|
|
1039
|
-
"id": "
|
|
1039
|
+
"id": "c5e3dfe8b4aa4022",
|
|
1040
1040
|
"trigger": "load",
|
|
1041
1041
|
"entity": "product",
|
|
1042
1042
|
"action": "visible",
|
|
@@ -1157,7 +1157,7 @@
|
|
|
1157
1157
|
"consent": {
|
|
1158
1158
|
"functional": true
|
|
1159
1159
|
},
|
|
1160
|
-
"id": "
|
|
1160
|
+
"id": "3042914152f07e72",
|
|
1161
1161
|
"trigger": "load",
|
|
1162
1162
|
"entity": "order",
|
|
1163
1163
|
"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.2.
|
|
4
|
+
"version": "4.2.2-next-1782236179392",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "./dist/index.js",
|
|
7
7
|
"module": "./dist/index.mjs",
|
|
@@ -38,12 +38,12 @@
|
|
|
38
38
|
"update": "npx npm-check-updates -u && npm update"
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"@walkeros/core": "4.2.
|
|
42
|
-
"@walkeros/web-core": "4.2.
|
|
41
|
+
"@walkeros/core": "4.2.2-next-1782236179392",
|
|
42
|
+
"@walkeros/web-core": "4.2.2-next-1782236179392"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
|
-
"@walkeros/collector": "4.2.
|
|
46
|
-
"@walkeros/config": "4.2.
|
|
45
|
+
"@walkeros/collector": "4.2.2-next-1782236179392",
|
|
46
|
+
"@walkeros/config": "4.2.2-next-1782236179392",
|
|
47
47
|
"@snowplow/browser-tracker-core": "^4.6.8",
|
|
48
48
|
"@snowplow/browser-plugin-snowplow-ecommerce": "^4.6.8"
|
|
49
49
|
},
|