adhdev 0.7.16 → 0.7.17
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
|
@@ -45263,7 +45263,7 @@ var init_adhdev_daemon = __esm({
|
|
|
45263
45263
|
fs14 = __toESM(require("fs"));
|
|
45264
45264
|
path16 = __toESM(require("path"));
|
|
45265
45265
|
import_chalk2 = __toESM(require("chalk"));
|
|
45266
|
-
pkgVersion = "0.7.
|
|
45266
|
+
pkgVersion = "0.7.17";
|
|
45267
45267
|
if (pkgVersion === "unknown") {
|
|
45268
45268
|
try {
|
|
45269
45269
|
const possiblePaths = [
|
package/dist/index.js
CHANGED
|
@@ -44343,7 +44343,7 @@ var init_adhdev_daemon = __esm({
|
|
|
44343
44343
|
fs14 = __toESM(require("fs"));
|
|
44344
44344
|
path16 = __toESM(require("path"));
|
|
44345
44345
|
import_chalk2 = __toESM(require("chalk"));
|
|
44346
|
-
pkgVersion = "0.7.
|
|
44346
|
+
pkgVersion = "0.7.17";
|
|
44347
44347
|
if (pkgVersion === "unknown") {
|
|
44348
44348
|
try {
|
|
44349
44349
|
const possiblePaths = [
|