@adhdev/daemon-standalone 0.9.82-rc.413 → 0.9.82-rc.414
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/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -30117,8 +30117,8 @@ var require_dist3 = __commonJS({
|
|
|
30117
30117
|
if (cached2) return cached2;
|
|
30118
30118
|
const commit = readInjected(true ? "7a774e95a82354f5357197b3c84f63e68b5f7a5d" : void 0) ?? "unknown";
|
|
30119
30119
|
const commitShort = readInjected(true ? "7a774e95" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
|
|
30120
|
-
const version2 = readInjected(true ? "0.9.82-rc.
|
|
30121
|
-
const builtAt = readInjected(true ? "2026-06-28T11:
|
|
30120
|
+
const version2 = readInjected(true ? "0.9.82-rc.414" : void 0) ?? readInjected(typeof process !== "undefined" ? process.env?.ADHDEV_PKG_VERSION : void 0) ?? "unknown";
|
|
30121
|
+
const builtAt = readInjected(true ? "2026-06-28T11:51:23.191Z" : void 0);
|
|
30122
30122
|
cached2 = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
|
|
30123
30123
|
return cached2;
|
|
30124
30124
|
}
|