adhdev 0.6.60 → 0.6.61
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
|
@@ -41198,7 +41198,7 @@ var init_adhdev_daemon = __esm({
|
|
|
41198
41198
|
fs12 = __toESM(require("fs"));
|
|
41199
41199
|
path14 = __toESM(require("path"));
|
|
41200
41200
|
import_chalk2 = __toESM(require("chalk"));
|
|
41201
|
-
pkgVersion = "0.6.
|
|
41201
|
+
pkgVersion = "0.6.61";
|
|
41202
41202
|
if (pkgVersion === "unknown") {
|
|
41203
41203
|
try {
|
|
41204
41204
|
const possiblePaths = [
|
package/dist/index.js
CHANGED
|
@@ -40758,7 +40758,7 @@ var init_adhdev_daemon = __esm({
|
|
|
40758
40758
|
fs12 = __toESM(require("fs"));
|
|
40759
40759
|
path14 = __toESM(require("path"));
|
|
40760
40760
|
import_chalk2 = __toESM(require("chalk"));
|
|
40761
|
-
pkgVersion = "0.6.
|
|
40761
|
+
pkgVersion = "0.6.61";
|
|
40762
40762
|
if (pkgVersion === "unknown") {
|
|
40763
40763
|
try {
|
|
40764
40764
|
const possiblePaths = [
|