@walkeros/web-destination-meta 3.1.1 → 3.2.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.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$meta": {
3
3
  "package": "@walkeros/web-destination-meta",
4
- "version": "3.1.0",
4
+ "version": "3.1.1",
5
5
  "type": "destination",
6
6
  "platform": [
7
7
  "web"
@@ -143,7 +143,7 @@
143
143
  "group": "gr0up",
144
144
  "count": 1,
145
145
  "version": {
146
- "source": "3.1.0",
146
+ "source": "3.1.1",
147
147
  "tagging": 1
148
148
  },
149
149
  "source": {
@@ -249,7 +249,7 @@
249
249
  "group": "gr0up",
250
250
  "count": 1,
251
251
  "version": {
252
- "source": "3.1.0",
252
+ "source": "3.1.1",
253
253
  "tagging": 1
254
254
  },
255
255
  "source": {
@@ -337,7 +337,7 @@
337
337
  "group": "gr0up",
338
338
  "count": 1,
339
339
  "version": {
340
- "source": "3.1.0",
340
+ "source": "3.1.1",
341
341
  "tagging": 1
342
342
  },
343
343
  "source": {
@@ -359,7 +359,7 @@
359
359
  "nested",
360
360
  {
361
361
  "condition": {
362
- "$code": "e=>vh(e)&&\"product\"===e.entity"
362
+ "$code": "e=>wh(e)&&\"product\"===e.entity"
363
363
  },
364
364
  "map": {
365
365
  "id": "data.id",
@@ -453,7 +453,7 @@
453
453
  "group": "gr0up",
454
454
  "count": 1,
455
455
  "version": {
456
- "source": "3.1.0",
456
+ "source": "3.1.1",
457
457
  "tagging": 1
458
458
  },
459
459
  "source": {
@@ -558,7 +558,7 @@
558
558
  "group": "gr0up",
559
559
  "count": 1,
560
560
  "version": {
561
- "source": "3.1.0",
561
+ "source": "3.1.1",
562
562
  "tagging": 1
563
563
  },
564
564
  "source": {
@@ -580,7 +580,7 @@
580
580
  "nested",
581
581
  {
582
582
  "condition": {
583
- "$code": "e=>vh(e)&&\"product\"===e.entity"
583
+ "$code": "e=>wh(e)&&\"product\"===e.entity"
584
584
  },
585
585
  "map": {
586
586
  "id": "data.id",
@@ -667,7 +667,7 @@
667
667
  "group": "gr0up",
668
668
  "count": 1,
669
669
  "version": {
670
- "source": "3.1.0",
670
+ "source": "3.1.1",
671
671
  "tagging": 1
672
672
  },
673
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.1.1",
4
+ "version": "3.2.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.1.1"
39
+ "@walkeros/web-core": "^3.2.0"
40
40
  },
41
41
  "devDependencies": {
42
42
  "@types/facebook-pixel": "^0.0.31",
43
- "@walkeros/collector": "^3.1.1"
43
+ "@walkeros/collector": "^3.2.0"
44
44
  },
45
45
  "repository": {
46
46
  "url": "git+https://github.com/elbwalker/walkerOS.git",