@walkeros/server-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.
- package/dist/walkerOS.json +9 -9
- package/package.json +4 -4
package/dist/walkerOS.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$meta": {
|
|
3
3
|
"package": "@walkeros/server-destination-amplitude",
|
|
4
|
-
"version": "4.0.
|
|
4
|
+
"version": "4.0.2",
|
|
5
5
|
"type": "destination",
|
|
6
6
|
"platform": [
|
|
7
7
|
"server"
|
|
@@ -261,7 +261,7 @@
|
|
|
261
261
|
"consent": {
|
|
262
262
|
"functional": true
|
|
263
263
|
},
|
|
264
|
-
"id": "
|
|
264
|
+
"id": "8ece58a5e9215a69",
|
|
265
265
|
"trigger": "load",
|
|
266
266
|
"entity": "product",
|
|
267
267
|
"action": "view",
|
|
@@ -321,7 +321,7 @@
|
|
|
321
321
|
"consent": {
|
|
322
322
|
"functional": true
|
|
323
323
|
},
|
|
324
|
-
"id": "
|
|
324
|
+
"id": "cfc87a389bd055f7",
|
|
325
325
|
"trigger": "load",
|
|
326
326
|
"entity": "page",
|
|
327
327
|
"action": "view",
|
|
@@ -387,7 +387,7 @@
|
|
|
387
387
|
"consent": {
|
|
388
388
|
"functional": true
|
|
389
389
|
},
|
|
390
|
-
"id": "
|
|
390
|
+
"id": "a9a7db0c9b7a7e58",
|
|
391
391
|
"trigger": "load",
|
|
392
392
|
"entity": "product",
|
|
393
393
|
"action": "view",
|
|
@@ -526,7 +526,7 @@
|
|
|
526
526
|
"consent": {
|
|
527
527
|
"functional": true
|
|
528
528
|
},
|
|
529
|
-
"id": "
|
|
529
|
+
"id": "aa0e211949c894a2",
|
|
530
530
|
"trigger": "test",
|
|
531
531
|
"entity": "company",
|
|
532
532
|
"action": "update",
|
|
@@ -671,7 +671,7 @@
|
|
|
671
671
|
"consent": {
|
|
672
672
|
"functional": true
|
|
673
673
|
},
|
|
674
|
-
"id": "
|
|
674
|
+
"id": "307144d763638295",
|
|
675
675
|
"trigger": "load",
|
|
676
676
|
"entity": "order",
|
|
677
677
|
"action": "complete",
|
|
@@ -787,7 +787,7 @@
|
|
|
787
787
|
"consent": {
|
|
788
788
|
"functional": true
|
|
789
789
|
},
|
|
790
|
-
"id": "
|
|
790
|
+
"id": "11abdfa8cbf53db8",
|
|
791
791
|
"trigger": "test",
|
|
792
792
|
"entity": "subscription",
|
|
793
793
|
"action": "renew",
|
|
@@ -867,7 +867,7 @@
|
|
|
867
867
|
"consent": {
|
|
868
868
|
"functional": true
|
|
869
869
|
},
|
|
870
|
-
"id": "
|
|
870
|
+
"id": "3f5e01a5947d9a90",
|
|
871
871
|
"trigger": "test",
|
|
872
872
|
"entity": "user",
|
|
873
873
|
"action": "login",
|
|
@@ -971,7 +971,7 @@
|
|
|
971
971
|
"consent": {
|
|
972
972
|
"functional": true
|
|
973
973
|
},
|
|
974
|
-
"id": "
|
|
974
|
+
"id": "4939cad390f9f779",
|
|
975
975
|
"trigger": "test",
|
|
976
976
|
"entity": "debug",
|
|
977
977
|
"action": "noise",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@walkeros/server-destination-amplitude",
|
|
3
3
|
"description": "Amplitude server destination for walkerOS",
|
|
4
|
-
"version": "4.0.
|
|
4
|
+
"version": "4.0.2",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"exports": {
|
|
7
7
|
".": {
|
|
@@ -35,11 +35,11 @@
|
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
37
|
"@amplitude/analytics-node": "^1.5.53",
|
|
38
|
-
"@walkeros/core": "4.0.
|
|
39
|
-
"@walkeros/server-core": "4.0.
|
|
38
|
+
"@walkeros/core": "4.0.2",
|
|
39
|
+
"@walkeros/server-core": "4.0.2"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
|
-
"@walkeros/collector": "4.0.
|
|
42
|
+
"@walkeros/collector": "4.0.2"
|
|
43
43
|
},
|
|
44
44
|
"repository": {
|
|
45
45
|
"url": "git+https://github.com/elbwalker/walkerOS.git",
|