@adhdev/daemon-core 1.0.49-rc.8 → 1.0.49-rc.9
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 +2 -2
- package/dist/index.mjs +2 -2
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -1369,8 +1369,8 @@ function getDaemonBuildInfo() {
|
|
|
1369
1369
|
if (cached) return cached;
|
|
1370
1370
|
const commit = readInjected(true ? "b4c4824f7d9b919bc149d6134c2e9720442d677c" : void 0) ?? "unknown";
|
|
1371
1371
|
const commitShort = readInjected(true ? "b4c4824f" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
|
|
1372
|
-
const version = readInjected(true ? "1.0.49-rc.
|
|
1373
|
-
const builtAt = readInjected(true ? "2026-08-14T16:
|
|
1372
|
+
const version = readInjected(true ? "1.0.49-rc.9" : void 0) ?? readInjected(typeof process !== "undefined" ? process.env?.ADHDEV_PKG_VERSION : void 0) ?? "unknown";
|
|
1373
|
+
const builtAt = readInjected(true ? "2026-08-14T16:57:09.876Z" : void 0);
|
|
1374
1374
|
cached = builtAt ? { commit, commitShort, version, builtAt } : { commit, commitShort, version };
|
|
1375
1375
|
return cached;
|
|
1376
1376
|
}
|
package/dist/index.mjs
CHANGED
|
@@ -1364,8 +1364,8 @@ function getDaemonBuildInfo() {
|
|
|
1364
1364
|
if (cached) return cached;
|
|
1365
1365
|
const commit = readInjected(true ? "b4c4824f7d9b919bc149d6134c2e9720442d677c" : void 0) ?? "unknown";
|
|
1366
1366
|
const commitShort = readInjected(true ? "b4c4824f" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
|
|
1367
|
-
const version = readInjected(true ? "1.0.49-rc.
|
|
1368
|
-
const builtAt = readInjected(true ? "2026-08-14T16:
|
|
1367
|
+
const version = readInjected(true ? "1.0.49-rc.9" : void 0) ?? readInjected(typeof process !== "undefined" ? process.env?.ADHDEV_PKG_VERSION : void 0) ?? "unknown";
|
|
1368
|
+
const builtAt = readInjected(true ? "2026-08-14T16:57:09.876Z" : void 0);
|
|
1369
1369
|
cached = builtAt ? { commit, commitShort, version, builtAt } : { commit, commitShort, version };
|
|
1370
1370
|
return cached;
|
|
1371
1371
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adhdev/daemon-core",
|
|
3
|
-
"version": "1.0.49-rc.
|
|
3
|
+
"version": "1.0.49-rc.9",
|
|
4
4
|
"description": "ADHDev daemon core — CDP, IDE detection, providers, command execution",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -50,8 +50,8 @@
|
|
|
50
50
|
"author": "vilmire",
|
|
51
51
|
"license": "AGPL-3.0-or-later",
|
|
52
52
|
"dependencies": {
|
|
53
|
-
"@adhdev/mesh-shared": "1.0.49-rc.
|
|
54
|
-
"@adhdev/session-host-core": "1.0.49-rc.
|
|
53
|
+
"@adhdev/mesh-shared": "1.0.49-rc.9",
|
|
54
|
+
"@adhdev/session-host-core": "1.0.49-rc.9",
|
|
55
55
|
"@agentclientprotocol/sdk": "^0.16.1",
|
|
56
56
|
"ajv": "^8.20.0",
|
|
57
57
|
"ajv-formats": "^3.0.1",
|