@adhdev/daemon-standalone 1.0.31-rc.2 → 1.0.31

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
@@ -33319,10 +33319,10 @@ var require_dist3 = __commonJS({
33319
33319
  }
33320
33320
  function getDaemonBuildInfo() {
33321
33321
  if (cached2) return cached2;
33322
- const commit = readInjected(true ? "c328d718f842c32f0961ff7428dc33181ed619eb" : void 0) ?? "unknown";
33323
- const commitShort = readInjected(true ? "c328d718" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
33324
- const version2 = readInjected(true ? "1.0.31-rc.2" : void 0) ?? readInjected(typeof process !== "undefined" ? process.env?.ADHDEV_PKG_VERSION : void 0) ?? "unknown";
33325
- const builtAt = readInjected(true ? "2026-08-03T09:50:08.899Z" : void 0);
33322
+ const commit = readInjected(true ? "84f1ff9c0f604e3112d8a6374da2b845e2b59bf3" : void 0) ?? "unknown";
33323
+ const commitShort = readInjected(true ? "84f1ff9" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
33324
+ const version2 = readInjected(true ? "1.0.31" : void 0) ?? readInjected(typeof process !== "undefined" ? process.env?.ADHDEV_PKG_VERSION : void 0) ?? "unknown";
33325
+ const builtAt = readInjected(true ? "2026-08-03T10:30:44.814Z" : void 0);
33326
33326
  cached2 = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
33327
33327
  return cached2;
33328
33328
  }