@walkeros/web-destination-meta 4.2.1-next-1781682752679 → 4.2.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/CHANGELOG.md CHANGED
@@ -1,14 +1,16 @@
1
1
  # @walkeros/web-destination-meta
2
2
 
3
- ## 4.2.1-next-1781682752679
3
+ ## 4.2.1
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies [5cbcd23]
8
+ - Updated dependencies [31c6858]
9
+ - Updated dependencies [d1b41ca]
8
10
  - Updated dependencies [0a8a08b]
9
11
  - Updated dependencies [8afb7cc]
10
- - @walkeros/core@4.2.1-next-1781682752679
11
- - @walkeros/web-core@4.2.1-next-1781682752679
12
+ - @walkeros/core@4.2.1
13
+ - @walkeros/web-core@4.2.1
12
14
 
13
15
  ## 4.2.0
14
16
 
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$meta": {
3
3
  "package": "@walkeros/web-destination-meta",
4
- "version": "4.2.1-next-1781682752679",
4
+ "version": "4.2.1",
5
5
  "type": "destination",
6
6
  "platform": [
7
7
  "web"
@@ -143,6 +143,8 @@
143
143
  "timestamp": 1700000001,
144
144
  "timing": 3.14,
145
145
  "source": {
146
+ "count": 1,
147
+ "trace": "0a1b2c3d4e5f60718293a4b5c6d7e8f9",
146
148
  "type": "collector",
147
149
  "schema": "4"
148
150
  }
@@ -240,6 +242,8 @@
240
242
  "timestamp": 1700000005,
241
243
  "timing": 3.14,
242
244
  "source": {
245
+ "count": 1,
246
+ "trace": "0a1b2c3d4e5f60718293a4b5c6d7e8f9",
243
247
  "type": "collector",
244
248
  "schema": "4"
245
249
  }
@@ -343,6 +347,8 @@
343
347
  "timestamp": 1700000003,
344
348
  "timing": 3.14,
345
349
  "source": {
350
+ "count": 1,
351
+ "trace": "0a1b2c3d4e5f60718293a4b5c6d7e8f9",
346
352
  "type": "collector",
347
353
  "schema": "4"
348
354
  }
@@ -450,6 +456,8 @@
450
456
  "timestamp": 1700000004,
451
457
  "timing": 3.14,
452
458
  "source": {
459
+ "count": 1,
460
+ "trace": "0a1b2c3d4e5f60718293a4b5c6d7e8f9",
453
461
  "type": "collector",
454
462
  "schema": "4"
455
463
  }
@@ -553,6 +561,8 @@
553
561
  "timestamp": 1700000000,
554
562
  "timing": 3.14,
555
563
  "source": {
564
+ "count": 1,
565
+ "trace": "0a1b2c3d4e5f60718293a4b5c6d7e8f9",
556
566
  "type": "collector",
557
567
  "schema": "4"
558
568
  }
@@ -660,6 +670,8 @@
660
670
  "timestamp": 1700000002,
661
671
  "timing": 3.14,
662
672
  "source": {
673
+ "count": 1,
674
+ "trace": "0a1b2c3d4e5f60718293a4b5c6d7e8f9",
663
675
  "type": "collector",
664
676
  "schema": "4"
665
677
  }
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": "4.2.1-next-1781682752679",
4
+ "version": "4.2.1",
5
5
  "license": "MIT",
6
6
  "main": "./dist/index.js",
7
7
  "module": "./dist/index.mjs",
@@ -38,12 +38,12 @@
38
38
  "update": "npx npm-check-updates -u && npm update"
39
39
  },
40
40
  "dependencies": {
41
- "@walkeros/core": "4.2.1-next-1781682752679",
42
- "@walkeros/web-core": "4.2.1-next-1781682752679"
41
+ "@walkeros/core": "4.2.1",
42
+ "@walkeros/web-core": "4.2.1"
43
43
  },
44
44
  "devDependencies": {
45
45
  "@types/facebook-pixel": "^0.0.31",
46
- "@walkeros/collector": "4.2.1-next-1781682752679"
46
+ "@walkeros/collector": "4.2.1"
47
47
  },
48
48
  "repository": {
49
49
  "url": "git+https://github.com/elbwalker/walkerOS.git",