@mastra/posthog 1.0.19-alpha.0 → 1.0.19-alpha.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/CHANGELOG.md +9 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @mastra/posthog
|
|
2
2
|
|
|
3
|
+
## 1.0.19-alpha.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated `posthog-node` from v4 to v5 to pick up the latest fixes and LLM analytics improvements. Resolves [#15858](https://github.com/mastra-ai/mastra/issues/15858). ([#15867](https://github.com/mastra-ai/mastra/pull/15867))
|
|
8
|
+
|
|
9
|
+
- Updated dependencies [[`c1ae974`](https://github.com/mastra-ai/mastra/commit/c1ae97491f6e57378ce880c3a397778c42adcdf1), [`13b4d7c`](https://github.com/mastra-ai/mastra/commit/13b4d7c16de34dff9095d1cd80f22f544b6cfe75), [`5a4b1ee`](https://github.com/mastra-ai/mastra/commit/5a4b1ee80212969621228104995589c0fa59e575), [`5a4b1ee`](https://github.com/mastra-ai/mastra/commit/5a4b1ee80212969621228104995589c0fa59e575), [`5a4b1ee`](https://github.com/mastra-ai/mastra/commit/5a4b1ee80212969621228104995589c0fa59e575), [`6c8c6c7`](https://github.com/mastra-ai/mastra/commit/6c8c6c71518394321a4692614aa4b11f3bb0a343), [`5a4b1ee`](https://github.com/mastra-ai/mastra/commit/5a4b1ee80212969621228104995589c0fa59e575), [`ec4cb26`](https://github.com/mastra-ai/mastra/commit/ec4cb26919972eb2031fea510f8f013e1d5b7ee2)]:
|
|
10
|
+
- @mastra/core@1.29.0-alpha.6
|
|
11
|
+
|
|
3
12
|
## 1.0.19-alpha.0
|
|
4
13
|
|
|
5
14
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mastra/posthog",
|
|
3
|
-
"version": "1.0.19-alpha.
|
|
3
|
+
"version": "1.0.19-alpha.1",
|
|
4
4
|
"description": "PostHog observability provider for Mastra",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
},
|
|
25
25
|
"license": "Apache-2.0",
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"posthog-node": "^
|
|
27
|
+
"posthog-node": "^5.30.6",
|
|
28
28
|
"@mastra/observability": "1.10.1-alpha.0"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
@@ -34,9 +34,9 @@
|
|
|
34
34
|
"typescript": "^5.9.3",
|
|
35
35
|
"vitest": "4.1.5",
|
|
36
36
|
"@internal/types-builder": "0.0.61",
|
|
37
|
-
"@
|
|
37
|
+
"@mastra/core": "1.29.0-alpha.6",
|
|
38
38
|
"@observability/test-utils": "0.0.1",
|
|
39
|
-
"@
|
|
39
|
+
"@internal/lint": "0.0.86"
|
|
40
40
|
},
|
|
41
41
|
"peerDependencies": {
|
|
42
42
|
"@mastra/core": ">=1.0.0-0 <2.0.0-0"
|