@walkeros/web-destination-meta 3.0.2 → 3.1.0
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/dev.js +1 -1
- package/dist/dev.js.map +1 -1
- package/dist/dev.mjs +1 -1
- package/dist/dev.mjs.map +1 -1
- package/dist/examples/index.js +14130 -31
- package/dist/examples/index.mjs +14130 -31
- package/dist/index.browser.js +1 -1
- package/dist/index.es5.js +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/dist/walkerOS.json +12 -10
- package/package.json +6 -4
package/dist/walkerOS.json
CHANGED
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$meta": {
|
|
3
3
|
"package": "@walkeros/web-destination-meta",
|
|
4
|
-
"version": "3.0.
|
|
4
|
+
"version": "3.0.2",
|
|
5
5
|
"type": "destination",
|
|
6
|
-
"platform":
|
|
6
|
+
"platform": [
|
|
7
|
+
"web"
|
|
8
|
+
],
|
|
7
9
|
"docs": "https://www.walkeros.io/docs/destinations/web/meta-pixel",
|
|
8
10
|
"source": "https://github.com/elbwalker/walkerOS/tree/main/packages/web/destinations/meta/src"
|
|
9
11
|
},
|
|
@@ -141,7 +143,7 @@
|
|
|
141
143
|
"group": "gr0up",
|
|
142
144
|
"count": 1,
|
|
143
145
|
"version": {
|
|
144
|
-
"source": "3.0.
|
|
146
|
+
"source": "3.0.2",
|
|
145
147
|
"tagging": 1
|
|
146
148
|
},
|
|
147
149
|
"source": {
|
|
@@ -247,7 +249,7 @@
|
|
|
247
249
|
"group": "gr0up",
|
|
248
250
|
"count": 1,
|
|
249
251
|
"version": {
|
|
250
|
-
"source": "3.0.
|
|
252
|
+
"source": "3.0.2",
|
|
251
253
|
"tagging": 1
|
|
252
254
|
},
|
|
253
255
|
"source": {
|
|
@@ -335,7 +337,7 @@
|
|
|
335
337
|
"group": "gr0up",
|
|
336
338
|
"count": 1,
|
|
337
339
|
"version": {
|
|
338
|
-
"source": "3.0.
|
|
340
|
+
"source": "3.0.2",
|
|
339
341
|
"tagging": 1
|
|
340
342
|
},
|
|
341
343
|
"source": {
|
|
@@ -357,7 +359,7 @@
|
|
|
357
359
|
"nested",
|
|
358
360
|
{
|
|
359
361
|
"condition": {
|
|
360
|
-
"$code": "e=>
|
|
362
|
+
"$code": "e=>vh(e)&&\"product\"===e.entity"
|
|
361
363
|
},
|
|
362
364
|
"map": {
|
|
363
365
|
"id": "data.id",
|
|
@@ -451,7 +453,7 @@
|
|
|
451
453
|
"group": "gr0up",
|
|
452
454
|
"count": 1,
|
|
453
455
|
"version": {
|
|
454
|
-
"source": "3.0.
|
|
456
|
+
"source": "3.0.2",
|
|
455
457
|
"tagging": 1
|
|
456
458
|
},
|
|
457
459
|
"source": {
|
|
@@ -556,7 +558,7 @@
|
|
|
556
558
|
"group": "gr0up",
|
|
557
559
|
"count": 1,
|
|
558
560
|
"version": {
|
|
559
|
-
"source": "3.0.
|
|
561
|
+
"source": "3.0.2",
|
|
560
562
|
"tagging": 1
|
|
561
563
|
},
|
|
562
564
|
"source": {
|
|
@@ -578,7 +580,7 @@
|
|
|
578
580
|
"nested",
|
|
579
581
|
{
|
|
580
582
|
"condition": {
|
|
581
|
-
"$code": "e=>
|
|
583
|
+
"$code": "e=>vh(e)&&\"product\"===e.entity"
|
|
582
584
|
},
|
|
583
585
|
"map": {
|
|
584
586
|
"id": "data.id",
|
|
@@ -665,7 +667,7 @@
|
|
|
665
667
|
"group": "gr0up",
|
|
666
668
|
"count": 1,
|
|
667
669
|
"version": {
|
|
668
|
-
"source": "3.0.
|
|
670
|
+
"source": "3.0.2",
|
|
669
671
|
"tagging": 1
|
|
670
672
|
},
|
|
671
673
|
"source": {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@walkeros/web-destination-meta",
|
|
3
3
|
"description": "Meta pixel web destination for walkerOS",
|
|
4
|
-
"version": "3.0
|
|
4
|
+
"version": "3.1.0",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "./dist/index.js",
|
|
7
7
|
"module": "./dist/index.mjs",
|
|
@@ -36,11 +36,11 @@
|
|
|
36
36
|
"update": "npx npm-check-updates -u && npm update"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@walkeros/web-core": "^3.0
|
|
39
|
+
"@walkeros/web-core": "^3.1.0"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
42
|
"@types/facebook-pixel": "^0.0.31",
|
|
43
|
-
"@walkeros/collector": "^3.0
|
|
43
|
+
"@walkeros/collector": "^3.1.0"
|
|
44
44
|
},
|
|
45
45
|
"repository": {
|
|
46
46
|
"url": "git+https://github.com/elbwalker/walkerOS.git",
|
|
@@ -53,7 +53,9 @@
|
|
|
53
53
|
},
|
|
54
54
|
"walkerOS": {
|
|
55
55
|
"type": "destination",
|
|
56
|
-
"platform":
|
|
56
|
+
"platform": [
|
|
57
|
+
"web"
|
|
58
|
+
],
|
|
57
59
|
"docs": "https://www.walkeros.io/docs/destinations/web/meta-pixel"
|
|
58
60
|
},
|
|
59
61
|
"keywords": [
|