@adhdev/daemon-standalone 1.0.37-rc.7 → 1.0.37
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 +4 -4
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
- package/public/assets/{index-DcawbjrQ.js → index-vG8Wcoy_.js} +8 -8
- package/public/assets/{terminal-DiXj2eIR.js → terminal-BZj_X5zy.js} +1 -1
- package/public/assets/{vendor-DyCWA2YZ.js → vendor-cL4V2vaO.js} +49 -57
- package/public/index.html +2 -2
- package/vendor/mcp-server/index.js +1 -1
- package/vendor/mcp-server/index.js.map +1 -1
- package/vendor/mcp-server/package.json +1 -1
- package/vendor/session-host-daemon/index.js +0 -0
- package/vendor/session-host-daemon/index.mjs +0 -0
package/dist/index.js
CHANGED
|
@@ -33318,10 +33318,10 @@ var require_dist3 = __commonJS({
|
|
|
33318
33318
|
}
|
|
33319
33319
|
function getDaemonBuildInfo() {
|
|
33320
33320
|
if (cached2) return cached2;
|
|
33321
|
-
const commit = readInjected(true ? "
|
|
33322
|
-
const commitShort = readInjected(true ? "
|
|
33323
|
-
const version2 = readInjected(true ? "1.0.37
|
|
33324
|
-
const builtAt = readInjected(true ? "2026-08-
|
|
33321
|
+
const commit = readInjected(true ? "d8e716281ad7213fe036368b2c443517eae55cfe" : void 0) ?? "unknown";
|
|
33322
|
+
const commitShort = readInjected(true ? "d8e7162" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
|
|
33323
|
+
const version2 = readInjected(true ? "1.0.37" : void 0) ?? readInjected(typeof process !== "undefined" ? process.env?.ADHDEV_PKG_VERSION : void 0) ?? "unknown";
|
|
33324
|
+
const builtAt = readInjected(true ? "2026-08-05T17:07:43.779Z" : void 0);
|
|
33325
33325
|
cached2 = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
|
|
33326
33326
|
return cached2;
|
|
33327
33327
|
}
|