@posthog/ai 8.6.8 → 8.7.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.
@@ -231,7 +231,7 @@ function sanitizeValues(obj) {
231
231
  return jsonSafe;
232
232
  }
233
233
 
234
- var version = "8.6.8";
234
+ var version = "8.7.1";
235
235
 
236
236
  const DEFAULT_MAX_DEPTH = 3;
237
237
  const MAX_STACK_LINES = 20;