@walkeros/web-destination-posthog 4.1.1 → 4.1.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/CHANGELOG.md +7 -0
- package/dist/walkerOS.json +11 -11
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
package/dist/walkerOS.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$meta": {
|
|
3
3
|
"package": "@walkeros/web-destination-posthog",
|
|
4
|
-
"version": "4.1.
|
|
4
|
+
"version": "4.1.2",
|
|
5
5
|
"type": "destination",
|
|
6
6
|
"platform": [
|
|
7
7
|
"web"
|
|
@@ -273,7 +273,7 @@
|
|
|
273
273
|
"consent": {
|
|
274
274
|
"functional": true
|
|
275
275
|
},
|
|
276
|
-
"id": "
|
|
276
|
+
"id": "f2c29280f9601015",
|
|
277
277
|
"trigger": "load",
|
|
278
278
|
"entity": "product",
|
|
279
279
|
"action": "view",
|
|
@@ -333,7 +333,7 @@
|
|
|
333
333
|
"consent": {
|
|
334
334
|
"functional": true
|
|
335
335
|
},
|
|
336
|
-
"id": "
|
|
336
|
+
"id": "b907028140f0f827",
|
|
337
337
|
"trigger": "load",
|
|
338
338
|
"entity": "page",
|
|
339
339
|
"action": "view",
|
|
@@ -396,7 +396,7 @@
|
|
|
396
396
|
"consent": {
|
|
397
397
|
"functional": true
|
|
398
398
|
},
|
|
399
|
-
"id": "
|
|
399
|
+
"id": "a1bfd9d7ec42e54e",
|
|
400
400
|
"trigger": "load",
|
|
401
401
|
"entity": "product",
|
|
402
402
|
"action": "view",
|
|
@@ -463,7 +463,7 @@
|
|
|
463
463
|
"consent": {
|
|
464
464
|
"functional": true
|
|
465
465
|
},
|
|
466
|
-
"id": "
|
|
466
|
+
"id": "ce1e843d7f2ca562",
|
|
467
467
|
"trigger": "test",
|
|
468
468
|
"entity": "company",
|
|
469
469
|
"action": "update",
|
|
@@ -587,7 +587,7 @@
|
|
|
587
587
|
"consent": {
|
|
588
588
|
"functional": true
|
|
589
589
|
},
|
|
590
|
-
"id": "
|
|
590
|
+
"id": "96228c41c87340f9",
|
|
591
591
|
"trigger": "load",
|
|
592
592
|
"entity": "order",
|
|
593
593
|
"action": "complete",
|
|
@@ -656,7 +656,7 @@
|
|
|
656
656
|
"consent": {
|
|
657
657
|
"functional": true
|
|
658
658
|
},
|
|
659
|
-
"id": "
|
|
659
|
+
"id": "70294b8af4a2cf80",
|
|
660
660
|
"trigger": "test",
|
|
661
661
|
"entity": "profile",
|
|
662
662
|
"action": "update",
|
|
@@ -777,7 +777,7 @@
|
|
|
777
777
|
"consent": {
|
|
778
778
|
"functional": true
|
|
779
779
|
},
|
|
780
|
-
"id": "
|
|
780
|
+
"id": "6731c96dd71e9971",
|
|
781
781
|
"trigger": "load",
|
|
782
782
|
"entity": "order",
|
|
783
783
|
"action": "complete",
|
|
@@ -846,7 +846,7 @@
|
|
|
846
846
|
"consent": {
|
|
847
847
|
"functional": true
|
|
848
848
|
},
|
|
849
|
-
"id": "
|
|
849
|
+
"id": "661cbc1b0732ccb9",
|
|
850
850
|
"trigger": "test",
|
|
851
851
|
"entity": "user",
|
|
852
852
|
"action": "login",
|
|
@@ -939,7 +939,7 @@
|
|
|
939
939
|
"consent": {
|
|
940
940
|
"functional": true
|
|
941
941
|
},
|
|
942
|
-
"id": "
|
|
942
|
+
"id": "7181b8c7c3ad8d83",
|
|
943
943
|
"trigger": "test",
|
|
944
944
|
"entity": "user",
|
|
945
945
|
"action": "logout",
|
|
@@ -1004,7 +1004,7 @@
|
|
|
1004
1004
|
"consent": {
|
|
1005
1005
|
"functional": true
|
|
1006
1006
|
},
|
|
1007
|
-
"id": "
|
|
1007
|
+
"id": "3afc76b3e5d1c480",
|
|
1008
1008
|
"trigger": "test",
|
|
1009
1009
|
"entity": "debug",
|
|
1010
1010
|
"action": "noise",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@walkeros/web-destination-posthog",
|
|
3
3
|
"description": "PostHog web destination for walkerOS (product analytics, session replay, feature flags, surveys)",
|
|
4
|
-
"version": "4.1.
|
|
4
|
+
"version": "4.1.2",
|
|
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.1.
|
|
41
|
+
"@walkeros/core": "4.1.2",
|
|
42
42
|
"posthog-js": "^1.367.0",
|
|
43
|
-
"@walkeros/web-core": "4.1.
|
|
43
|
+
"@walkeros/web-core": "4.1.2"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@walkeros/collector": "4.1.
|
|
46
|
+
"@walkeros/collector": "4.1.2"
|
|
47
47
|
},
|
|
48
48
|
"repository": {
|
|
49
49
|
"url": "git+https://github.com/elbwalker/walkerOS.git",
|