@adhdev/daemon-standalone 1.0.13 → 1.0.14
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
|
@@ -30232,10 +30232,10 @@ var require_dist3 = __commonJS({
|
|
|
30232
30232
|
}
|
|
30233
30233
|
function getDaemonBuildInfo() {
|
|
30234
30234
|
if (cached2) return cached2;
|
|
30235
|
-
const commit = readInjected(true ? "
|
|
30236
|
-
const commitShort = readInjected(true ? "
|
|
30237
|
-
const version2 = readInjected(true ? "1.0.
|
|
30238
|
-
const builtAt = readInjected(true ? "2026-07-
|
|
30235
|
+
const commit = readInjected(true ? "b2bf78f09a4ca7c066514fc47a10cb3bc1c6a8f8" : void 0) ?? "unknown";
|
|
30236
|
+
const commitShort = readInjected(true ? "b2bf78f" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
|
|
30237
|
+
const version2 = readInjected(true ? "1.0.14" : void 0) ?? readInjected(typeof process !== "undefined" ? process.env?.ADHDEV_PKG_VERSION : void 0) ?? "unknown";
|
|
30238
|
+
const builtAt = readInjected(true ? "2026-07-20T16:19:19.276Z" : void 0);
|
|
30239
30239
|
cached2 = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
|
|
30240
30240
|
return cached2;
|
|
30241
30241
|
}
|