adhdev 0.5.42 → 0.5.44
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/cli/index.js +2 -2
- package/dist/cli/index.js.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/cli/index.js
CHANGED
|
@@ -18706,7 +18706,7 @@ var require_dist = __commonJS({
|
|
|
18706
18706
|
if (sanitizedInstance) {
|
|
18707
18707
|
return f.startsWith(`${sanitizedInstance}_`);
|
|
18708
18708
|
}
|
|
18709
|
-
return
|
|
18709
|
+
return true;
|
|
18710
18710
|
}).sort().reverse();
|
|
18711
18711
|
const allMessages = [];
|
|
18712
18712
|
const needed = offset + limit + 1;
|
|
@@ -30462,7 +30462,7 @@ var init_adhdev_daemon = __esm({
|
|
|
30462
30462
|
fs2 = __toESM(require("fs"));
|
|
30463
30463
|
path2 = __toESM(require("path"));
|
|
30464
30464
|
import_chalk = __toESM(require("chalk"));
|
|
30465
|
-
pkgVersion = "0.5.
|
|
30465
|
+
pkgVersion = "0.5.44";
|
|
30466
30466
|
if (pkgVersion === "unknown") {
|
|
30467
30467
|
try {
|
|
30468
30468
|
const possiblePaths = [
|