adhdev 0.6.37 → 0.6.39
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 +27 -12
- package/dist/cli/index.js.map +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -30830,7 +30830,7 @@ var init_adhdev_daemon = __esm({
|
|
|
30830
30830
|
fs11 = __toESM(require("fs"));
|
|
30831
30831
|
path14 = __toESM(require("path"));
|
|
30832
30832
|
import_chalk2 = __toESM(require("chalk"));
|
|
30833
|
-
pkgVersion = "0.6.
|
|
30833
|
+
pkgVersion = "0.6.39";
|
|
30834
30834
|
if (pkgVersion === "unknown") {
|
|
30835
30835
|
try {
|
|
30836
30836
|
const possiblePaths = [
|