claude-threads 0.57.1 → 0.57.2

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -51228,7 +51228,7 @@ async function collectBugReportContext(session, errorContext) {
51228
51228
  cost: stats.totalCostUSD.toFixed(2)
51229
51229
  };
51230
51230
  }
51231
- const platformId = session.platform.platformId;
51231
+ const platformId = session.platformId;
51232
51232
  const threadId = session.threadId;
51233
51233
  const logFilePath = sanitizePath(getLogFilePath(platformId, threadId));
51234
51234
  const recentLogEntries = readRecentLogEntries(platformId, threadId, BUG_REPORT_LOG_ENTRIES);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-threads",
3
- "version": "0.57.1",
3
+ "version": "0.57.2",
4
4
  "description": "Share Claude Code sessions live in a Mattermost channel with interactive features",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",