adhdev 0.8.2 → 0.8.3
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
|
@@ -48216,7 +48216,7 @@ var init_adhdev_daemon = __esm({
|
|
|
48216
48216
|
fs18 = __toESM(require("fs"));
|
|
48217
48217
|
path21 = __toESM(require("path"));
|
|
48218
48218
|
import_chalk2 = __toESM(require("chalk"));
|
|
48219
|
-
pkgVersion = "0.8.
|
|
48219
|
+
pkgVersion = "0.8.3";
|
|
48220
48220
|
if (pkgVersion === "unknown") {
|
|
48221
48221
|
try {
|
|
48222
48222
|
const possiblePaths = [
|
package/dist/index.js
CHANGED
|
@@ -47573,7 +47573,7 @@ var init_adhdev_daemon = __esm({
|
|
|
47573
47573
|
fs17 = __toESM(require("fs"));
|
|
47574
47574
|
path20 = __toESM(require("path"));
|
|
47575
47575
|
import_chalk2 = __toESM(require("chalk"));
|
|
47576
|
-
pkgVersion = "0.8.
|
|
47576
|
+
pkgVersion = "0.8.3";
|
|
47577
47577
|
if (pkgVersion === "unknown") {
|
|
47578
47578
|
try {
|
|
47579
47579
|
const possiblePaths = [
|