@walkeros/server-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 CHANGED
@@ -1,5 +1,12 @@
1
1
  # @walkeros/server-destination-posthog
2
2
 
3
+ ## 4.1.2
4
+
5
+ ### Patch Changes
6
+
7
+ - @walkeros/core@4.1.2
8
+ - @walkeros/server-core@4.1.2
9
+
3
10
  ## 4.1.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.1.1",
4
+ "version": "4.1.2",
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": "05c759db13654b83",
140
+ "id": "2b7ca0729a18dd87",
141
141
  "trigger": "load",
142
142
  "entity": "page",
143
143
  "action": "view",
@@ -252,7 +252,7 @@
252
252
  "consent": {
253
253
  "functional": true
254
254
  },
255
- "id": "d4983e452b874369",
255
+ "id": "732c3c0ea9779710",
256
256
  "trigger": "load",
257
257
  "entity": "order",
258
258
  "action": "complete",
@@ -346,7 +346,7 @@
346
346
  "consent": {
347
347
  "functional": true
348
348
  },
349
- "id": "83fdb9daba00a4e3",
349
+ "id": "6a416489e1f67cb3",
350
350
  "trigger": "load",
351
351
  "entity": "product",
352
352
  "action": "view",
@@ -406,7 +406,7 @@
406
406
  "consent": {
407
407
  "functional": true
408
408
  },
409
- "id": "1d28d09580657dbb",
409
+ "id": "049832eb6fde935f",
410
410
  "trigger": "test",
411
411
  "entity": "company",
412
412
  "action": "update",
@@ -488,7 +488,7 @@
488
488
  "consent": {
489
489
  "functional": true
490
490
  },
491
- "id": "f00fbfb929f2eb37",
491
+ "id": "f0dd37b99da3369e",
492
492
  "trigger": "test",
493
493
  "entity": "user",
494
494
  "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.1.1",
4
+ "version": "4.1.2",
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.1.1",
39
- "@walkeros/server-core": "4.1.1",
38
+ "@walkeros/core": "4.1.2",
39
+ "@walkeros/server-core": "4.1.2",
40
40
  "posthog-node": "^5.0.0"
41
41
  },
42
42
  "devDependencies": {
43
- "@walkeros/collector": "4.1.1"
43
+ "@walkeros/collector": "4.1.2"
44
44
  },
45
45
  "repository": {
46
46
  "url": "git+https://github.com/elbwalker/walkerOS.git",