@adhdev/daemon-standalone 0.9.82-rc.300 → 0.9.82-rc.301
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
|
@@ -30003,8 +30003,8 @@ var require_dist3 = __commonJS({
|
|
|
30003
30003
|
if (cached2) return cached2;
|
|
30004
30004
|
const commit = readInjected(true ? "72f1b6e675346bbc37de202b195675150ebb3d82" : void 0) ?? "unknown";
|
|
30005
30005
|
const commitShort = readInjected(true ? "72f1b6e6" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
|
|
30006
|
-
const version2 = readInjected(true ? "0.9.82-rc.
|
|
30007
|
-
const builtAt = readInjected(true ? "2026-06-16T23:
|
|
30006
|
+
const version2 = readInjected(true ? "0.9.82-rc.301" : void 0) ?? readInjected(typeof process !== "undefined" ? process.env?.ADHDEV_PKG_VERSION : void 0) ?? "unknown";
|
|
30007
|
+
const builtAt = readInjected(true ? "2026-06-16T23:37:47.674Z" : void 0);
|
|
30008
30008
|
cached2 = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
|
|
30009
30009
|
return cached2;
|
|
30010
30010
|
}
|