arc402-cli 1.8.16 → 1.8.17

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.
@@ -179,7 +179,7 @@ function buildImage(useGpu = false) {
179
179
  // Pass current CLI version as build arg — installs matching arc402-cli inside the Linux container.
180
180
  // Also stamp the version as a label so imageVersionMatches() can detect stale images on future runs.
181
181
  const version = getCliVersion();
182
- const daemonVersion = "0.9.4";
182
+ const daemonVersion = "0.9.5";
183
183
  console.log(`Building ARC-402 Workroom image (${dockerfile}, arc402-cli@${version}, @arc402/daemon@${daemonVersion})...`);
184
184
  const result = (0, child_process_1.spawnSync)("docker", [
185
185
  "build",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "arc402-cli",
3
- "version": "1.8.16",
3
+ "version": "1.8.17",
4
4
  "description": "ARC-402 CLI for discovery, negotiation payloads, hire/remediation/dispute workflows, and network reads",
5
5
  "bin": {
6
6
  "arc402": "./dist/index.js"