@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 +5 -5
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
- package/public/assets/{index-B3IYwujn.js → index-B7t7s0FW.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
|
@@ -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 ? "
|
|
37920
|
-
const commitShort = readInjected(true ? "
|
|
37921
|
-
const version2 = readInjected(true ? "1.0.38
|
|
37922
|
-
const builtAt = readInjected(true ? "2026-08-
|
|
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 ? "
|
|
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";
|