@adhdev/daemon-standalone 1.0.16 → 1.0.18-rc.1

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
@@ -30232,10 +30232,10 @@ var require_dist3 = __commonJS({
30232
30232
  }
30233
30233
  function getDaemonBuildInfo() {
30234
30234
  if (cached2) return cached2;
30235
- const commit = readInjected(true ? "3f1a554110ac7347d5e078d581ee162ea439638f" : void 0) ?? "unknown";
30236
- const commitShort = readInjected(true ? "3f1a554" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
30237
- const version2 = readInjected(true ? "1.0.16" : void 0) ?? readInjected(typeof process !== "undefined" ? process.env?.ADHDEV_PKG_VERSION : void 0) ?? "unknown";
30238
- const builtAt = readInjected(true ? "2026-07-21T04:16:39.418Z" : void 0);
30235
+ const commit = readInjected(true ? "03f4ab200c0f108b7b438e0b53a22f066ed80027" : void 0) ?? "unknown";
30236
+ const commitShort = readInjected(true ? "03f4ab20" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
30237
+ const version2 = readInjected(true ? "1.0.18-rc.1" : void 0) ?? readInjected(typeof process !== "undefined" ? process.env?.ADHDEV_PKG_VERSION : void 0) ?? "unknown";
30238
+ const builtAt = readInjected(true ? "2026-07-21T07:14:34.475Z" : void 0);
30239
30239
  cached2 = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
30240
30240
  return cached2;
30241
30241
  }