@adhdev/daemon-standalone 1.0.38-rc.9 → 1.0.38

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
@@ -37916,10 +37916,10 @@ var require_dist3 = __commonJS({
37916
37916
  }
37917
37917
  function getDaemonBuildInfo() {
37918
37918
  if (cached2) return cached2;
37919
- const commit = readInjected(true ? "1bf2a291e39e6dabe67770f0798d26d6efedc587" : void 0) ?? "unknown";
37920
- const commitShort = readInjected(true ? "1bf2a291" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
37921
- const version2 = readInjected(true ? "1.0.38-rc.9" : void 0) ?? readInjected(typeof process !== "undefined" ? process.env?.ADHDEV_PKG_VERSION : void 0) ?? "unknown";
37922
- const builtAt = readInjected(true ? "2026-08-06T14:50:01.888Z" : void 0);
37919
+ const commit = readInjected(true ? "619fea3ec937c98d35155c58f4fa542296cc4c01" : void 0) ?? "unknown";
37920
+ const commitShort = readInjected(true ? "619fea3" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
37921
+ const version2 = readInjected(true ? "1.0.38" : void 0) ?? readInjected(typeof process !== "undefined" ? process.env?.ADHDEV_PKG_VERSION : void 0) ?? "unknown";
37922
+ const builtAt = readInjected(true ? "2026-08-07T00:36:08.964Z" : void 0);
37923
37923
  cached2 = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
37924
37924
  return cached2;
37925
37925
  }
@@ -39177,7 +39177,7 @@ var require_dist3 = __commonJS({
39177
39177
  }
39178
39178
  });
39179
39179
  function resolveBuildTrack(env2 = process.env) {
39180
- const injected = true ? "preview" : void 0;
39180
+ const injected = true ? "" : void 0;
39181
39181
  const stamped = typeof injected === "string" ? injected.trim() : "";
39182
39182
  const raw = (stamped || (env2[BUILD_CHANNEL_ENV_VAR] ?? "").trim()).toLowerCase();
39183
39183
  return raw === "preview" || raw === "next" ? "preview" : "stable";