@posthog/ai 7.11.0 → 7.11.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.
@@ -10,7 +10,7 @@ function _interopDefault (e) { return e && e.__esModule ? e : { default: e }; }
10
10
 
11
11
  var AnthropicOriginal__default = /*#__PURE__*/_interopDefault(AnthropicOriginal);
12
12
 
13
- var version = "7.11.0";
13
+ var version = "7.11.1";
14
14
 
15
15
  // Type guards for safer type checking
16
16
 
@@ -2,7 +2,7 @@ import AnthropicOriginal from '@anthropic-ai/sdk';
2
2
  import { v4 } from 'uuid';
3
3
  import { uuidv7 } from '@posthog/core';
4
4
 
5
- var version = "7.11.0";
5
+ var version = "7.11.1";
6
6
 
7
7
  // Type guards for safer type checking
8
8
 
@@ -6,7 +6,7 @@ var genai = require('@google/genai');
6
6
  var uuid = require('uuid');
7
7
  var core = require('@posthog/core');
8
8
 
9
- var version = "7.11.0";
9
+ var version = "7.11.1";
10
10
 
11
11
  // Type guards for safer type checking
12
12
 
@@ -2,7 +2,7 @@ import { GoogleGenAI } from '@google/genai';
2
2
  import { v4 } from 'uuid';
3
3
  import { uuidv7 } from '@posthog/core';
4
4
 
5
- var version = "7.11.0";
5
+ var version = "7.11.1";
6
6
 
7
7
  // Type guards for safer type checking
8
8
 
package/dist/index.cjs CHANGED
@@ -29,7 +29,7 @@ function _interopNamespace(e) {
29
29
  var uuid__namespace = /*#__PURE__*/_interopNamespace(uuid);
30
30
  var AnthropicOriginal__default = /*#__PURE__*/_interopDefault(AnthropicOriginal);
31
31
 
32
- var version = "7.11.0";
32
+ var version = "7.11.1";
33
33
 
34
34
  // Type guards for safer type checking
35
35
  const isString = value => {
package/dist/index.mjs CHANGED
@@ -5,7 +5,7 @@ import { uuidv7 } from '@posthog/core';
5
5
  import AnthropicOriginal from '@anthropic-ai/sdk';
6
6
  import { GoogleGenAI } from '@google/genai';
7
7
 
8
- var version = "7.11.0";
8
+ var version = "7.11.1";
9
9
 
10
10
  // Type guards for safer type checking
11
11
  const isString = value => {
@@ -23,7 +23,7 @@ function _interopNamespace(e) {
23
23
 
24
24
  var uuid__namespace = /*#__PURE__*/_interopNamespace(uuid);
25
25
 
26
- var version = "7.11.0";
26
+ var version = "7.11.1";
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.11.0";
4
+ var version = "7.11.1";
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.11.0";
9
+ var version = "7.11.1";
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.11.0";
5
+ var version = "7.11.1";
6
6
 
7
7
  // Type guards for safer type checking
8
8
 
@@ -3,7 +3,7 @@
3
3
  var uuid = require('uuid');
4
4
  var core = require('@posthog/core');
5
5
 
6
- var version = "7.11.0";
6
+ var version = "7.11.1";
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.11.0";
4
+ var version = "7.11.1";
5
5
 
6
6
  // Type guards for safer type checking
7
7
 
@@ -3,7 +3,7 @@
3
3
  var uuid = require('uuid');
4
4
  var core = require('@posthog/core');
5
5
 
6
- var version = "7.11.0";
6
+ var version = "7.11.1";
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.11.0";
4
+ var version = "7.11.1";
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.11.0",
3
+ "version": "7.11.1",
4
4
  "description": "PostHog Node.js AI integrations",
5
5
  "repository": {
6
6
  "type": "git",
@@ -21,7 +21,7 @@
21
21
  "jest": "29.7.0",
22
22
  "node-fetch": "^3.3.2",
23
23
  "@posthog-tooling/tsconfig-base": "1.1.1",
24
- "posthog-node": "5.28.0",
24
+ "posthog-node": "5.28.1",
25
25
  "@posthog-tooling/rollup-utils": "1.1.1"
26
26
  },
27
27
  "keywords": [
@@ -44,7 +44,7 @@
44
44
  "openai": "^6.25.0",
45
45
  "uuid": "^11.1.0",
46
46
  "zod": "^4.1.13",
47
- "@posthog/core": "1.23.2"
47
+ "@posthog/core": "1.23.3"
48
48
  },
49
49
  "peerDependencies": {
50
50
  "@opentelemetry/api": "^1.9.0",