@posthog/ai 8.8.0 → 8.9.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.
@@ -437,7 +437,7 @@ function sanitizeValues(obj) {
437
437
  return jsonSafe;
438
438
  }
439
439
 
440
- var version = "8.8.0";
440
+ var version = "8.9.0";
441
441
 
442
442
  const DEFAULT_MAX_DEPTH = 3;
443
443
  const MAX_STACK_LINES = 20;