@claude-sessions/core 0.4.1 → 0.4.2-beta.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.
package/dist/server.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { r as ResumeSessionOptions, s as ResumeSessionResult } from './types-DZsLFIFK.js';
1
+ import { r as ResumeSessionOptions, s as ResumeSessionResult } from './types-mWa378iC.js';
2
2
 
3
3
  /**
4
4
  * Resume a session using claude CLI
@@ -265,7 +265,7 @@ interface SessionTreeData {
265
265
  /** All summaries in reverse order (newest first) */
266
266
  summaries: SummaryInfo[];
267
267
  agents: AgentInfo[];
268
- todos?: SessionTodos;
268
+ todos: SessionTodos;
269
269
  /** UUID of last compact_boundary message */
270
270
  lastCompactBoundaryUuid?: string;
271
271
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@claude-sessions/core",
3
- "version": "0.4.1",
3
+ "version": "0.4.2-beta.1",
4
4
  "description": "Core library for Claude Code session management",
5
5
  "type": "module",
6
6
  "license": "MIT",