@adhdev/daemon-standalone 1.0.17 → 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
@@ -30233,9 +30233,9 @@ var require_dist3 = __commonJS({
30233
30233
  function getDaemonBuildInfo() {
30234
30234
  if (cached2) return cached2;
30235
30235
  const commit = readInjected(true ? "03f4ab200c0f108b7b438e0b53a22f066ed80027" : void 0) ?? "unknown";
30236
- const commitShort = readInjected(true ? "03f4ab2" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
30237
- const version2 = readInjected(true ? "1.0.17" : void 0) ?? readInjected(typeof process !== "undefined" ? process.env?.ADHDEV_PKG_VERSION : void 0) ?? "unknown";
30238
- const builtAt = readInjected(true ? "2026-07-21T06:37:43.402Z" : void 0);
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
  }