@adhdev/daemon-standalone 1.0.38-rc.2 → 1.0.38-rc.3

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
@@ -33366,8 +33366,8 @@ var require_dist3 = __commonJS({
33366
33366
  if (cached2) return cached2;
33367
33367
  const commit = readInjected(true ? "42fda6be970f1a699962d2f136848ae613684721" : void 0) ?? "unknown";
33368
33368
  const commitShort = readInjected(true ? "42fda6be" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
33369
- const version2 = readInjected(true ? "1.0.38-rc.2" : void 0) ?? readInjected(typeof process !== "undefined" ? process.env?.ADHDEV_PKG_VERSION : void 0) ?? "unknown";
33370
- const builtAt = readInjected(true ? "2026-08-06T08:02:41.976Z" : void 0);
33369
+ const version2 = readInjected(true ? "1.0.38-rc.3" : void 0) ?? readInjected(typeof process !== "undefined" ? process.env?.ADHDEV_PKG_VERSION : void 0) ?? "unknown";
33370
+ const builtAt = readInjected(true ? "2026-08-06T08:48:30.352Z" : void 0);
33371
33371
  cached2 = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
33372
33372
  return cached2;
33373
33373
  }
@@ -34625,7 +34625,7 @@ var require_dist3 = __commonJS({
34625
34625
  }
34626
34626
  });
34627
34627
  function resolveBuildTrack(env2 = process.env) {
34628
- const injected = true ? "" : void 0;
34628
+ const injected = true ? "preview" : void 0;
34629
34629
  const stamped = typeof injected === "string" ? injected.trim() : "";
34630
34630
  const raw = (stamped || (env2[BUILD_CHANNEL_ENV_VAR] ?? "").trim()).toLowerCase();
34631
34631
  return raw === "preview" || raw === "next" ? "preview" : "stable";