@crewx/sdk 0.9.0-rc.96 → 0.9.0-rc.98

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.
@@ -202,6 +202,7 @@ export declare class TaskRepository extends BaseSqliteRepository {
202
202
  }): boolean;
203
203
  adoptPendingTask(id: string): boolean;
204
204
  failPendingTask(id: string, error: string, completedAt?: string): boolean;
205
+ stopPendingTask(id: string, error?: string, completedAt?: string): boolean;
205
206
  listTasksByProjectId(projectId: string): TaskRow[];
206
207
  finishTask(opts: {
207
208
  id: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crewx/sdk",
3
- "version": "0.9.0-rc.96",
3
+ "version": "0.9.0-rc.98",
4
4
  "license": "UNLICENSED",
5
5
  "engines": {
6
6
  "node": ">=20.19.0"