adhdev 0.8.7 → 0.8.8
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
|
@@ -39230,7 +39230,7 @@ var init_adhdev_daemon = __esm({
|
|
|
39230
39230
|
fs17 = __toESM(require("fs"));
|
|
39231
39231
|
path21 = __toESM(require("path"));
|
|
39232
39232
|
import_chalk2 = __toESM(require("chalk"));
|
|
39233
|
-
pkgVersion = "0.8.
|
|
39233
|
+
pkgVersion = "0.8.8";
|
|
39234
39234
|
if (pkgVersion === "unknown") {
|
|
39235
39235
|
try {
|
|
39236
39236
|
const possiblePaths = [
|
package/dist/index.js
CHANGED
|
@@ -38587,7 +38587,7 @@ var init_adhdev_daemon = __esm({
|
|
|
38587
38587
|
fs16 = __toESM(require("fs"));
|
|
38588
38588
|
path20 = __toESM(require("path"));
|
|
38589
38589
|
import_chalk2 = __toESM(require("chalk"));
|
|
38590
|
-
pkgVersion = "0.8.
|
|
38590
|
+
pkgVersion = "0.8.8";
|
|
38591
38591
|
if (pkgVersion === "unknown") {
|
|
38592
38592
|
try {
|
|
38593
38593
|
const possiblePaths = [
|