@walkeros/server-destination-posthog 3.4.1-next-1776790594143 → 3.4.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/dist/walkerOS.json +6 -6
- package/package.json +4 -4
package/dist/walkerOS.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$meta": {
|
|
3
3
|
"package": "@walkeros/server-destination-posthog",
|
|
4
|
-
"version": "3.4.1
|
|
4
|
+
"version": "3.4.1",
|
|
5
5
|
"type": "destination",
|
|
6
6
|
"platform": [
|
|
7
7
|
"server"
|
|
@@ -153,7 +153,7 @@
|
|
|
153
153
|
"group": "gr0up",
|
|
154
154
|
"count": 1,
|
|
155
155
|
"version": {
|
|
156
|
-
"source": "3.4.1
|
|
156
|
+
"source": "3.4.1",
|
|
157
157
|
"tagging": 1
|
|
158
158
|
},
|
|
159
159
|
"source": {
|
|
@@ -275,7 +275,7 @@
|
|
|
275
275
|
"group": "gr0up",
|
|
276
276
|
"count": 1,
|
|
277
277
|
"version": {
|
|
278
|
-
"source": "3.4.1
|
|
278
|
+
"source": "3.4.1",
|
|
279
279
|
"tagging": 1
|
|
280
280
|
},
|
|
281
281
|
"source": {
|
|
@@ -376,7 +376,7 @@
|
|
|
376
376
|
"group": "gr0up",
|
|
377
377
|
"count": 1,
|
|
378
378
|
"version": {
|
|
379
|
-
"source": "3.4.1
|
|
379
|
+
"source": "3.4.1",
|
|
380
380
|
"tagging": 1
|
|
381
381
|
},
|
|
382
382
|
"source": {
|
|
@@ -450,7 +450,7 @@
|
|
|
450
450
|
"group": "gr0up",
|
|
451
451
|
"count": 1,
|
|
452
452
|
"version": {
|
|
453
|
-
"source": "3.4.1
|
|
453
|
+
"source": "3.4.1",
|
|
454
454
|
"tagging": 1
|
|
455
455
|
},
|
|
456
456
|
"source": {
|
|
@@ -546,7 +546,7 @@
|
|
|
546
546
|
"group": "gr0up",
|
|
547
547
|
"count": 1,
|
|
548
548
|
"version": {
|
|
549
|
-
"source": "3.4.1
|
|
549
|
+
"source": "3.4.1",
|
|
550
550
|
"tagging": 1
|
|
551
551
|
},
|
|
552
552
|
"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.1
|
|
4
|
+
"version": "3.4.1",
|
|
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.1
|
|
38
|
-
"@walkeros/server-core": "3.4.1
|
|
37
|
+
"@walkeros/core": "3.4.1",
|
|
38
|
+
"@walkeros/server-core": "3.4.1",
|
|
39
39
|
"posthog-node": "^5.0.0"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
|
-
"@walkeros/collector": "3.4.1
|
|
42
|
+
"@walkeros/collector": "3.4.1"
|
|
43
43
|
},
|
|
44
44
|
"repository": {
|
|
45
45
|
"url": "git+https://github.com/elbwalker/walkerOS.git",
|