@walkeros/web-destination-d8a 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.
Files changed (2) hide show
  1. package/dist/walkerOS.json +10 -4
  2. package/package.json +4 -4
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$meta": {
3
3
  "package": "@walkeros/web-destination-d8a",
4
- "version": "4.2.1-next-1781682752679",
4
+ "version": "4.2.1",
5
5
  "type": "destination",
6
6
  "platform": [
7
7
  "web"
@@ -279,13 +279,15 @@
279
279
  "consent": {
280
280
  "functional": true
281
281
  },
282
- "id": "bb865b71e7f13d7c",
282
+ "id": "aea5fe0849f7f541",
283
283
  "trigger": "click",
284
284
  "entity": "product",
285
285
  "action": "add",
286
286
  "timestamp": 1700000301,
287
287
  "timing": 3.14,
288
288
  "source": {
289
+ "count": 1,
290
+ "trace": "0a1b2c3d4e5f60718293a4b5c6d7e8f9",
289
291
  "type": "collector",
290
292
  "schema": "4"
291
293
  }
@@ -444,13 +446,15 @@
444
446
  "consent": {
445
447
  "functional": true
446
448
  },
447
- "id": "28ec545d1fb1baec",
449
+ "id": "4a83610eb7e6a633",
448
450
  "trigger": "load",
449
451
  "entity": "page",
450
452
  "action": "view",
451
453
  "timestamp": 1700000300,
452
454
  "timing": 3.14,
453
455
  "source": {
456
+ "count": 1,
457
+ "trace": "0a1b2c3d4e5f60718293a4b5c6d7e8f9",
454
458
  "type": "collector",
455
459
  "schema": "4"
456
460
  }
@@ -546,13 +550,15 @@
546
550
  "consent": {
547
551
  "functional": true
548
552
  },
549
- "id": "cf66393d1a4b3107",
553
+ "id": "393e53f832828cdf",
550
554
  "trigger": "load",
551
555
  "entity": "order",
552
556
  "action": "complete",
553
557
  "timestamp": 1700000302,
554
558
  "timing": 3.14,
555
559
  "source": {
560
+ "count": 1,
561
+ "trace": "0a1b2c3d4e5f60718293a4b5c6d7e8f9",
556
562
  "type": "collector",
557
563
  "schema": "4"
558
564
  }
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.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,11 +38,11 @@
38
38
  },
39
39
  "dependencies": {
40
40
  "@d8a-tech/wt": "^1.2.1",
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
- "@walkeros/collector": "4.2.1-next-1781682752679"
45
+ "@walkeros/collector": "4.2.1"
46
46
  },
47
47
  "repository": {
48
48
  "url": "git+https://github.com/elbwalker/walkerOS.git",