@adhdev/daemon-standalone 1.0.35-rc.4 → 1.0.35-rc.5
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 +10 -11
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
- package/public/assets/{index-Z7IBUdTL.js → index-v_2GQqaU.js} +45 -45
- package/public/index.html +1 -1
package/dist/index.js
CHANGED
|
@@ -3618,13 +3618,12 @@ var require_dist = __commonJS({
|
|
|
3618
3618
|
delete env2.CODEX_SANDBOX_NETWORK_DISABLED;
|
|
3619
3619
|
delete env2.NO_COLOR;
|
|
3620
3620
|
delete env2.COLOR;
|
|
3621
|
-
|
|
3622
|
-
|
|
3623
|
-
|
|
3624
|
-
|
|
3625
|
-
|
|
3626
|
-
|
|
3627
|
-
}
|
|
3621
|
+
delete env2.CLAUDECODE;
|
|
3622
|
+
delete env2.CLAUDE_CODE_CHILD_SESSION;
|
|
3623
|
+
delete env2.CLAUDE_CODE_ENTRYPOINT;
|
|
3624
|
+
delete env2.CLAUDE_CODE_SESSION_ID;
|
|
3625
|
+
delete env2.CLAUDE_CODE_EXECPATH;
|
|
3626
|
+
delete env2.CLAUDE_CODE_BRIDGE_SESSION_ID;
|
|
3628
3627
|
applyTerminalColorEnv(env2);
|
|
3629
3628
|
return env2;
|
|
3630
3629
|
}
|
|
@@ -33319,10 +33318,10 @@ var require_dist3 = __commonJS({
|
|
|
33319
33318
|
}
|
|
33320
33319
|
function getDaemonBuildInfo() {
|
|
33321
33320
|
if (cached2) return cached2;
|
|
33322
|
-
const commit = readInjected(true ? "
|
|
33323
|
-
const commitShort = readInjected(true ? "
|
|
33324
|
-
const version2 = readInjected(true ? "1.0.35-rc.
|
|
33325
|
-
const builtAt = readInjected(true ? "2026-08-
|
|
33321
|
+
const commit = readInjected(true ? "779c70393f71e828ab2118cc7f380e039303dbec" : void 0) ?? "unknown";
|
|
33322
|
+
const commitShort = readInjected(true ? "779c7039" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
|
|
33323
|
+
const version2 = readInjected(true ? "1.0.35-rc.5" : void 0) ?? readInjected(typeof process !== "undefined" ? process.env?.ADHDEV_PKG_VERSION : void 0) ?? "unknown";
|
|
33324
|
+
const builtAt = readInjected(true ? "2026-08-05T04:05:28.069Z" : void 0);
|
|
33326
33325
|
cached2 = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
|
|
33327
33326
|
return cached2;
|
|
33328
33327
|
}
|