@posthog/ai 3.1.0 → 3.1.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ # 3.1.1 - 2025-02-07
2
+
3
+ - fix: bump ai to 4.1.0
4
+
1
5
  # 3.1.0 - 2025-02-07
2
6
 
3
7
  - feat: add posthogCostOverride, posthogModelOverride, and posthogProviderOverride to sendEventToPosthog for vercel
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@posthog/ai",
3
- "version": "3.1.0",
3
+ "version": "3.1.1",
4
4
  "description": "PostHog Node.js AI integrations",
5
5
  "repository": {
6
6
  "type": "git",
@@ -27,7 +27,7 @@
27
27
  "dependencies": {
28
28
  "@anthropic-ai/sdk": "^0.36.3",
29
29
  "@langchain/core": "^0.3.37",
30
- "ai": "^4.0.0",
30
+ "ai": "^4.1.0",
31
31
  "langchain": "^0.3.15",
32
32
  "openai": "^4.0.0",
33
33
  "uuid": "^11.0.5",