@walkeros/server-destination-posthog 3.4.0-next-1776749829492 → 3.4.0

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.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$meta": {
3
3
  "package": "@walkeros/server-destination-posthog",
4
- "version": "3.4.0-next-1776749829492",
4
+ "version": "3.4.0",
5
5
  "type": "destination",
6
6
  "platform": [
7
7
  "server"
@@ -151,7 +151,7 @@
151
151
  "group": "gr0up",
152
152
  "count": 1,
153
153
  "version": {
154
- "source": "3.4.0-next-1776749829492",
154
+ "source": "3.4.0",
155
155
  "tagging": 1
156
156
  },
157
157
  "source": {
@@ -271,7 +271,7 @@
271
271
  "group": "gr0up",
272
272
  "count": 1,
273
273
  "version": {
274
- "source": "3.4.0-next-1776749829492",
274
+ "source": "3.4.0",
275
275
  "tagging": 1
276
276
  },
277
277
  "source": {
@@ -366,7 +366,7 @@
366
366
  "group": "gr0up",
367
367
  "count": 1,
368
368
  "version": {
369
- "source": "3.4.0-next-1776749829492",
369
+ "source": "3.4.0",
370
370
  "tagging": 1
371
371
  },
372
372
  "source": {
@@ -438,7 +438,7 @@
438
438
  "group": "gr0up",
439
439
  "count": 1,
440
440
  "version": {
441
- "source": "3.4.0-next-1776749829492",
441
+ "source": "3.4.0",
442
442
  "tagging": 1
443
443
  },
444
444
  "source": {
@@ -532,7 +532,7 @@
532
532
  "group": "gr0up",
533
533
  "count": 1,
534
534
  "version": {
535
- "source": "3.4.0-next-1776749829492",
535
+ "source": "3.4.0",
536
536
  "tagging": 1
537
537
  },
538
538
  "source": {
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": "3.4.0-next-1776749829492",
4
+ "version": "3.4.0",
5
5
  "license": "MIT",
6
6
  "exports": {
7
7
  ".": {
@@ -34,12 +34,12 @@
34
34
  "update": "npx npm-check-updates -u && npm update"
35
35
  },
36
36
  "dependencies": {
37
- "@walkeros/core": "3.4.0-next-1776749829492",
38
- "@walkeros/server-core": "3.4.0-next-1776749829492",
37
+ "@walkeros/core": "3.4.0",
38
+ "@walkeros/server-core": "3.4.0",
39
39
  "posthog-node": "^5.0.0"
40
40
  },
41
41
  "devDependencies": {
42
- "@walkeros/collector": "3.4.0-next-1776749829492"
42
+ "@walkeros/collector": "3.4.0"
43
43
  },
44
44
  "repository": {
45
45
  "url": "git+https://github.com/elbwalker/walkerOS.git",