@walkeros/web-destination-amplitude 4.0.1 → 4.0.2

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-amplitude",
4
- "version": "4.0.1",
4
+ "version": "4.0.2",
5
5
  "type": "destination",
6
6
  "platform": [
7
7
  "web"
@@ -281,7 +281,7 @@
281
281
  "consent": {
282
282
  "functional": true
283
283
  },
284
- "id": "9a4589eb3e1a0c50",
284
+ "id": "c33461644ef02e78",
285
285
  "trigger": "load",
286
286
  "entity": "product",
287
287
  "action": "view",
@@ -341,7 +341,7 @@
341
341
  "consent": {
342
342
  "functional": true
343
343
  },
344
- "id": "1497b0bcbf873719",
344
+ "id": "c68f2ed351f64aad",
345
345
  "trigger": "load",
346
346
  "entity": "page",
347
347
  "action": "view",
@@ -414,7 +414,7 @@
414
414
  "consent": {
415
415
  "functional": true
416
416
  },
417
- "id": "3f5cf9f30e5ce278",
417
+ "id": "0cd26b431ad8315a",
418
418
  "trigger": "load",
419
419
  "entity": "product",
420
420
  "action": "view",
@@ -481,7 +481,7 @@
481
481
  "consent": {
482
482
  "functional": true
483
483
  },
484
- "id": "783abe58935ef56e",
484
+ "id": "a4172fbd25c9d897",
485
485
  "trigger": "test",
486
486
  "entity": "company",
487
487
  "action": "update",
@@ -626,7 +626,7 @@
626
626
  "consent": {
627
627
  "functional": true
628
628
  },
629
- "id": "a2a6ce5f19b0925a",
629
+ "id": "ac9308e326141dd9",
630
630
  "trigger": "load",
631
631
  "entity": "order",
632
632
  "action": "complete",
@@ -785,7 +785,7 @@
785
785
  "consent": {
786
786
  "functional": true
787
787
  },
788
- "id": "d406e63112faf663",
788
+ "id": "dbf4503eb0b4d7cf",
789
789
  "trigger": "load",
790
790
  "entity": "order",
791
791
  "action": "complete",
@@ -851,7 +851,7 @@
851
851
  "consent": {
852
852
  "functional": true
853
853
  },
854
- "id": "29b0a5c7d7e0fbe1",
854
+ "id": "507d7dd8d9e58662",
855
855
  "trigger": "test",
856
856
  "entity": "subscription",
857
857
  "action": "renew",
@@ -931,7 +931,7 @@
931
931
  "consent": {
932
932
  "functional": true
933
933
  },
934
- "id": "4b6c5ddd32b6cefc",
934
+ "id": "b074a6fa2acdd8e0",
935
935
  "trigger": "test",
936
936
  "entity": "user",
937
937
  "action": "login",
@@ -1037,7 +1037,7 @@
1037
1037
  "consent": {
1038
1038
  "functional": true
1039
1039
  },
1040
- "id": "6977842df6dda805",
1040
+ "id": "dc427f14d4b17fb6",
1041
1041
  "trigger": "test",
1042
1042
  "entity": "user",
1043
1043
  "action": "logout",
@@ -1102,7 +1102,7 @@
1102
1102
  "consent": {
1103
1103
  "functional": true
1104
1104
  },
1105
- "id": "42c7fdb18c836c74",
1105
+ "id": "b9473703889ecccf",
1106
1106
  "trigger": "test",
1107
1107
  "entity": "debug",
1108
1108
  "action": "noise",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@walkeros/web-destination-amplitude",
3
3
  "description": "Amplitude web destination for walkerOS (analytics, session replay, experiments, guides & surveys)",
4
- "version": "4.0.1",
4
+ "version": "4.0.2",
5
5
  "license": "MIT",
6
6
  "main": "./dist/index.js",
7
7
  "module": "./dist/index.mjs",
@@ -38,10 +38,10 @@
38
38
  },
39
39
  "dependencies": {
40
40
  "@amplitude/unified": "^1.0.16",
41
- "@walkeros/web-core": "4.0.1"
41
+ "@walkeros/web-core": "4.0.2"
42
42
  },
43
43
  "devDependencies": {
44
- "@walkeros/collector": "4.0.1"
44
+ "@walkeros/collector": "4.0.2"
45
45
  },
46
46
  "repository": {
47
47
  "url": "git+https://github.com/elbwalker/walkerOS.git",