@h-rig/server 0.0.6-alpha.11 → 0.0.6-alpha.12

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/src/index.js CHANGED
@@ -8078,7 +8078,6 @@ data: ${JSON.stringify({ connectedAt: new Date().toISOString() })}
8078
8078
  hostId,
8079
8079
  endpointId: leaseId
8080
8080
  });
8081
- await updateRemoteRunTaskSourceLifecycle(state.projectRoot, { ...run, status: "completed", completedAt, hostId, endpointId: leaseId }, "closed", "Remote Rig task run completed and closed this task.");
8082
8081
  await deps.enqueueRunLinearEvent(state.projectRoot, {
8083
8082
  type: "run.completed",
8084
8083
  runId,
@@ -4361,7 +4361,6 @@ data: ${JSON.stringify({ connectedAt: new Date().toISOString() })}
4361
4361
  hostId,
4362
4362
  endpointId: leaseId
4363
4363
  });
4364
- await updateRemoteRunTaskSourceLifecycle(state.projectRoot, { ...run, status: "completed", completedAt, hostId, endpointId: leaseId }, "closed", "Remote Rig task run completed and closed this task.");
4365
4364
  await deps.enqueueRunLinearEvent(state.projectRoot, {
4366
4365
  type: "run.completed",
4367
4366
  runId,
@@ -7572,7 +7572,6 @@ data: ${JSON.stringify({ connectedAt: new Date().toISOString() })}
7572
7572
  hostId,
7573
7573
  endpointId: leaseId
7574
7574
  });
7575
- await updateRemoteRunTaskSourceLifecycle(state.projectRoot, { ...run, status: "completed", completedAt, hostId, endpointId: leaseId }, "closed", "Remote Rig task run completed and closed this task.");
7576
7575
  await deps.enqueueRunLinearEvent(state.projectRoot, {
7577
7576
  type: "run.completed",
7578
7577
  runId,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@h-rig/server",
3
- "version": "0.0.6-alpha.11",
3
+ "version": "0.0.6-alpha.12",
4
4
  "type": "module",
5
5
  "description": "Rig package",
6
6
  "license": "UNLICENSED",
@@ -25,9 +25,9 @@
25
25
  "rig-server": "./dist/src/server.js"
26
26
  },
27
27
  "dependencies": {
28
- "@rig/contracts": "npm:@h-rig/contracts@0.0.6-alpha.11",
29
- "@rig/core": "npm:@h-rig/core@0.0.6-alpha.11",
30
- "@rig/runtime": "npm:@h-rig/runtime@0.0.6-alpha.11",
28
+ "@rig/contracts": "npm:@h-rig/contracts@0.0.6-alpha.12",
29
+ "@rig/core": "npm:@h-rig/core@0.0.6-alpha.12",
30
+ "@rig/runtime": "npm:@h-rig/runtime@0.0.6-alpha.12",
31
31
  "effect": "4.0.0-beta.78"
32
32
  }
33
33
  }