@neta-art/cohub 1.25.0 → 1.25.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.
@@ -2025,6 +2025,7 @@ type SpaceCheckpointsApi = ((checkpointId: string) => SpaceCheckpointApi) & {
2025
2025
  create: (description?: string | null) => Promise<{
2026
2026
  ok: true;
2027
2027
  taskRunId: string;
2028
+ existing?: boolean;
2028
2029
  }>;
2029
2030
  list: () => Promise<{
2030
2031
  checkpoints: CheckpointRecord[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@neta-art/cohub",
3
- "version": "1.25.0",
3
+ "version": "1.25.1",
4
4
  "description": "Cohub SDK for spaces, sessions, checkpoints, and realtime agent collaboration.",
5
5
  "license": "UNLICENSED",
6
6
  "private": false,