@posthog/ai 7.20.11 → 7.20.13

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.
@@ -116,7 +116,7 @@ const truncate = input => {
116
116
  return `${truncatedStr}... [truncated]`;
117
117
  };
118
118
 
119
- var version = "7.20.11";
119
+ var version = "7.20.13";
120
120
 
121
121
  /**
122
122
  * Normalize OpenAI Responses API input items to include a `role` field.
@@ -114,7 +114,7 @@ const truncate = input => {
114
114
  return `${truncatedStr}... [truncated]`;
115
115
  };
116
116
 
117
- var version = "7.20.11";
117
+ var version = "7.20.13";
118
118
 
119
119
  /**
120
120
  * Normalize OpenAI Responses API input items to include a `role` field.
@@ -394,7 +394,7 @@ function sanitizeValues(obj) {
394
394
  return jsonSafe;
395
395
  }
396
396
 
397
- var version = "7.20.11";
397
+ var version = "7.20.13";
398
398
 
399
399
  const DEFAULT_MAX_DEPTH = 3;
400
400
  const MAX_STACK_LINES = 20;
@@ -392,7 +392,7 @@ function sanitizeValues(obj) {
392
392
  return jsonSafe;
393
393
  }
394
394
 
395
- var version = "7.20.11";
395
+ var version = "7.20.13";
396
396
 
397
397
  const DEFAULT_MAX_DEPTH = 3;
398
398
  const MAX_STACK_LINES = 20;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@posthog/ai",
3
- "version": "7.20.11",
3
+ "version": "7.20.13",
4
4
  "description": "PostHog Node.js AI integrations",
5
5
  "repository": {
6
6
  "type": "git",
@@ -25,9 +25,9 @@
25
25
  "@types/jest": "^29.5.14",
26
26
  "jest": "29.7.0",
27
27
  "node-fetch": "^3.3.2",
28
- "@posthog-tooling/tsconfig-base": "1.1.1",
29
- "posthog-node": "5.36.2",
30
- "@posthog-tooling/rollup-utils": "1.1.1"
28
+ "@posthog-tooling/rollup-utils": "1.1.1",
29
+ "posthog-node": "5.36.3",
30
+ "@posthog-tooling/tsconfig-base": "1.1.1"
31
31
  },
32
32
  "keywords": [
33
33
  "posthog",
@@ -50,7 +50,7 @@
50
50
  "openai": "^6.25.0",
51
51
  "uuid": "^11.1.0",
52
52
  "zod": "^4.1.13",
53
- "@posthog/core": "1.30.8"
53
+ "@posthog/core": "1.30.9"
54
54
  },
55
55
  "peerDependencies": {
56
56
  "@opentelemetry/api": "^1.9.0",