@task-handoff/node-agent 0.0.22-alpha.1 → 0.0.22-alpha.2

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.
@@ -40,7 +40,7 @@ if [ "$(id -u)" = "0" ] && [ "${TASK_HANDOFF_PRIVILEGE_DROPPED:-0}" != "1" ]; th
40
40
  chown agent:agent "${TASK_HANDOFF_WORKSPACE:-/workspace}"
41
41
  fi
42
42
  export TASK_HANDOFF_PRIVILEGE_DROPPED=1
43
- exec sudo --preserve-env -u agent -- bash "$0" "$@"
43
+ exec sudo --preserve-env --set-home -u agent -- bash "$0" "$@"
44
44
  fi
45
45
 
46
46
  mkdir -p \
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@task-handoff/node-agent",
3
- "version": "0.0.22-alpha.1",
3
+ "version": "0.0.22-alpha.2",
4
4
  "description": "Prebuilt TaskHandoff node agent runtime.",
5
5
  "license": "Apache-2.0",
6
6
  "type": "commonjs",
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "packageName": "@task-handoff/controlled-instance",
3
- "version": "0.0.22-alpha.1",
3
+ "version": "0.0.22-alpha.2",
4
4
  "platform": "linux",
5
5
  "arch": "universal",
6
6
  "formatVersion": 1,
7
7
  "launcherAbi": 1,
8
8
  "entrypoint": "dist/controlled-instance-cli.js",
9
- "sha256": "879f3a06c7d80deead071adc33b26a6aeca37dab6598c6d9f59db67d02b82899"
9
+ "sha256": "96f62d5031f45071c0c29d16f3c3dfaa278efd4341f369e911e7df523abdaa1f"
10
10
  }
@@ -0,0 +1 @@
1
+ 6be21e688eb814f29dc1aebd37759d533956bd4c0df0332a3014c29d1e23fe05 controlled-instance-runtime-0.0.22-alpha.2-linux-universal.tar.gz
@@ -1 +0,0 @@
1
- 2f35c5e9ebc9551d672d369f69592bf06c76ed62957f35090ee687aa4bc6b8dd controlled-instance-runtime-0.0.22-alpha.1-linux-universal.tar.gz