@adhdev/daemon-standalone 1.0.58-rc.75 → 1.0.58-rc.76

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/index.js CHANGED
@@ -37431,10 +37431,10 @@ var require_dist3 = __commonJS({
37431
37431
  }
37432
37432
  function getDaemonBuildInfo() {
37433
37433
  if (cached2) return cached2;
37434
- const commit = readInjected(true ? "7170f8760a80e5148069ed667a389161d8da0f9f" : void 0) ?? "unknown";
37435
- const commitShort = readInjected(true ? "7170f876" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
37436
- const version2 = readInjected(true ? "1.0.58-rc.75" : void 0) ?? readInjected(typeof process !== "undefined" ? process.env?.ADHDEV_PKG_VERSION : void 0) ?? "unknown";
37437
- const builtAt = readInjected(true ? "2026-09-05T03:51:27.971Z" : void 0);
37434
+ const commit = readInjected(true ? "50f2781a67de45cb71d1e9adcda13617dc82be45" : void 0) ?? "unknown";
37435
+ const commitShort = readInjected(true ? "50f2781a" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
37436
+ const version2 = readInjected(true ? "1.0.58-rc.76" : void 0) ?? readInjected(typeof process !== "undefined" ? process.env?.ADHDEV_PKG_VERSION : void 0) ?? "unknown";
37437
+ const builtAt = readInjected(true ? "2026-09-05T04:31:27.160Z" : void 0);
37438
37438
  cached2 = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
37439
37439
  return cached2;
37440
37440
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adhdev/daemon-standalone",
3
- "version": "1.0.58-rc.75",
3
+ "version": "1.0.58-rc.76",
4
4
  "description": "ADHDev standalone daemon — embedded HTTP/WS server for local dashboard",
5
5
  "main": "dist/index.js",
6
6
  "bin": {
@@ -37,7 +37,7 @@
37
37
  "license": "AGPL-3.0-or-later",
38
38
  "dependencies": {
39
39
  "@adhdev/ghostty-vt-node": "*",
40
- "@adhdev/session-host-core": "1.0.58-rc.75",
40
+ "@adhdev/session-host-core": "1.0.58-rc.76",
41
41
  "@xterm/addon-serialize": "^0.14.0",
42
42
  "@xterm/xterm": "^6.0.0",
43
43
  "chalk": "^5.3.0",
@@ -40942,7 +40942,7 @@ var require_dist3 = __commonJS({
40942
40942
  if (cached2) return cached2;
40943
40943
  const commit = readInjected(true ? "unknown" : void 0) ?? "unknown";
40944
40944
  const commitShort = readInjected(true ? "unknown" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
40945
- const version2 = readInjected(true ? "1.0.58-rc.75" : void 0) ?? readInjected(typeof process !== "undefined" ? process.env?.ADHDEV_PKG_VERSION : void 0) ?? "unknown";
40945
+ const version2 = readInjected(true ? "1.0.58-rc.76" : void 0) ?? readInjected(typeof process !== "undefined" ? process.env?.ADHDEV_PKG_VERSION : void 0) ?? "unknown";
40946
40946
  const builtAt = readInjected(true ? "unknown" : void 0);
40947
40947
  cached2 = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
40948
40948
  return cached2;