@posthog/ai 7.20.10 → 7.20.11

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.
@@ -299,7 +299,7 @@ function addDefaults(params) {
299
299
  };
300
300
  }
301
301
 
302
- var version = "7.20.10";
302
+ var version = "7.20.11";
303
303
 
304
304
  const DEFAULT_MAX_DEPTH = 3;
305
305
  const MAX_STACK_LINES = 20;
@@ -291,7 +291,7 @@ function addDefaults(params) {
291
291
  };
292
292
  }
293
293
 
294
- var version = "7.20.10";
294
+ var version = "7.20.11";
295
295
 
296
296
  const DEFAULT_MAX_DEPTH = 3;
297
297
  const MAX_STACK_LINES = 20;
@@ -384,7 +384,7 @@ function addDefaults(params) {
384
384
  };
385
385
  }
386
386
 
387
- var version = "7.20.10";
387
+ var version = "7.20.11";
388
388
 
389
389
  const DEFAULT_MAX_DEPTH = 3;
390
390
  const MAX_STACK_LINES = 20;
@@ -380,7 +380,7 @@ function addDefaults(params) {
380
380
  };
381
381
  }
382
382
 
383
- var version = "7.20.10";
383
+ var version = "7.20.11";
384
384
 
385
385
  const DEFAULT_MAX_DEPTH = 3;
386
386
  const MAX_STACK_LINES = 20;
package/dist/index.cjs CHANGED
@@ -733,7 +733,7 @@ function formatOpenAIResponsesInput(input, instructions) {
733
733
  return messages;
734
734
  }
735
735
 
736
- var version = "7.20.10";
736
+ var version = "7.20.11";
737
737
 
738
738
  const DEFAULT_MAX_DEPTH = 3;
739
739
  const MAX_STACK_LINES = 20;
package/dist/index.mjs CHANGED
@@ -709,7 +709,7 @@ function formatOpenAIResponsesInput(input, instructions) {
709
709
  return messages;
710
710
  }
711
711
 
712
- var version = "7.20.10";
712
+ var version = "7.20.11";
713
713
 
714
714
  const DEFAULT_MAX_DEPTH = 3;
715
715
  const MAX_STACK_LINES = 20;
@@ -699,7 +699,7 @@ var BaseCallbackHandler = class extends BaseCallbackHandlerMethodsClass {
699
699
  }
700
700
  };
701
701
 
702
- var version = "7.20.10";
702
+ var version = "7.20.11";
703
703
 
704
704
  const DEFAULT_MAX_DEPTH = 3;
705
705
  const MAX_STACK_LINES = 20;
@@ -677,7 +677,7 @@ var BaseCallbackHandler = class extends BaseCallbackHandlerMethodsClass {
677
677
  }
678
678
  };
679
679
 
680
- var version = "7.20.10";
680
+ var version = "7.20.11";
681
681
 
682
682
  const DEFAULT_MAX_DEPTH = 3;
683
683
  const MAX_STACK_LINES = 20;
@@ -534,7 +534,7 @@ function formatOpenAIResponsesInput(input, instructions) {
534
534
  return messages;
535
535
  }
536
536
 
537
- var version = "7.20.10";
537
+ var version = "7.20.11";
538
538
 
539
539
  const DEFAULT_MAX_DEPTH = 3;
540
540
  const MAX_STACK_LINES = 20;
@@ -530,7 +530,7 @@ function formatOpenAIResponsesInput(input, instructions) {
530
530
  return messages;
531
531
  }
532
532
 
533
- var version = "7.20.10";
533
+ var version = "7.20.11";
534
534
 
535
535
  const DEFAULT_MAX_DEPTH = 3;
536
536
  const MAX_STACK_LINES = 20;
@@ -116,7 +116,7 @@ const truncate = input => {
116
116
  return `${truncatedStr}... [truncated]`;
117
117
  };
118
118
 
119
- var version = "7.20.10";
119
+ var version = "7.20.11";
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.10";
117
+ var version = "7.20.11";
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.10";
397
+ var version = "7.20.11";
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.10";
395
+ var version = "7.20.11";
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.10",
3
+ "version": "7.20.11",
4
4
  "description": "PostHog Node.js AI integrations",
5
5
  "repository": {
6
6
  "type": "git",
@@ -26,8 +26,8 @@
26
26
  "jest": "29.7.0",
27
27
  "node-fetch": "^3.3.2",
28
28
  "@posthog-tooling/tsconfig-base": "1.1.1",
29
- "@posthog-tooling/rollup-utils": "1.1.1",
30
- "posthog-node": "5.36.1"
29
+ "posthog-node": "5.36.2",
30
+ "@posthog-tooling/rollup-utils": "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.7"
53
+ "@posthog/core": "1.30.8"
54
54
  },
55
55
  "peerDependencies": {
56
56
  "@opentelemetry/api": "^1.9.0",