adhdev 0.5.13 → 0.5.14
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
|
@@ -29894,7 +29894,7 @@ var init_adhdev_daemon = __esm({
|
|
|
29894
29894
|
path2 = __toESM(require("path"));
|
|
29895
29895
|
crypto2 = __toESM(require("crypto"));
|
|
29896
29896
|
import_chalk = __toESM(require("chalk"));
|
|
29897
|
-
pkgVersion = "0.5.
|
|
29897
|
+
pkgVersion = "0.5.14";
|
|
29898
29898
|
if (pkgVersion === "unknown") {
|
|
29899
29899
|
try {
|
|
29900
29900
|
const possiblePaths = [
|
package/dist/index.js
CHANGED
|
@@ -29894,7 +29894,7 @@ var init_adhdev_daemon = __esm({
|
|
|
29894
29894
|
path2 = __toESM(require("path"));
|
|
29895
29895
|
crypto2 = __toESM(require("crypto"));
|
|
29896
29896
|
import_chalk = __toESM(require("chalk"));
|
|
29897
|
-
pkgVersion = "0.5.
|
|
29897
|
+
pkgVersion = "0.5.14";
|
|
29898
29898
|
if (pkgVersion === "unknown") {
|
|
29899
29899
|
try {
|
|
29900
29900
|
const possiblePaths = [
|