@walkeros/web-destination-d8a 4.1.0 → 4.1.1
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.1.
|
|
4
|
+
"version": "4.1.1",
|
|
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": "ffa82bced1876ce5",
|
|
283
283
|
"trigger": "click",
|
|
284
284
|
"entity": "product",
|
|
285
285
|
"action": "add",
|
|
@@ -444,7 +444,7 @@
|
|
|
444
444
|
"consent": {
|
|
445
445
|
"functional": true
|
|
446
446
|
},
|
|
447
|
-
"id": "
|
|
447
|
+
"id": "98e90d0308bc4ac3",
|
|
448
448
|
"trigger": "load",
|
|
449
449
|
"entity": "page",
|
|
450
450
|
"action": "view",
|
|
@@ -546,7 +546,7 @@
|
|
|
546
546
|
"consent": {
|
|
547
547
|
"functional": true
|
|
548
548
|
},
|
|
549
|
-
"id": "
|
|
549
|
+
"id": "776b7cda5708d2cb",
|
|
550
550
|
"trigger": "load",
|
|
551
551
|
"entity": "order",
|
|
552
552
|
"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.1.
|
|
4
|
+
"version": "4.1.1",
|
|
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.1.
|
|
42
|
-
"@walkeros/web-core": "4.1.
|
|
41
|
+
"@walkeros/core": "4.1.1",
|
|
42
|
+
"@walkeros/web-core": "4.1.1"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
|
-
"@walkeros/collector": "4.1.
|
|
45
|
+
"@walkeros/collector": "4.1.1"
|
|
46
46
|
},
|
|
47
47
|
"repository": {
|
|
48
48
|
"url": "git+https://github.com/elbwalker/walkerOS.git",
|