@walkeros/web-destination-d8a 4.3.1 → 4.3.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 +4 -4
- 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-d8a",
|
|
4
|
-
"version": "4.3.
|
|
4
|
+
"version": "4.3.2",
|
|
5
5
|
"type": "destination",
|
|
6
6
|
"platform": [
|
|
7
7
|
"web"
|
|
@@ -279,7 +279,7 @@
|
|
|
279
279
|
"consent": {
|
|
280
280
|
"functional": true
|
|
281
281
|
},
|
|
282
|
-
"id": "
|
|
282
|
+
"id": "f83e459929eef401",
|
|
283
283
|
"trigger": "click",
|
|
284
284
|
"entity": "product",
|
|
285
285
|
"action": "add",
|
|
@@ -446,7 +446,7 @@
|
|
|
446
446
|
"consent": {
|
|
447
447
|
"functional": true
|
|
448
448
|
},
|
|
449
|
-
"id": "
|
|
449
|
+
"id": "d2a968577236a43f",
|
|
450
450
|
"trigger": "load",
|
|
451
451
|
"entity": "page",
|
|
452
452
|
"action": "view",
|
|
@@ -550,7 +550,7 @@
|
|
|
550
550
|
"consent": {
|
|
551
551
|
"functional": true
|
|
552
552
|
},
|
|
553
|
-
"id": "
|
|
553
|
+
"id": "7b82c23c30ff2f29",
|
|
554
554
|
"trigger": "load",
|
|
555
555
|
"entity": "order",
|
|
556
556
|
"action": "complete",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@walkeros/web-destination-d8a",
|
|
3
3
|
"description": "d8a web destination for walkerOS",
|
|
4
|
-
"version": "4.3.
|
|
4
|
+
"version": "4.3.2",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "./dist/index.js",
|
|
7
7
|
"module": "./dist/index.mjs",
|
|
@@ -38,11 +38,11 @@
|
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
40
|
"@d8a-tech/wt": "^1.2.1",
|
|
41
|
-
"@walkeros/core": "4.3.
|
|
42
|
-
"@walkeros/web-core": "4.3.
|
|
41
|
+
"@walkeros/core": "4.3.2",
|
|
42
|
+
"@walkeros/web-core": "4.3.2"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
|
-
"@walkeros/collector": "4.3.
|
|
45
|
+
"@walkeros/collector": "4.3.2"
|
|
46
46
|
},
|
|
47
47
|
"repository": {
|
|
48
48
|
"url": "git+https://github.com/elbwalker/walkerOS.git",
|