@adhdev/daemon-standalone 1.0.60-rc.54 → 1.0.60-rc.55

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
@@ -41183,10 +41183,10 @@ ${renderWorkerProtocolFooter(input)}`;
41183
41183
  }
41184
41184
  function getDaemonBuildInfo() {
41185
41185
  if (cached2) return cached2;
41186
- const commit2 = readInjected(true ? "c06bcc4c43a8af31d6398909dc7f4672f54ac5df" : void 0) ?? "unknown";
41187
- const commitShort = readInjected(true ? "c06bcc4c" : void 0) ?? (commit2 !== "unknown" ? commit2.slice(0, 7) : "unknown");
41188
- const version2 = readInjected(true ? "1.0.60-rc.54" : void 0) ?? readInjected(typeof process !== "undefined" ? process.env?.ADHDEV_PKG_VERSION : void 0) ?? "unknown";
41189
- const builtAt = readInjected(true ? "2026-09-26T09:59:25.684Z" : void 0);
41186
+ const commit2 = readInjected(true ? "db2d38ede9fe6393de3bbf642f2d10e00bd0ee69" : void 0) ?? "unknown";
41187
+ const commitShort = readInjected(true ? "db2d38ed" : void 0) ?? (commit2 !== "unknown" ? commit2.slice(0, 7) : "unknown");
41188
+ const version2 = readInjected(true ? "1.0.60-rc.55" : void 0) ?? readInjected(typeof process !== "undefined" ? process.env?.ADHDEV_PKG_VERSION : void 0) ?? "unknown";
41189
+ const builtAt = readInjected(true ? "2026-09-26T13:16:41.218Z" : void 0);
41190
41190
  cached2 = builtAt ? { commit: commit2, commitShort, version: version2, builtAt } : { commit: commit2, commitShort, version: version2 };
41191
41191
  return cached2;
41192
41192
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adhdev/daemon-standalone",
3
- "version": "1.0.60-rc.54",
3
+ "version": "1.0.60-rc.55",
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.60-rc.54",
40
+ "@adhdev/session-host-core": "1.0.60-rc.55",
41
41
  "@xterm/addon-serialize": "^0.14.0",
42
42
  "@xterm/xterm": "^6.0.0",
43
43
  "chalk": "^5.3.0",