@adhdev/daemon-core 1.0.6-rc.2 → 1.0.6-rc.3
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
|
@@ -430,8 +430,8 @@ function getDaemonBuildInfo() {
|
|
|
430
430
|
if (cached) return cached;
|
|
431
431
|
const commit = readInjected(true ? "20c352a1e7a5bfcda9d9c6575765f17a7336bf2a" : void 0) ?? "unknown";
|
|
432
432
|
const commitShort = readInjected(true ? "20c352a1" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
|
|
433
|
-
const version = readInjected(true ? "1.0.6-rc.
|
|
434
|
-
const builtAt = readInjected(true ? "2026-07-19T19:
|
|
433
|
+
const version = readInjected(true ? "1.0.6-rc.3" : void 0) ?? readInjected(typeof process !== "undefined" ? process.env?.ADHDEV_PKG_VERSION : void 0) ?? "unknown";
|
|
434
|
+
const builtAt = readInjected(true ? "2026-07-19T19:03:31.933Z" : void 0);
|
|
435
435
|
cached = builtAt ? { commit, commitShort, version, builtAt } : { commit, commitShort, version };
|
|
436
436
|
return cached;
|
|
437
437
|
}
|
package/dist/index.mjs
CHANGED
|
@@ -425,8 +425,8 @@ function getDaemonBuildInfo() {
|
|
|
425
425
|
if (cached) return cached;
|
|
426
426
|
const commit = readInjected(true ? "20c352a1e7a5bfcda9d9c6575765f17a7336bf2a" : void 0) ?? "unknown";
|
|
427
427
|
const commitShort = readInjected(true ? "20c352a1" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
|
|
428
|
-
const version = readInjected(true ? "1.0.6-rc.
|
|
429
|
-
const builtAt = readInjected(true ? "2026-07-19T19:
|
|
428
|
+
const version = readInjected(true ? "1.0.6-rc.3" : void 0) ?? readInjected(typeof process !== "undefined" ? process.env?.ADHDEV_PKG_VERSION : void 0) ?? "unknown";
|
|
429
|
+
const builtAt = readInjected(true ? "2026-07-19T19:03:31.933Z" : void 0);
|
|
430
430
|
cached = builtAt ? { commit, commitShort, version, builtAt } : { commit, commitShort, version };
|
|
431
431
|
return cached;
|
|
432
432
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adhdev/daemon-core",
|
|
3
|
-
"version": "1.0.6-rc.
|
|
3
|
+
"version": "1.0.6-rc.3",
|
|
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",
|
|
@@ -47,8 +47,8 @@
|
|
|
47
47
|
"author": "vilmire",
|
|
48
48
|
"license": "AGPL-3.0-or-later",
|
|
49
49
|
"dependencies": {
|
|
50
|
-
"@adhdev/mesh-shared": "1.0.6-rc.
|
|
51
|
-
"@adhdev/session-host-core": "1.0.6-rc.
|
|
50
|
+
"@adhdev/mesh-shared": "1.0.6-rc.3",
|
|
51
|
+
"@adhdev/session-host-core": "1.0.6-rc.3",
|
|
52
52
|
"@agentclientprotocol/sdk": "^0.16.1",
|
|
53
53
|
"ajv": "^8.20.0",
|
|
54
54
|
"ajv-formats": "^3.0.1",
|