@adhdev/daemon-standalone 1.0.34 → 1.0.35-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
@@ -33320,9 +33320,9 @@ var require_dist3 = __commonJS({
33320
33320
  function getDaemonBuildInfo() {
33321
33321
  if (cached2) return cached2;
33322
33322
  const commit = readInjected(true ? "65e293b631711246fb672d34f817058f4b78ef74" : void 0) ?? "unknown";
33323
- const commitShort = readInjected(true ? "65e293b" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
33324
- const version2 = readInjected(true ? "1.0.34" : void 0) ?? readInjected(typeof process !== "undefined" ? process.env?.ADHDEV_PKG_VERSION : void 0) ?? "unknown";
33325
- const builtAt = readInjected(true ? "2026-08-04T14:54:57.283Z" : void 0);
33323
+ const commitShort = readInjected(true ? "65e293b6" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
33324
+ const version2 = readInjected(true ? "1.0.35-rc.1" : void 0) ?? readInjected(typeof process !== "undefined" ? process.env?.ADHDEV_PKG_VERSION : void 0) ?? "unknown";
33325
+ const builtAt = readInjected(true ? "2026-08-04T22:59:22.024Z" : void 0);
33326
33326
  cached2 = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
33327
33327
  return cached2;
33328
33328
  }