@posthog/ai 8.9.2 → 8.9.3
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/anthropic/index.cjs +1 -1
- package/dist/anthropic/index.mjs +1 -1
- package/dist/gemini/index.cjs +1 -1
- package/dist/gemini/index.mjs +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.mjs +1 -1
- package/dist/langchain/index.cjs +6 -2
- package/dist/langchain/index.cjs.map +1 -1
- package/dist/langchain/index.mjs +6 -2
- package/dist/langchain/index.mjs.map +1 -1
- package/dist/langchain/middleware/index.cjs +6 -2
- package/dist/langchain/middleware/index.cjs.map +1 -1
- package/dist/langchain/middleware/index.mjs +6 -2
- package/dist/langchain/middleware/index.mjs.map +1 -1
- package/dist/openai/index.cjs +1 -1
- package/dist/openai/index.mjs +1 -1
- package/dist/openai-agents/index.cjs +1 -1
- package/dist/openai-agents/index.mjs +1 -1
- package/dist/vercel/index.cjs +1 -1
- package/dist/vercel/index.mjs +1 -1
- package/package.json +3 -3
package/dist/openai/index.cjs
CHANGED
package/dist/openai/index.mjs
CHANGED
|
@@ -172,7 +172,7 @@ const truncate = (input, client) => {
|
|
|
172
172
|
return `${truncatedStr}... [truncated]`;
|
|
173
173
|
};
|
|
174
174
|
|
|
175
|
-
var version = "8.9.
|
|
175
|
+
var version = "8.9.3";
|
|
176
176
|
|
|
177
177
|
// Warn when a wrapper's base_url points at the PostHog AI Gateway: the gateway
|
|
178
178
|
// emits its own $ai_generation, so each call would be captured (and, for billable
|
|
@@ -170,7 +170,7 @@ const truncate = (input, client) => {
|
|
|
170
170
|
return `${truncatedStr}... [truncated]`;
|
|
171
171
|
};
|
|
172
172
|
|
|
173
|
-
var version = "8.9.
|
|
173
|
+
var version = "8.9.3";
|
|
174
174
|
|
|
175
175
|
// Warn when a wrapper's base_url points at the PostHog AI Gateway: the gateway
|
|
176
176
|
// emits its own $ai_generation, so each call would be captured (and, for billable
|
package/dist/vercel/index.cjs
CHANGED
package/dist/vercel/index.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@posthog/ai",
|
|
3
|
-
"version": "8.9.
|
|
3
|
+
"version": "8.9.3",
|
|
4
4
|
"description": "PostHog Node.js AI integrations",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"node-fetch": "^3.3.2",
|
|
32
32
|
"@posthog-tooling/rollup-utils": "1.1.1",
|
|
33
33
|
"@posthog-tooling/tsconfig-base": "1.1.1",
|
|
34
|
-
"posthog-node": "^5.51.
|
|
34
|
+
"posthog-node": "^5.51.6"
|
|
35
35
|
},
|
|
36
36
|
"keywords": [
|
|
37
37
|
"posthog",
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"dependencies": {
|
|
50
50
|
"uuid": "^11.1.0",
|
|
51
51
|
"zod": "^4.1.13",
|
|
52
|
-
"@posthog/core": "^1.50.
|
|
52
|
+
"@posthog/core": "^1.50.1"
|
|
53
53
|
},
|
|
54
54
|
"peerDependencies": {
|
|
55
55
|
"@anthropic-ai/sdk": ">=0.112.3 <0.121.0",
|