@adhdev/daemon-standalone 1.0.52 → 1.0.53
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
|
@@ -37075,10 +37075,10 @@ var require_dist3 = __commonJS({
|
|
|
37075
37075
|
}
|
|
37076
37076
|
function getDaemonBuildInfo() {
|
|
37077
37077
|
if (cached2) return cached2;
|
|
37078
|
-
const commit = readInjected(true ? "
|
|
37079
|
-
const commitShort = readInjected(true ? "
|
|
37080
|
-
const version2 = readInjected(true ? "1.0.
|
|
37081
|
-
const builtAt = readInjected(true ? "2026-08-
|
|
37078
|
+
const commit = readInjected(true ? "6f71d20f96226b37956caec6b2cd7952dbbe01d9" : void 0) ?? "unknown";
|
|
37079
|
+
const commitShort = readInjected(true ? "6f71d20" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
|
|
37080
|
+
const version2 = readInjected(true ? "1.0.53" : void 0) ?? readInjected(typeof process !== "undefined" ? process.env?.ADHDEV_PKG_VERSION : void 0) ?? "unknown";
|
|
37081
|
+
const builtAt = readInjected(true ? "2026-08-17T01:10:49.969Z" : void 0);
|
|
37082
37082
|
cached2 = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
|
|
37083
37083
|
return cached2;
|
|
37084
37084
|
}
|