posthog-node 5.8.4 → 5.8.5

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.
@@ -1189,7 +1189,7 @@ function snipLine(line, colno) {
1189
1189
  return newLine;
1190
1190
  }
1191
1191
 
1192
- var version = "5.8.4";
1192
+ var version = "5.8.5";
1193
1193
 
1194
1194
  /**
1195
1195
  * A lazy value that is only computed when needed. Inspired by C#'s Lazy<T> class.