@walkeros/web-destination-amplitude 4.2.1-next-1781715165983 → 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,6 +1,6 @@
1
1
  # @walkeros/web-destination-amplitude
2
2
 
3
- ## 4.2.1-next-1781715165983
3
+ ## 4.2.1
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -9,8 +9,8 @@
9
9
  - Updated dependencies [d1b41ca]
10
10
  - Updated dependencies [0a8a08b]
11
11
  - Updated dependencies [8afb7cc]
12
- - @walkeros/core@4.2.1-next-1781715165983
13
- - @walkeros/web-core@4.2.1-next-1781715165983
12
+ - @walkeros/core@4.2.1
13
+ - @walkeros/web-core@4.2.1
14
14
 
15
15
  ## 4.2.0
16
16
 
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$meta": {
3
3
  "package": "@walkeros/web-destination-amplitude",
4
- "version": "4.2.1-next-1781715165983",
4
+ "version": "4.2.1",
5
5
  "type": "destination",
6
6
  "platform": [
7
7
  "web"
@@ -288,7 +288,7 @@
288
288
  "consent": {
289
289
  "functional": true
290
290
  },
291
- "id": "6013153902cd02ba",
291
+ "id": "2f6ac7132212f8b8",
292
292
  "trigger": "load",
293
293
  "entity": "product",
294
294
  "action": "view",
@@ -350,7 +350,7 @@
350
350
  "consent": {
351
351
  "functional": true
352
352
  },
353
- "id": "f7979fc43f490849",
353
+ "id": "ec672c16074570e6",
354
354
  "trigger": "load",
355
355
  "entity": "page",
356
356
  "action": "view",
@@ -425,7 +425,7 @@
425
425
  "consent": {
426
426
  "functional": true
427
427
  },
428
- "id": "c7d1ee7f98255a57",
428
+ "id": "d78d541f79d7c5a0",
429
429
  "trigger": "load",
430
430
  "entity": "product",
431
431
  "action": "view",
@@ -494,7 +494,7 @@
494
494
  "consent": {
495
495
  "functional": true
496
496
  },
497
- "id": "26764c027db24a58",
497
+ "id": "0ea20e1955d56765",
498
498
  "trigger": "test",
499
499
  "entity": "company",
500
500
  "action": "update",
@@ -641,7 +641,7 @@
641
641
  "consent": {
642
642
  "functional": true
643
643
  },
644
- "id": "f98cbd603f6b6f0b",
644
+ "id": "078e7589210539db",
645
645
  "trigger": "load",
646
646
  "entity": "order",
647
647
  "action": "complete",
@@ -802,7 +802,7 @@
802
802
  "consent": {
803
803
  "functional": true
804
804
  },
805
- "id": "a741674d0d7b5362",
805
+ "id": "10566c3f3259ddab",
806
806
  "trigger": "load",
807
807
  "entity": "order",
808
808
  "action": "complete",
@@ -870,7 +870,7 @@
870
870
  "consent": {
871
871
  "functional": true
872
872
  },
873
- "id": "71aee868603d424e",
873
+ "id": "fa672301ccbdb889",
874
874
  "trigger": "test",
875
875
  "entity": "subscription",
876
876
  "action": "renew",
@@ -952,7 +952,7 @@
952
952
  "consent": {
953
953
  "functional": true
954
954
  },
955
- "id": "eaeb40b3a0a8086e",
955
+ "id": "3108391b9c0547b6",
956
956
  "trigger": "test",
957
957
  "entity": "user",
958
958
  "action": "login",
@@ -1060,7 +1060,7 @@
1060
1060
  "consent": {
1061
1061
  "functional": true
1062
1062
  },
1063
- "id": "384e7f42f436e5e9",
1063
+ "id": "069f4b1d1a87b270",
1064
1064
  "trigger": "test",
1065
1065
  "entity": "user",
1066
1066
  "action": "logout",
@@ -1127,7 +1127,7 @@
1127
1127
  "consent": {
1128
1128
  "functional": true
1129
1129
  },
1130
- "id": "7484346eb823f3b2",
1130
+ "id": "f89b0736fcd5f507",
1131
1131
  "trigger": "test",
1132
1132
  "entity": "debug",
1133
1133
  "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.2.1-next-1781715165983",
4
+ "version": "4.2.1",
5
5
  "license": "MIT",
6
6
  "main": "./dist/index.js",
7
7
  "module": "./dist/index.mjs",
@@ -39,11 +39,11 @@
39
39
  },
40
40
  "dependencies": {
41
41
  "@amplitude/unified": "^1.0.16",
42
- "@walkeros/core": "4.2.1-next-1781715165983",
43
- "@walkeros/web-core": "4.2.1-next-1781715165983"
42
+ "@walkeros/core": "4.2.1",
43
+ "@walkeros/web-core": "4.2.1"
44
44
  },
45
45
  "devDependencies": {
46
- "@walkeros/collector": "4.2.1-next-1781715165983"
46
+ "@walkeros/collector": "4.2.1"
47
47
  },
48
48
  "repository": {
49
49
  "url": "git+https://github.com/elbwalker/walkerOS.git",