adhdev 0.6.32 → 0.6.35
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
|
@@ -31184,7 +31184,7 @@ var init_adhdev_daemon = __esm({
|
|
|
31184
31184
|
fs11 = __toESM(require("fs"));
|
|
31185
31185
|
path14 = __toESM(require("path"));
|
|
31186
31186
|
import_chalk2 = __toESM(require("chalk"));
|
|
31187
|
-
pkgVersion = "0.6.
|
|
31187
|
+
pkgVersion = "0.6.35";
|
|
31188
31188
|
if (pkgVersion === "unknown") {
|
|
31189
31189
|
try {
|
|
31190
31190
|
const possiblePaths = [
|
package/dist/index.js
CHANGED
|
@@ -30744,7 +30744,7 @@ var init_adhdev_daemon = __esm({
|
|
|
30744
30744
|
fs11 = __toESM(require("fs"));
|
|
30745
30745
|
path14 = __toESM(require("path"));
|
|
30746
30746
|
import_chalk2 = __toESM(require("chalk"));
|
|
30747
|
-
pkgVersion = "0.6.
|
|
30747
|
+
pkgVersion = "0.6.35";
|
|
30748
30748
|
if (pkgVersion === "unknown") {
|
|
30749
30749
|
try {
|
|
30750
30750
|
const possiblePaths = [
|