adhdev 0.6.46 → 0.6.47
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
|
@@ -31302,7 +31302,7 @@ var init_adhdev_daemon = __esm({
|
|
|
31302
31302
|
fs11 = __toESM(require("fs"));
|
|
31303
31303
|
path14 = __toESM(require("path"));
|
|
31304
31304
|
import_chalk2 = __toESM(require("chalk"));
|
|
31305
|
-
pkgVersion = "0.6.
|
|
31305
|
+
pkgVersion = "0.6.47";
|
|
31306
31306
|
if (pkgVersion === "unknown") {
|
|
31307
31307
|
try {
|
|
31308
31308
|
const possiblePaths = [
|
package/dist/index.js
CHANGED
|
@@ -30862,7 +30862,7 @@ var init_adhdev_daemon = __esm({
|
|
|
30862
30862
|
fs11 = __toESM(require("fs"));
|
|
30863
30863
|
path14 = __toESM(require("path"));
|
|
30864
30864
|
import_chalk2 = __toESM(require("chalk"));
|
|
30865
|
-
pkgVersion = "0.6.
|
|
30865
|
+
pkgVersion = "0.6.47";
|
|
30866
30866
|
if (pkgVersion === "unknown") {
|
|
30867
30867
|
try {
|
|
30868
30868
|
const possiblePaths = [
|