adhdev 0.6.16 → 0.6.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
|
@@ -30677,7 +30677,7 @@ var init_adhdev_daemon = __esm({
|
|
|
30677
30677
|
fs2 = __toESM(require("fs"));
|
|
30678
30678
|
path2 = __toESM(require("path"));
|
|
30679
30679
|
import_chalk = __toESM(require("chalk"));
|
|
30680
|
-
pkgVersion = "0.6.
|
|
30680
|
+
pkgVersion = "0.6.17";
|
|
30681
30681
|
if (pkgVersion === "unknown") {
|
|
30682
30682
|
try {
|
|
30683
30683
|
const possiblePaths = [
|
package/dist/index.js
CHANGED
|
@@ -30677,7 +30677,7 @@ var init_adhdev_daemon = __esm({
|
|
|
30677
30677
|
fs2 = __toESM(require("fs"));
|
|
30678
30678
|
path2 = __toESM(require("path"));
|
|
30679
30679
|
import_chalk = __toESM(require("chalk"));
|
|
30680
|
-
pkgVersion = "0.6.
|
|
30680
|
+
pkgVersion = "0.6.17";
|
|
30681
30681
|
if (pkgVersion === "unknown") {
|
|
30682
30682
|
try {
|
|
30683
30683
|
const possiblePaths = [
|