adhdev 0.7.0 → 0.7.1
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 +7 -2
- package/dist/cli/index.js.map +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -43033,7 +43033,7 @@ var init_adhdev_daemon = __esm({
|
|
|
43033
43033
|
fs12 = __toESM(require("fs"));
|
|
43034
43034
|
path14 = __toESM(require("path"));
|
|
43035
43035
|
import_chalk2 = __toESM(require("chalk"));
|
|
43036
|
-
pkgVersion = "0.7.
|
|
43036
|
+
pkgVersion = "0.7.1";
|
|
43037
43037
|
if (pkgVersion === "unknown") {
|
|
43038
43038
|
try {
|
|
43039
43039
|
const possiblePaths = [
|