@adhdev/daemon-standalone 0.9.82-rc.306 → 0.9.82-rc.309
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/package.json +1 -1
- package/public/assets/ghostty-vt-BG4Ub6dk.wasm +0 -0
- package/public/assets/index-C3Cdh8Xg.js +113 -0
- package/public/assets/index-CKOUbBMu.js +113 -0
- package/public/assets/terminal-B04pIrgh.js +144 -0
- package/public/assets/terminal-CfgaQyUd.js +144 -0
- package/public/assets/terminal-wterm-BCS3iTzZ.css +1 -0
- package/public/assets/terminal-wterm-CfWmZJXn.js +3 -0
- package/public/assets/terminal-wterm-Djb_aXE6.js +3 -0
- package/public/index.html +3 -1
package/dist/index.js
CHANGED
|
@@ -30004,10 +30004,10 @@ var require_dist3 = __commonJS({
|
|
|
30004
30004
|
}
|
|
30005
30005
|
function getDaemonBuildInfo() {
|
|
30006
30006
|
if (cached2) return cached2;
|
|
30007
|
-
const commit = readInjected(true ? "
|
|
30008
|
-
const commitShort = readInjected(true ? "
|
|
30009
|
-
const version2 = readInjected(true ? "0.9.82-rc.
|
|
30010
|
-
const builtAt = readInjected(true ? "2026-06-
|
|
30007
|
+
const commit = readInjected(true ? "ddcd5ebfba769c25988e1463155247ed96de848a" : void 0) ?? "unknown";
|
|
30008
|
+
const commitShort = readInjected(true ? "ddcd5ebf" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
|
|
30009
|
+
const version2 = readInjected(true ? "0.9.82-rc.309" : void 0) ?? readInjected(typeof process !== "undefined" ? process.env?.ADHDEV_PKG_VERSION : void 0) ?? "unknown";
|
|
30010
|
+
const builtAt = readInjected(true ? "2026-06-17T09:18:18.202Z" : void 0);
|
|
30011
30011
|
cached2 = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
|
|
30012
30012
|
return cached2;
|
|
30013
30013
|
}
|
package/package.json
CHANGED
|
Binary file
|