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