@task-handoff/server 0.0.11 → 0.0.13

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.
@@ -190,6 +190,7 @@ TASK_HANDOFF_NODE_AGENT_IPC_PATH=$NODE_AGENT_IPC_PATH
190
190
  TASK_HANDOFF_NODE_AGENT_CONTAINER_URL=http://host.docker.internal:$NODE_AGENT_PORT
191
191
  TASK_HANDOFF_LOCAL_CONTROLLED_COMMAND=$CONTROLLED_INSTANCE_COMMAND
192
192
  TASK_HANDOFF_NPM_COMMAND=$NPM_COMMAND
193
+ TASK_HANDOFF_CONTROL_PLANE_HEALTH_URL=http://127.0.0.1:$CONTROL_PLANE_PORT/api/health
193
194
  EOF
194
195
  chmod 0640 "$ENV_DIR/node-agent.env"
195
196
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@task-handoff/server",
3
- "version": "0.0.11",
3
+ "version": "0.0.13",
4
4
  "description": "Complete TaskHandoff server package.",
5
5
  "license": "Apache-2.0",
6
6
  "type": "commonjs",
@@ -18,9 +18,9 @@
18
18
  "node": ">=24.15.0 <25"
19
19
  },
20
20
  "dependencies": {
21
- "@task-handoff/control-plane": "0.0.11",
22
- "@task-handoff/node-agent": "0.0.11",
23
- "@task-handoff/controlled-instance": "0.0.11"
21
+ "@task-handoff/control-plane": "0.0.13",
22
+ "@task-handoff/node-agent": "0.0.13",
23
+ "@task-handoff/controlled-instance": "0.0.13"
24
24
  },
25
25
  "publishConfig": {
26
26
  "access": "public"