adhdev 0.7.11 → 0.7.13
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
|
@@ -45320,7 +45320,7 @@ var init_adhdev_daemon = __esm({
|
|
|
45320
45320
|
fs14 = __toESM(require("fs"));
|
|
45321
45321
|
path16 = __toESM(require("path"));
|
|
45322
45322
|
import_chalk2 = __toESM(require("chalk"));
|
|
45323
|
-
pkgVersion = "0.7.
|
|
45323
|
+
pkgVersion = "0.7.13";
|
|
45324
45324
|
if (pkgVersion === "unknown") {
|
|
45325
45325
|
try {
|
|
45326
45326
|
const possiblePaths = [
|
package/dist/index.js
CHANGED
|
@@ -44400,7 +44400,7 @@ var init_adhdev_daemon = __esm({
|
|
|
44400
44400
|
fs14 = __toESM(require("fs"));
|
|
44401
44401
|
path16 = __toESM(require("path"));
|
|
44402
44402
|
import_chalk2 = __toESM(require("chalk"));
|
|
44403
|
-
pkgVersion = "0.7.
|
|
44403
|
+
pkgVersion = "0.7.13";
|
|
44404
44404
|
if (pkgVersion === "unknown") {
|
|
44405
44405
|
try {
|
|
44406
44406
|
const possiblePaths = [
|