ai-lens 0.8.55 → 0.8.58

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.
package/.commithash CHANGED
@@ -1 +1 @@
1
- 93a1682
1
+ ff486ce
package/client/sender.js CHANGED
@@ -614,6 +614,7 @@ async function postEvents(serverUrl, events, identity, authToken) {
614
614
  const { version: clientVersion, commit: clientCommit } = getClientVersion();
615
615
  const headers = {
616
616
  'Content-Type': 'application/json',
617
+ 'Connection': 'close',
617
618
  'X-Client-Version': `${clientVersion}+${clientCommit}`,
618
619
  };
619
620
  if (identity.email) headers['X-Developer-Git-Email'] = identity.email;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ai-lens",
3
- "version": "0.8.55",
3
+ "version": "0.8.58",
4
4
  "type": "module",
5
5
  "description": "Centralized session analytics for AI coding tools",
6
6
  "bin": {