adhdev 0.7.30 → 0.7.31
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
|
@@ -45399,7 +45399,7 @@ var init_adhdev_daemon = __esm({
|
|
|
45399
45399
|
fs14 = __toESM(require("fs"));
|
|
45400
45400
|
path17 = __toESM(require("path"));
|
|
45401
45401
|
import_chalk2 = __toESM(require("chalk"));
|
|
45402
|
-
pkgVersion = "0.7.
|
|
45402
|
+
pkgVersion = "0.7.31";
|
|
45403
45403
|
if (pkgVersion === "unknown") {
|
|
45404
45404
|
try {
|
|
45405
45405
|
const possiblePaths = [
|
package/dist/index.js
CHANGED
|
@@ -44933,7 +44933,7 @@ var init_adhdev_daemon = __esm({
|
|
|
44933
44933
|
fs14 = __toESM(require("fs"));
|
|
44934
44934
|
path17 = __toESM(require("path"));
|
|
44935
44935
|
import_chalk2 = __toESM(require("chalk"));
|
|
44936
|
-
pkgVersion = "0.7.
|
|
44936
|
+
pkgVersion = "0.7.31";
|
|
44937
44937
|
if (pkgVersion === "unknown") {
|
|
44938
44938
|
try {
|
|
44939
44939
|
const possiblePaths = [
|