@walkeros/server-destination-posthog 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 +3 -3
- package/dist/walkerOS.json +6 -6
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @walkeros/server-destination-posthog
|
|
2
2
|
|
|
3
|
-
## 4.2.1
|
|
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
|
|
13
|
-
- @walkeros/server-core@4.2.1
|
|
12
|
+
- @walkeros/core@4.2.1
|
|
13
|
+
- @walkeros/server-core@4.2.1
|
|
14
14
|
|
|
15
15
|
## 4.2.0
|
|
16
16
|
|
package/dist/walkerOS.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$meta": {
|
|
3
3
|
"package": "@walkeros/server-destination-posthog",
|
|
4
|
-
"version": "4.2.1
|
|
4
|
+
"version": "4.2.1",
|
|
5
5
|
"type": "destination",
|
|
6
6
|
"platform": [
|
|
7
7
|
"server"
|
|
@@ -137,7 +137,7 @@
|
|
|
137
137
|
"consent": {
|
|
138
138
|
"functional": true
|
|
139
139
|
},
|
|
140
|
-
"id": "
|
|
140
|
+
"id": "63c4f66285630072",
|
|
141
141
|
"trigger": "load",
|
|
142
142
|
"entity": "page",
|
|
143
143
|
"action": "view",
|
|
@@ -254,7 +254,7 @@
|
|
|
254
254
|
"consent": {
|
|
255
255
|
"functional": true
|
|
256
256
|
},
|
|
257
|
-
"id": "
|
|
257
|
+
"id": "c2d7cb183eccd837",
|
|
258
258
|
"trigger": "load",
|
|
259
259
|
"entity": "order",
|
|
260
260
|
"action": "complete",
|
|
@@ -356,7 +356,7 @@
|
|
|
356
356
|
"consent": {
|
|
357
357
|
"functional": true
|
|
358
358
|
},
|
|
359
|
-
"id": "
|
|
359
|
+
"id": "ae812218258e33e8",
|
|
360
360
|
"trigger": "load",
|
|
361
361
|
"entity": "product",
|
|
362
362
|
"action": "view",
|
|
@@ -418,7 +418,7 @@
|
|
|
418
418
|
"consent": {
|
|
419
419
|
"functional": true
|
|
420
420
|
},
|
|
421
|
-
"id": "
|
|
421
|
+
"id": "0724595a4ae087ac",
|
|
422
422
|
"trigger": "test",
|
|
423
423
|
"entity": "company",
|
|
424
424
|
"action": "update",
|
|
@@ -502,7 +502,7 @@
|
|
|
502
502
|
"consent": {
|
|
503
503
|
"functional": true
|
|
504
504
|
},
|
|
505
|
-
"id": "
|
|
505
|
+
"id": "7be217d9c007c061",
|
|
506
506
|
"trigger": "test",
|
|
507
507
|
"entity": "user",
|
|
508
508
|
"action": "login",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@walkeros/server-destination-posthog",
|
|
3
3
|
"description": "PostHog server destination for walkerOS",
|
|
4
|
-
"version": "4.2.1
|
|
4
|
+
"version": "4.2.1",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"exports": {
|
|
7
7
|
".": {
|
|
@@ -35,12 +35,12 @@
|
|
|
35
35
|
"update": "npx npm-check-updates -u && npm update"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@walkeros/core": "4.2.1
|
|
39
|
-
"@walkeros/server-core": "4.2.1
|
|
38
|
+
"@walkeros/core": "4.2.1",
|
|
39
|
+
"@walkeros/server-core": "4.2.1",
|
|
40
40
|
"posthog-node": "^5.0.0"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
|
-
"@walkeros/collector": "4.2.1
|
|
43
|
+
"@walkeros/collector": "4.2.1"
|
|
44
44
|
},
|
|
45
45
|
"repository": {
|
|
46
46
|
"url": "git+https://github.com/elbwalker/walkerOS.git",
|