adhdev 0.7.28 → 0.7.29
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 +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/cli/index.js
CHANGED
|
@@ -45385,7 +45385,7 @@ var init_adhdev_daemon = __esm({
|
|
|
45385
45385
|
fs14 = __toESM(require("fs"));
|
|
45386
45386
|
path17 = __toESM(require("path"));
|
|
45387
45387
|
import_chalk2 = __toESM(require("chalk"));
|
|
45388
|
-
pkgVersion = "0.7.
|
|
45388
|
+
pkgVersion = "0.7.29";
|
|
45389
45389
|
if (pkgVersion === "unknown") {
|
|
45390
45390
|
try {
|
|
45391
45391
|
const possiblePaths = [
|
package/dist/index.js
CHANGED
|
@@ -44919,7 +44919,7 @@ var init_adhdev_daemon = __esm({
|
|
|
44919
44919
|
fs14 = __toESM(require("fs"));
|
|
44920
44920
|
path17 = __toESM(require("path"));
|
|
44921
44921
|
import_chalk2 = __toESM(require("chalk"));
|
|
44922
|
-
pkgVersion = "0.7.
|
|
44922
|
+
pkgVersion = "0.7.29";
|
|
44923
44923
|
if (pkgVersion === "unknown") {
|
|
44924
44924
|
try {
|
|
44925
44925
|
const possiblePaths = [
|