@posthog/ai 7.16.14 → 7.17.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.
@@ -1,7 +1,6 @@
1
1
  'use strict';
2
2
 
3
3
  var uuid = require('uuid');
4
- require('@posthog/core');
5
4
 
6
5
  function _interopNamespace(e) {
7
6
  if (e && e.__esModule) return e;
@@ -23,8 +22,6 @@ function _interopNamespace(e) {
23
22
 
24
23
  var uuid__namespace = /*#__PURE__*/_interopNamespace(uuid);
25
24
 
26
- var version = "7.16.14";
27
-
28
25
  // Type guards for safer type checking
29
26
 
30
27
  const isString = value => {
@@ -669,6 +666,8 @@ var BaseCallbackHandler = class extends BaseCallbackHandlerMethodsClass {
669
666
  }
670
667
  };
671
668
 
669
+ var version = "7.17.0";
670
+
672
671
  /** A run may either be a Span or a Generation */
673
672
 
674
673
  /** Storage for run metadata */