adhdev 0.6.29 → 0.6.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
|
@@ -31188,7 +31188,7 @@ var init_adhdev_daemon = __esm({
|
|
|
31188
31188
|
fs11 = __toESM(require("fs"));
|
|
31189
31189
|
path14 = __toESM(require("path"));
|
|
31190
31190
|
import_chalk2 = __toESM(require("chalk"));
|
|
31191
|
-
pkgVersion = "0.6.
|
|
31191
|
+
pkgVersion = "0.6.31";
|
|
31192
31192
|
if (pkgVersion === "unknown") {
|
|
31193
31193
|
try {
|
|
31194
31194
|
const possiblePaths = [
|
package/dist/index.js
CHANGED
|
@@ -30748,7 +30748,7 @@ var init_adhdev_daemon = __esm({
|
|
|
30748
30748
|
fs11 = __toESM(require("fs"));
|
|
30749
30749
|
path14 = __toESM(require("path"));
|
|
30750
30750
|
import_chalk2 = __toESM(require("chalk"));
|
|
30751
|
-
pkgVersion = "0.6.
|
|
30751
|
+
pkgVersion = "0.6.31";
|
|
30752
30752
|
if (pkgVersion === "unknown") {
|
|
30753
30753
|
try {
|
|
30754
30754
|
const possiblePaths = [
|