@walkeros/web-destination-matomo 4.2.1 → 4.2.2-next-1782892388850
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 +8 -8
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
package/dist/walkerOS.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$meta": {
|
|
3
3
|
"package": "@walkeros/web-destination-matomo",
|
|
4
|
-
"version": "4.2.
|
|
4
|
+
"version": "4.2.2-next-1782892388850",
|
|
5
5
|
"type": "destination",
|
|
6
6
|
"platform": [
|
|
7
7
|
"web"
|
|
@@ -174,7 +174,7 @@
|
|
|
174
174
|
"consent": {
|
|
175
175
|
"functional": true
|
|
176
176
|
},
|
|
177
|
-
"id": "
|
|
177
|
+
"id": "fb74dd5b5e9d98b3",
|
|
178
178
|
"trigger": "visible",
|
|
179
179
|
"entity": "promotion",
|
|
180
180
|
"action": "visible",
|
|
@@ -267,7 +267,7 @@
|
|
|
267
267
|
"consent": {
|
|
268
268
|
"functional": true
|
|
269
269
|
},
|
|
270
|
-
"id": "
|
|
270
|
+
"id": "38c04f3af0df5b36",
|
|
271
271
|
"trigger": "load",
|
|
272
272
|
"entity": "cart",
|
|
273
273
|
"action": "view",
|
|
@@ -408,7 +408,7 @@
|
|
|
408
408
|
"consent": {
|
|
409
409
|
"functional": true
|
|
410
410
|
},
|
|
411
|
-
"id": "
|
|
411
|
+
"id": "52f62fb1cc910a17",
|
|
412
412
|
"trigger": "load",
|
|
413
413
|
"entity": "order",
|
|
414
414
|
"action": "complete",
|
|
@@ -526,7 +526,7 @@
|
|
|
526
526
|
"consent": {
|
|
527
527
|
"functional": true
|
|
528
528
|
},
|
|
529
|
-
"id": "
|
|
529
|
+
"id": "924fa50e104d1528",
|
|
530
530
|
"trigger": "visible",
|
|
531
531
|
"entity": "promotion",
|
|
532
532
|
"action": "visible",
|
|
@@ -643,7 +643,7 @@
|
|
|
643
643
|
"consent": {
|
|
644
644
|
"functional": true
|
|
645
645
|
},
|
|
646
|
-
"id": "
|
|
646
|
+
"id": "1c25b260ba4d16b7",
|
|
647
647
|
"trigger": "load",
|
|
648
648
|
"entity": "page",
|
|
649
649
|
"action": "view",
|
|
@@ -702,7 +702,7 @@
|
|
|
702
702
|
"consent": {
|
|
703
703
|
"functional": true
|
|
704
704
|
},
|
|
705
|
-
"id": "
|
|
705
|
+
"id": "7d8a8a36b5bd1234",
|
|
706
706
|
"trigger": "load",
|
|
707
707
|
"entity": "product",
|
|
708
708
|
"action": "view",
|
|
@@ -791,7 +791,7 @@
|
|
|
791
791
|
"consent": {
|
|
792
792
|
"functional": true
|
|
793
793
|
},
|
|
794
|
-
"id": "
|
|
794
|
+
"id": "af7c4a163595ba6a",
|
|
795
795
|
"trigger": "test",
|
|
796
796
|
"entity": "search",
|
|
797
797
|
"action": "submit",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@walkeros/web-destination-matomo",
|
|
3
3
|
"description": "Matomo web destination for walkerOS",
|
|
4
|
-
"version": "4.2.
|
|
4
|
+
"version": "4.2.2-next-1782892388850",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "./dist/index.js",
|
|
7
7
|
"module": "./dist/index.mjs",
|
|
@@ -38,11 +38,11 @@
|
|
|
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-1782892388850",
|
|
42
|
+
"@walkeros/web-core": "4.2.2-next-1782892388850"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
|
-
"@walkeros/collector": "4.2.
|
|
45
|
+
"@walkeros/collector": "4.2.2-next-1782892388850"
|
|
46
46
|
},
|
|
47
47
|
"repository": {
|
|
48
48
|
"url": "git+https://github.com/elbwalker/walkerOS.git",
|