@walkeros/server-destination-posthog 3.3.0 → 3.3.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
|
+
"version": "3.3.1",
|
|
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.
|
|
154
|
+
"source": "3.3.1",
|
|
155
155
|
"tagging": 1
|
|
156
156
|
},
|
|
157
157
|
"source": {
|
|
@@ -269,7 +269,7 @@
|
|
|
269
269
|
"group": "gr0up",
|
|
270
270
|
"count": 1,
|
|
271
271
|
"version": {
|
|
272
|
-
"source": "3.
|
|
272
|
+
"source": "3.3.1",
|
|
273
273
|
"tagging": 1
|
|
274
274
|
},
|
|
275
275
|
"source": {
|
|
@@ -358,7 +358,7 @@
|
|
|
358
358
|
"group": "gr0up",
|
|
359
359
|
"count": 1,
|
|
360
360
|
"version": {
|
|
361
|
-
"source": "3.
|
|
361
|
+
"source": "3.3.1",
|
|
362
362
|
"tagging": 1
|
|
363
363
|
},
|
|
364
364
|
"source": {
|
|
@@ -428,7 +428,7 @@
|
|
|
428
428
|
"group": "gr0up",
|
|
429
429
|
"count": 1,
|
|
430
430
|
"version": {
|
|
431
|
-
"source": "3.
|
|
431
|
+
"source": "3.3.1",
|
|
432
432
|
"tagging": 1
|
|
433
433
|
},
|
|
434
434
|
"source": {
|
|
@@ -520,7 +520,7 @@
|
|
|
520
520
|
"group": "gr0up",
|
|
521
521
|
"count": 1,
|
|
522
522
|
"version": {
|
|
523
|
-
"source": "3.
|
|
523
|
+
"source": "3.3.1",
|
|
524
524
|
"tagging": 1
|
|
525
525
|
},
|
|
526
526
|
"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.3.
|
|
4
|
+
"version": "3.3.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.3.
|
|
38
|
-
"@walkeros/server-core": "3.3.
|
|
37
|
+
"@walkeros/core": "3.3.1",
|
|
38
|
+
"@walkeros/server-core": "3.3.1",
|
|
39
39
|
"posthog-node": "^5.0.0"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
|
-
"@walkeros/collector": "3.3.
|
|
42
|
+
"@walkeros/collector": "3.3.1"
|
|
43
43
|
},
|
|
44
44
|
"repository": {
|
|
45
45
|
"url": "git+https://github.com/elbwalker/walkerOS.git",
|