adhdev 0.6.48 → 0.6.49
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
|
@@ -31329,7 +31329,7 @@ var init_adhdev_daemon = __esm({
|
|
|
31329
31329
|
fs11 = __toESM(require("fs"));
|
|
31330
31330
|
path14 = __toESM(require("path"));
|
|
31331
31331
|
import_chalk2 = __toESM(require("chalk"));
|
|
31332
|
-
pkgVersion = "0.6.
|
|
31332
|
+
pkgVersion = "0.6.49";
|
|
31333
31333
|
if (pkgVersion === "unknown") {
|
|
31334
31334
|
try {
|
|
31335
31335
|
const possiblePaths = [
|
package/dist/index.js
CHANGED
|
@@ -30889,7 +30889,7 @@ var init_adhdev_daemon = __esm({
|
|
|
30889
30889
|
fs11 = __toESM(require("fs"));
|
|
30890
30890
|
path14 = __toESM(require("path"));
|
|
30891
30891
|
import_chalk2 = __toESM(require("chalk"));
|
|
30892
|
-
pkgVersion = "0.6.
|
|
30892
|
+
pkgVersion = "0.6.49";
|
|
30893
30893
|
if (pkgVersion === "unknown") {
|
|
30894
30894
|
try {
|
|
30895
30895
|
const possiblePaths = [
|