adhdev 0.7.19 → 0.7.20
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
|
@@ -45375,7 +45375,7 @@ var init_adhdev_daemon = __esm({
|
|
|
45375
45375
|
fs14 = __toESM(require("fs"));
|
|
45376
45376
|
path17 = __toESM(require("path"));
|
|
45377
45377
|
import_chalk2 = __toESM(require("chalk"));
|
|
45378
|
-
pkgVersion = "0.7.
|
|
45378
|
+
pkgVersion = "0.7.20";
|
|
45379
45379
|
if (pkgVersion === "unknown") {
|
|
45380
45380
|
try {
|
|
45381
45381
|
const possiblePaths = [
|
package/dist/index.js
CHANGED
|
@@ -44909,7 +44909,7 @@ var init_adhdev_daemon = __esm({
|
|
|
44909
44909
|
fs14 = __toESM(require("fs"));
|
|
44910
44910
|
path17 = __toESM(require("path"));
|
|
44911
44911
|
import_chalk2 = __toESM(require("chalk"));
|
|
44912
|
-
pkgVersion = "0.7.
|
|
44912
|
+
pkgVersion = "0.7.20";
|
|
44913
44913
|
if (pkgVersion === "unknown") {
|
|
44914
44914
|
try {
|
|
44915
44915
|
const possiblePaths = [
|