@walkeros/server-destination-posthog 4.2.1 → 4.2.2-next-1782892388850

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,5 +1,12 @@
1
1
  # @walkeros/server-destination-posthog
2
2
 
3
+ ## 4.2.2-next-1782892388850
4
+
5
+ ### Patch Changes
6
+
7
+ - @walkeros/core@4.2.2-next-1782892388850
8
+ - @walkeros/server-core@4.2.2-next-1782892388850
9
+
3
10
  ## 4.2.1
4
11
 
5
12
  ### Patch Changes
@@ -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.2-next-1782892388850",
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": "63c4f66285630072",
140
+ "id": "944db2412d2fcea4",
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": "c2d7cb183eccd837",
257
+ "id": "7d36ccca36d1455f",
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": "ae812218258e33e8",
359
+ "id": "23f9275bc52bf29a",
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": "0724595a4ae087ac",
421
+ "id": "e01fa55df72fff17",
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": "7be217d9c007c061",
505
+ "id": "e80b7a5cce2b9a7f",
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.2-next-1782892388850",
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.2-next-1782892388850",
39
+ "@walkeros/server-core": "4.2.2-next-1782892388850",
40
40
  "posthog-node": "^5.0.0"
41
41
  },
42
42
  "devDependencies": {
43
- "@walkeros/collector": "4.2.1"
43
+ "@walkeros/collector": "4.2.2-next-1782892388850"
44
44
  },
45
45
  "repository": {
46
46
  "url": "git+https://github.com/elbwalker/walkerOS.git",