@walkeros/web-destination-piwikpro 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 +7 -7
- 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-piwikpro",
|
|
4
|
-
"version": "4.0.
|
|
4
|
+
"version": "4.0.2",
|
|
5
5
|
"type": "destination",
|
|
6
6
|
"platform": [
|
|
7
7
|
"web"
|
|
@@ -140,7 +140,7 @@
|
|
|
140
140
|
"consent": {
|
|
141
141
|
"functional": true
|
|
142
142
|
},
|
|
143
|
-
"id": "
|
|
143
|
+
"id": "b4b72dcd24d7dec8",
|
|
144
144
|
"trigger": "load",
|
|
145
145
|
"entity": "cart",
|
|
146
146
|
"action": "view",
|
|
@@ -251,7 +251,7 @@
|
|
|
251
251
|
"consent": {
|
|
252
252
|
"functional": true
|
|
253
253
|
},
|
|
254
|
-
"id": "
|
|
254
|
+
"id": "72b663bfb3ac92d5",
|
|
255
255
|
"trigger": "visible",
|
|
256
256
|
"entity": "promotion",
|
|
257
257
|
"action": "visible",
|
|
@@ -320,7 +320,7 @@
|
|
|
320
320
|
"consent": {
|
|
321
321
|
"functional": true
|
|
322
322
|
},
|
|
323
|
-
"id": "
|
|
323
|
+
"id": "b4f0e414928d8ca8",
|
|
324
324
|
"trigger": "click",
|
|
325
325
|
"entity": "product",
|
|
326
326
|
"action": "add",
|
|
@@ -468,7 +468,7 @@
|
|
|
468
468
|
"consent": {
|
|
469
469
|
"functional": true
|
|
470
470
|
},
|
|
471
|
-
"id": "
|
|
471
|
+
"id": "dea51f8c35e97d4f",
|
|
472
472
|
"trigger": "load",
|
|
473
473
|
"entity": "order",
|
|
474
474
|
"action": "complete",
|
|
@@ -637,7 +637,7 @@
|
|
|
637
637
|
"consent": {
|
|
638
638
|
"functional": true
|
|
639
639
|
},
|
|
640
|
-
"id": "
|
|
640
|
+
"id": "797f0e83411a5eca",
|
|
641
641
|
"trigger": "load",
|
|
642
642
|
"entity": "page",
|
|
643
643
|
"action": "view",
|
|
@@ -691,7 +691,7 @@
|
|
|
691
691
|
"consent": {
|
|
692
692
|
"functional": true
|
|
693
693
|
},
|
|
694
|
-
"id": "
|
|
694
|
+
"id": "62035554c7895f8c",
|
|
695
695
|
"trigger": "load",
|
|
696
696
|
"entity": "product",
|
|
697
697
|
"action": "view",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@walkeros/web-destination-piwikpro",
|
|
3
3
|
"description": "Piwik PRO 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/core": "4.0.
|
|
41
|
-
"@walkeros/web-core": "4.0.
|
|
40
|
+
"@walkeros/core": "4.0.2",
|
|
41
|
+
"@walkeros/web-core": "4.0.2"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
|
-
"@walkeros/collector": "4.0.
|
|
44
|
+
"@walkeros/collector": "4.0.2"
|
|
45
45
|
},
|
|
46
46
|
"repository": {
|
|
47
47
|
"url": "git+https://github.com/elbwalker/walkerOS.git",
|