posthog-node 5.8.7 → 5.8.8

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.
@@ -785,7 +785,7 @@ function setupExpressErrorHandler(_posthog, app) {
785
785
  });
786
786
  }
787
787
 
788
- var version = "5.8.7";
788
+ var version = "5.8.8";
789
789
 
790
790
  /**
791
791
  * A lazy value that is only computed when needed. Inspired by C#'s Lazy<T> class.
@@ -783,7 +783,7 @@ function setupExpressErrorHandler(_posthog, app) {
783
783
  });
784
784
  }
785
785
 
786
- var version = "5.8.7";
786
+ var version = "5.8.8";
787
787
 
788
788
  /**
789
789
  * A lazy value that is only computed when needed. Inspired by C#'s Lazy<T> class.
@@ -1191,7 +1191,7 @@ function snipLine(line, colno) {
1191
1191
  return newLine;
1192
1192
  }
1193
1193
 
1194
- var version = "5.8.7";
1194
+ var version = "5.8.8";
1195
1195
 
1196
1196
  /**
1197
1197
  * A lazy value that is only computed when needed. Inspired by C#'s Lazy<T> class.
@@ -1189,7 +1189,7 @@ function snipLine(line, colno) {
1189
1189
  return newLine;
1190
1190
  }
1191
1191
 
1192
- var version = "5.8.7";
1192
+ var version = "5.8.8";
1193
1193
 
1194
1194
  /**
1195
1195
  * A lazy value that is only computed when needed. Inspired by C#'s Lazy<T> class.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "posthog-node",
3
- "version": "5.8.7",
3
+ "version": "5.8.8",
4
4
  "description": "PostHog Node.js integration",
5
5
  "repository": {
6
6
  "type": "git",