@posthog/ai 7.15.0 → 7.16.0

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.
@@ -23,7 +23,7 @@ function _interopNamespace(e) {
23
23
 
24
24
  var uuid__namespace = /*#__PURE__*/_interopNamespace(uuid);
25
25
 
26
- var version = "7.15.0";
26
+ var version = "7.16.0";
27
27
 
28
28
  // Type guards for safer type checking
29
29
 
@@ -1,7 +1,7 @@
1
1
  import * as uuid from 'uuid';
2
2
  import '@posthog/core';
3
3
 
4
- var version = "7.15.0";
4
+ var version = "7.16.0";
5
5
 
6
6
  // Type guards for safer type checking
7
7
 
@@ -6,7 +6,7 @@ var openai = require('openai');
6
6
  var uuid = require('uuid');
7
7
  var core = require('@posthog/core');
8
8
 
9
- var version = "7.15.0";
9
+ var version = "7.16.0";
10
10
 
11
11
  // Type guards for safer type checking
12
12
 
@@ -2,7 +2,7 @@ import { OpenAI } from 'openai';
2
2
  import { v4 } from 'uuid';
3
3
  import { uuidv7 } from '@posthog/core';
4
4
 
5
- var version = "7.15.0";
5
+ var version = "7.16.0";
6
6
 
7
7
  // Type guards for safer type checking
8
8
 
@@ -3,7 +3,7 @@
3
3
  require('uuid');
4
4
  require('@posthog/core');
5
5
 
6
- var version = "7.15.0";
6
+ var version = "7.16.0";
7
7
 
8
8
  // limit large outputs by truncating to 200kb (approx 200k bytes)
9
9
  const MAX_OUTPUT_SIZE = 200000;
@@ -1,7 +1,7 @@
1
1
  import 'uuid';
2
2
  import '@posthog/core';
3
3
 
4
- var version = "7.15.0";
4
+ var version = "7.16.0";
5
5
 
6
6
  // limit large outputs by truncating to 200kb (approx 200k bytes)
7
7
  const MAX_OUTPUT_SIZE = 200000;
@@ -3,7 +3,7 @@
3
3
  var uuid = require('uuid');
4
4
  var core = require('@posthog/core');
5
5
 
6
- var version = "7.15.0";
6
+ var version = "7.16.0";
7
7
 
8
8
  // Type guards for safer type checking
9
9
 
@@ -1,7 +1,7 @@
1
1
  import { v4 } from 'uuid';
2
2
  import { uuidv7 } from '@posthog/core';
3
3
 
4
- var version = "7.15.0";
4
+ var version = "7.16.0";
5
5
 
6
6
  // Type guards for safer type checking
7
7
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@posthog/ai",
3
- "version": "7.15.0",
3
+ "version": "7.16.0",
4
4
  "description": "PostHog Node.js AI integrations",
5
5
  "repository": {
6
6
  "type": "git",