@walkeros/web-destination-matomo 4.0.0 → 4.0.1-next-1778183328892

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.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$meta": {
3
3
  "package": "@walkeros/web-destination-matomo",
4
- "version": "4.0.0",
4
+ "version": "4.0.1-next-1778183328892",
5
5
  "type": "destination",
6
6
  "platform": [
7
7
  "web"
@@ -176,7 +176,7 @@
176
176
  "consent": {
177
177
  "functional": true
178
178
  },
179
- "id": "4dfe9f587f0f3a89",
179
+ "id": "c3f30a199f1c6dbc",
180
180
  "trigger": "visible",
181
181
  "entity": "promotion",
182
182
  "action": "visible",
@@ -267,7 +267,7 @@
267
267
  "consent": {
268
268
  "functional": true
269
269
  },
270
- "id": "fc4610c076852105",
270
+ "id": "97eaa326aa0e6e1e",
271
271
  "trigger": "load",
272
272
  "entity": "cart",
273
273
  "action": "view",
@@ -406,7 +406,7 @@
406
406
  "consent": {
407
407
  "functional": true
408
408
  },
409
- "id": "919a2fcf886fb625",
409
+ "id": "a806d2ad2cbec45a",
410
410
  "trigger": "load",
411
411
  "entity": "order",
412
412
  "action": "complete",
@@ -522,7 +522,7 @@
522
522
  "consent": {
523
523
  "functional": true
524
524
  },
525
- "id": "e85d6a6353b14f5f",
525
+ "id": "c6f9fc57858a5bc3",
526
526
  "trigger": "visible",
527
527
  "entity": "promotion",
528
528
  "action": "visible",
@@ -637,7 +637,7 @@
637
637
  "consent": {
638
638
  "functional": true
639
639
  },
640
- "id": "37044dbde7122ac1",
640
+ "id": "ab7af4671d924f24",
641
641
  "trigger": "load",
642
642
  "entity": "page",
643
643
  "action": "view",
@@ -694,7 +694,7 @@
694
694
  "consent": {
695
695
  "functional": true
696
696
  },
697
- "id": "940ed86750ab41b2",
697
+ "id": "6384c5f00de582df",
698
698
  "trigger": "load",
699
699
  "entity": "product",
700
700
  "action": "view",
@@ -781,7 +781,7 @@
781
781
  "consent": {
782
782
  "functional": true
783
783
  },
784
- "id": "501c7a082f788f68",
784
+ "id": "ea4e6b1e2e375130",
785
785
  "trigger": "test",
786
786
  "entity": "search",
787
787
  "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.0.0",
4
+ "version": "4.0.1-next-1778183328892",
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/core": "4.0.0",
41
- "@walkeros/web-core": "4.0.0"
40
+ "@walkeros/core": "4.0.1-next-1778183328892",
41
+ "@walkeros/web-core": "4.0.1-next-1778183328892"
42
42
  },
43
43
  "devDependencies": {
44
- "@walkeros/collector": "4.0.0"
44
+ "@walkeros/collector": "4.0.1-next-1778183328892"
45
45
  },
46
46
  "repository": {
47
47
  "url": "git+https://github.com/elbwalker/walkerOS.git",