@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,4 @@
1
1
  import * as uuid from 'uuid';
2
- import '@posthog/core';
3
-
4
- var version = "7.16.14";
5
2
 
6
3
  // Type guards for safer type checking
7
4
 
@@ -647,6 +644,8 @@ var BaseCallbackHandler = class extends BaseCallbackHandlerMethodsClass {
647
644
  }
648
645
  };
649
646
 
647
+ var version = "7.17.0";
648
+
650
649
  /** A run may either be a Span or a Generation */
651
650
 
652
651
  /** Storage for run metadata */