@adhdev/daemon-standalone 1.0.60-rc.54 → 1.0.60-rc.55
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 +2 -2
- package/public/assets/index-BE_bPjIq.js +118 -0
- package/public/assets/index-DfhTNIaB.css +1 -0
- package/public/assets/{terminal-BiinNPQS.js → terminal-C7PXXx2H.js} +1 -1
- package/public/assets/{vendor-DgFmqOGd.js → vendor-CysTl8WM.js} +1 -1
- package/public/index.html +3 -3
- package/vendor/mcp-server/index.js +1 -1
- package/public/assets/index-B4r47PEB.css +0 -1
- package/public/assets/index-o35SpOAA.js +0 -114
package/dist/index.js
CHANGED
|
@@ -41183,10 +41183,10 @@ ${renderWorkerProtocolFooter(input)}`;
|
|
|
41183
41183
|
}
|
|
41184
41184
|
function getDaemonBuildInfo() {
|
|
41185
41185
|
if (cached2) return cached2;
|
|
41186
|
-
const commit2 = readInjected(true ? "
|
|
41187
|
-
const commitShort = readInjected(true ? "
|
|
41188
|
-
const version2 = readInjected(true ? "1.0.60-rc.
|
|
41189
|
-
const builtAt = readInjected(true ? "2026-09-
|
|
41186
|
+
const commit2 = readInjected(true ? "db2d38ede9fe6393de3bbf642f2d10e00bd0ee69" : void 0) ?? "unknown";
|
|
41187
|
+
const commitShort = readInjected(true ? "db2d38ed" : void 0) ?? (commit2 !== "unknown" ? commit2.slice(0, 7) : "unknown");
|
|
41188
|
+
const version2 = readInjected(true ? "1.0.60-rc.55" : void 0) ?? readInjected(typeof process !== "undefined" ? process.env?.ADHDEV_PKG_VERSION : void 0) ?? "unknown";
|
|
41189
|
+
const builtAt = readInjected(true ? "2026-09-26T13:16:41.218Z" : void 0);
|
|
41190
41190
|
cached2 = builtAt ? { commit: commit2, commitShort, version: version2, builtAt } : { commit: commit2, commitShort, version: version2 };
|
|
41191
41191
|
return cached2;
|
|
41192
41192
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adhdev/daemon-standalone",
|
|
3
|
-
"version": "1.0.60-rc.
|
|
3
|
+
"version": "1.0.60-rc.55",
|
|
4
4
|
"description": "ADHDev standalone daemon — embedded HTTP/WS server for local dashboard",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"bin": {
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"license": "AGPL-3.0-or-later",
|
|
38
38
|
"dependencies": {
|
|
39
39
|
"@adhdev/ghostty-vt-node": "*",
|
|
40
|
-
"@adhdev/session-host-core": "1.0.60-rc.
|
|
40
|
+
"@adhdev/session-host-core": "1.0.60-rc.55",
|
|
41
41
|
"@xterm/addon-serialize": "^0.14.0",
|
|
42
42
|
"@xterm/xterm": "^6.0.0",
|
|
43
43
|
"chalk": "^5.3.0",
|